Html Css Color HEX #9C136F Eggplant

📋 copy color: '#9C136F'

red 156 ◦ green 19 ◦ blue 111

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

Shades of Eggplant #9C136F

Tints of Eggplant #9C136F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.81%

R = 54.55%
G = 6.64%
B = 38.81%

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

#9C136F (or 0x9C136F) is known color: Eggplant. HEX triplet: 9C, 13 and 6F. RGB value is (156,19,111). Sum of RGB (Red+Green+Blue) = 156+19+111=286 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.55% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 156 - color contains mainly: red. Hex color #9C136F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C136F is #63EC90. Grayscale: #464646. Windows color (decimal): -6548625 or 7279516. OLE color: 7279516.

HSL color Cylindrical-coordinate representation of color #9C136F: hue angle of 319.71º 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 #9C136F is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 19 111 -
CMYK 0 0.88 0.29 0.39
HSL 319.71º 0.78% 0.34% -
HSV(B) 319.71º 0.88% 0.61% -
XYZ 16.81 8.68 15.83 -
YUV 70.45 150.89 189.02 -
System Red Green Blue C M Y K H S L
Decimal 156 19 111 0 0.88 0.29 0.39 319.71 0.78 0.34
Hex 9C 13 6F 0 58 1D 27 140 4E 22
Octal 234 23 157 0 130 35 47 500 116 42
Binary 10011100 10011 1101111 0 1011000 11101 100111 101000000 1001110 100010

Color Harmonies of #9C136F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C136F

Black with #9C136F

Text Example


Text Example

White with #9C136F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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