COLOR #9592BE

HEX: #9592BE RGB: (149,146,190)

Color info

#9592BE contains red, green and blue colors in about the same proportion. Web safe color of #9592BE is #9999CC (or #99C).

RGB color model

#9592BE color RGB value is (149,146,190).

RGB: (149,146,190) (58%, 57%, 75%)

RGB channels and saturation

R 149 of 255 = 58%
G 146 of 255 = 57%
B 190 of 255 = 75%

149
146
190

R + G + B ~ 63%. #9592BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 146 + 190 = 485 (100%)
R 149 of 485 ~ 30.72%
G 146 of 485 ~ 30.1%
B 190 of 485 ~ 39.18'%

%30.72
%30.1
%39.18

CMYK color model

#9592BE color CMYK value is (22,23,0,25).

  • cyan value is 21.58%
  • magenta value is 23.16%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (22,23,0,25)
C22M23Y0K25 (22%, 23%, 0%, 25%)
(0.22 / 0.23 / 0.00 / 0.25)

CMYK percentages

%21.58
%23.16
%0
%25.49

Codes

Color #9592BE in popluar color models

95 92 BE
RGB 149 146 190
HSL 244° 25.29% 65.88%
HSB/HSV 244° 23.16% 74.51%
CMYK 21.58% 23.16% 0.00%
25.49%

Color #9592BE in popluar number systems.

HEX 95 92 BE
Decimal 149 146 190
Binary 10010101 10010010 10111110
Octal 225 222 276

Shades and tints

Shades of #9592BE

#9592BE
(149,146,190)
#8885AD
(136,133,173)
#7B789C
(123,120,156)
#6E6B8B
(110,107,139)
#615E7A
(97,94,122)
#545169
(84,81,105)
#474458
(71,68,88)
#3A3747
(58,55,71)
#2D2A36
(45,42,54)
#201D25
(32,29,37)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #9592BE

#9592BE
(149,146,190)
#9E9BC3
(158,155,195)
#A7A4C8
(167,164,200)
#B0ADCD
(176,173,205)
#B9B6D2
(185,182,210)
#C2BFD7
(194,191,215)
#CBC8DC
(203,200,220)
#D4D1E1
(212,209,225)
#DDDAE6
(221,218,230)
#E6E3EB
(230,227,235)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9592BE color. Also use rgb(149,146,190) instead hex code.

Text Font Color

.myTextColor { color: #9592BE; }

<p style="color:#9592BE">This sample text font color is #9592BE.</p>

This text font color is #9592BE.

Background Color

.myBgColor { background-color: #9592BE; }

<div style="background-color:#9592BE">Inner text</div>

This div background color is #9592BE.

Border color

.myBorderColor { border: 1px solid #9592BE; }

<div style="border:3px solid #9592BE">Div</div>

This div border color is #9592BE.

Opacity

.myOpacity80 { color: #9592BE; opacity: 0.8; }

<p style="color:#9592BE;opacity:0.8;">80%</p>

Text with #9592BE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9592BE;}

<p style="text-shadow: 3px 3px 1px #9592BE">Text here.</p>

This text has shadow with #9592BE color.


.textShadow {text-shadow: 3px 3px 1px #9592BE', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9592BE, 5px 5px 20px red">Text here.</p>

This text has shadow with #9592BE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9592BE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9592BE, Direction=45, Strength=4)">Text</p>

This text has shadow with #9592BE and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9592BE;
-webkit-box-shadow: 1px 1px 3px 2px #9592BE;
box-shadow: 1px 1px 3px 2px #9592BE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9592BE; -webkit-box-shadow: 1px 1px 3px 2px #9592BE; box-shadow:1px 1px 3px 2px #9592BE;">
Div content here
</div>

This div box has shadow with color #9592BE.

Preview

Color preview on black background

This text has color #9592BE on black background.


Color preview on white background

This text has color #9592BE on white background.


Black color preview on #9592BE background

This text has black color on #9592BE background.


White color preview on #9592BE background

This text has white color on #9592BE background.


Related colors

Complementary color

Complementary color for #hex is #6A6D41.


I love getcolorcode.com

Triadic colors

1 #BE9592 and #92BE95 with #9592BE are triadic colors.

2 #BE9295 and #9295BE with #9592BE are triadic colors.