COLOR #9592C2

HEX: #9592C2
RGB: (149,146,194)

Color info

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

RGB color model

#9592C2 color RGB value is (149,146,194).

  • red value is 149;
  • green value is 146;
  • blue value is 194.
RGB:
(149,146,194)
(58%,57%,76%)

RGB channels and saturation

R 149 of 255 = 58%
G 146 of 255 = 57%
B 194 of 255 = 76%

149
146
194

R + G + B ~ 64%. #9592C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 146 + 194 = 489 (100%)
R 149 of 489 ~ 30.47%
G 146 of 489 ~ 29.86%
B 194 of 489 ~ 39.67%

%30.47
%29.86
%39.67

CMYK color model

#9592C2 color CMYK value is (23,25,0,24).

  • cyan value is 23.20%
  • magenta value is 24.74%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(23,25,0,24)
C23M25Y0K24 
(23%,25%,0%,24%)
(0.23/0.25/0.00/0.24)	

CMYK percentages

%23.2
%24.74
%0
%23.92

Codes

Color #9592C2 in popluar color models

9592C2
RGB149146194
HSL244°28.24%66.67%
HSB/HSV244°24.74%76.08%
CMYK23.20%24.74%0.00%
23.92%

Color #9592C2 in popluar number systems.

HEX9592C2
Decimal149146194
Binary100101011001001011000010
Octal225222302

Shades and tints

Shades of #9592C2

#9592C2
(149,146,194)
#8885B1
(136,133,177)
#7B78A0
(123,120,160)
#6E6B8F
(110,107,143)
#615E7E
(97,94,126)
#54516D
(84,81,109)
#47445C
(71,68,92)
#3A374B
(58,55,75)
#2D2A3A
(45,42,58)
#201D29
(32,29,41)
#131018
(19,16,24)
#000000
(0,0,0)

Tints of #9592C2

#9592C2
(149,146,194)
#9E9BC7
(158,155,199)
#A7A4CC
(167,164,204)
#B0ADD1
(176,173,209)
#B9B6D6
(185,182,214)
#C2BFDB
(194,191,219)
#CBC8E0
(203,200,224)
#D4D1E5
(212,209,229)
#DDDAEA
(221,218,234)
#E6E3EF
(230,227,239)
#EFECF4
(239,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9592C2; }

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

This text font color is #9592C2.


Background Color

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

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

This div background color is #9592C2.


Border color

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

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

This div border color is #9592C2.


Opacity

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

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

Text with #9592C2 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 #9592C2;}

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

This text has shadow with #9592C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9592C2 on black background.


Color preview on white background

This text has color #9592C2 on white background.



Black color preview on #9592C2 background

This text has black color on #9592C2 background.


White color preview on #9592C2 background

This text has white color on #9592C2 background.