Html Css Color HEX #9C1971 Eggplant

📋 copy color: '#9C1971'

red 156 ◦ green 25 ◦ blue 113

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

Shades of Eggplant #9C1971

Tints of Eggplant #9C1971

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.5%

 BLUE value IS 113 (44.53% from 255) = 38.44%

R = 53.06%
G = 8.5%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9C1971 (or 0x9C1971) is known color: Eggplant. HEX triplet: 9C, 19 and 71. RGB value is (156,25,113). Sum of RGB (Red+Green+Blue) = 156+25+113=294 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.06% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1971 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1971 is #63E68E. Grayscale: #494949. Windows color (decimal): -6547087 or 7412124. OLE color: 7412124.

HSL color Cylindrical-coordinate representation of color #9C1971: hue angle of 319.69º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9C1971 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 25 113 -
CMYK 0 0.84 0.28 0.39
HSL 319.69º 0.72% 0.35% -
HSV(B) 319.69º 0.84% 0.61% -
XYZ 17.04 8.96 16.45 -
YUV 74.2 149.9 186.34 -
System Red Green Blue C M Y K H S L
Decimal 156 25 113 0 0.84 0.28 0.39 319.69 0.72 0.35
Hex 9C 19 71 0 54 1C 27 140 48 23
Octal 234 31 161 0 124 34 47 500 110 43
Binary 10011100 11001 1110001 0 1010100 11100 100111 101000000 1001000 100011

Color Harmonies of #9C1971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1971

Black with #9C1971

Text Example


Text Example

White with #9C1971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,25,113); }

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

background-color css

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

 a { background-color: rgb(156,25,113); }

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

border-color css

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

 span { border-color: rgb(156,25,113); }

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