Html Css Color HEX #9C1375 Eggplant

📋 copy color: '#9C1375'

red 156 ◦ green 19 ◦ blue 117

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

Shades of Eggplant #9C1375

Tints of Eggplant #9C1375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 40.07%

R = 53.42%
G = 6.51%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9C1375 (or 0x9C1375) is known color: Eggplant. HEX triplet: 9C, 13 and 75. RGB value is (156,19,117). Sum of RGB (Red+Green+Blue) = 156+19+117=292 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.42% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 117 (46.09% from 255 or 40.07% from 292); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1375 is #63EC8A. Grayscale: #464646. Windows color (decimal): -6548619 or 7672732. OLE color: 7672732.

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

Color convert

RGB 156 19 117 -
CMYK 0 0.88 0.25 0.39
HSL 317.08º 0.78% 0.34% -
HSV(B) 317.08º 0.88% 0.61% -
XYZ 17.15 8.82 17.63 -
YUV 71.14 153.89 188.53 -
System Red Green Blue C M Y K H S L
Decimal 156 19 117 0 0.88 0.25 0.39 317.08 0.78 0.34
Hex 9C 13 75 0 58 19 27 13D 4E 22
Octal 234 23 165 0 130 31 47 475 116 42
Binary 10011100 10011 1110101 0 1011000 11001 100111 100111101 1001110 100010

Color Harmonies of #9C1375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1375

Black with #9C1375

Text Example


Text Example

White with #9C1375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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