Html Css Color HEX #9C1373 Eggplant

📋 copy color: '#9C1373'

red 156 ◦ green 19 ◦ blue 115

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

Shades of Eggplant #9C1373

Tints of Eggplant #9C1373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 39.66%

R = 53.79%
G = 6.55%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9C1373 (or 0x9C1373) is known color: Eggplant. HEX triplet: 9C, 13 and 73. RGB value is (156,19,115). Sum of RGB (Red+Green+Blue) = 156+19+115=290 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.79% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1373 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1373 is #63EC8C. Grayscale: #464646. Windows color (decimal): -6548621 or 7541660. OLE color: 7541660.

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

Color convert

RGB 156 19 115 -
CMYK 0 0.88 0.26 0.39
HSL 317.96º 0.78% 0.34% -
HSV(B) 317.96º 0.88% 0.61% -
XYZ 17.04 8.77 17.01 -
YUV 70.91 152.89 188.69 -
System Red Green Blue C M Y K H S L
Decimal 156 19 115 0 0.88 0.26 0.39 317.96 0.78 0.34
Hex 9C 13 73 0 58 1A 27 13E 4E 22
Octal 234 23 163 0 130 32 47 476 116 42
Binary 10011100 10011 1110011 0 1011000 11010 100111 100111110 1001110 100010

Color Harmonies of #9C1373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1373

Black with #9C1373

Text Example


Text Example

White with #9C1373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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