Html Css Color HEX #9C136E Eggplant

📋 copy color: '#9C136E'

red 156 ◦ green 19 ◦ blue 110

#9C136E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #9C136E

Tints of Eggplant #9C136E

RGB

 RED value IS 156 (61.33% from 255) = 54.74%

 GREEN value IS 19 (7.81% from 255) = 6.67%

 BLUE value IS 110 (43.36% from 255) = 38.6%

R = 54.74%
G = 6.67%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9C136E (or 0x9C136E) is known color: Eggplant. HEX triplet: 9C, 13 and 6E. RGB value is (156,19,110). Sum of RGB (Red+Green+Blue) = 156+19+110=285 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.74% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 156 - color contains mainly: red. Hex color #9C136E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C136E is #63EC91. Grayscale: #464646. Windows color (decimal): -6548626 or 7213980. OLE color: 7213980.

HSL color Cylindrical-coordinate representation of color #9C136E: hue angle of 320.15º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C136E is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 19 110 -
CMYK 0 0.88 0.29 0.39
HSL 320.15º 0.78% 0.34% -
HSV(B) 320.15º 0.88% 0.61% -
XYZ 16.76 8.66 15.54 -
YUV 70.34 150.39 189.1 -
System Red Green Blue C M Y K H S L
Decimal 156 19 110 0 0.88 0.29 0.39 320.15 0.78 0.34
Hex 9C 13 6E 0 58 1D 27 140 4E 22
Octal 234 23 156 0 130 35 47 500 116 42
Binary 10011100 10011 1101110 0 1011000 11101 100111 101000000 1001110 100010

Color Harmonies of #9C136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C136E

Black with #9C136E

Text Example


Text Example

White with #9C136E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C136E; }

 p { color: rgb(156,19,110); }

 H1.HeaderClassName
 {
   color: #9C136E;
 }
 .AnyTagClassName
 {
   color: #9C136E;
 }
</style>

background-color css

<style>
 a { background-color: #9C136E; }

 a { background-color: rgb(156,19,110); }

 div.DivClassName
 {
   background-color: #9C136E;
 }
 .BgClassName
 {
   background-color: #9C136E;
 }
</style>

border-color css

<style>
 span { border-color: #9C136E; }

 span { border-color: rgb(156,19,110); }

 td.TdClassName
 {
   border-color: #9C136E;
 }
 .TagClassName
 {
   border-color: #9C136E;
 }
</style>