Html Css Color HEX #9C1270 Eggplant

📋 copy color: '#9C1270'

red 156 ◦ green 18 ◦ blue 112

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

Shades of Eggplant #9C1270

Tints of Eggplant #9C1270

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.29%

 BLUE value IS 112 (44.14% from 255) = 39.16%

R = 54.55%
G = 6.29%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9C1270 (or 0x9C1270) is known color: Eggplant. HEX triplet: 9C, 12 and 70. RGB value is (156,18,112). Sum of RGB (Red+Green+Blue) = 156+18+112=286 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.55% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1270 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1270 is #63ED8F. Grayscale: #454545. Windows color (decimal): -6548880 or 7344796. OLE color: 7344796.

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

Color convert

RGB 156 18 112 -
CMYK 0 0.88 0.28 0.39
HSL 319.13º 0.79% 0.34% -
HSV(B) 319.13º 0.88% 0.61% -
XYZ 16.85 8.67 16.11 -
YUV 69.98 151.72 189.36 -
System Red Green Blue C M Y K H S L
Decimal 156 18 112 0 0.88 0.28 0.39 319.13 0.79 0.34
Hex 9C 12 70 0 58 1C 27 13F 4F 22
Octal 234 22 160 0 130 34 47 477 117 42
Binary 10011100 10010 1110000 0 1011000 11100 100111 100111111 1001111 100010

Color Harmonies of #9C1270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1270

Black with #9C1270

Text Example


Text Example

White with #9C1270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,18,112); }

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

background-color css

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

 a { background-color: rgb(156,18,112); }

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

border-color css

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

 span { border-color: rgb(156,18,112); }

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