Html Css Color HEX #9C1273 Eggplant

📋 copy color: '#9C1273'

red 156 ◦ green 18 ◦ blue 115

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

Shades of Eggplant #9C1273

Tints of Eggplant #9C1273

RGB

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

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

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

R = 53.98%
G = 6.23%
B = 39.79%

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

#9C1273 (or 0x9C1273) is known color: Eggplant. HEX triplet: 9C, 12 and 73. RGB value is (156,18,115). Sum of RGB (Red+Green+Blue) = 156+18+115=289 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.98% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 115 (45.31% from 255 or 39.79% from 289); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1273 is #63ED8C. Grayscale: #464646. Windows color (decimal): -6548877 or 7541404. OLE color: 7541404.

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

Color convert

RGB 156 18 115 -
CMYK 0 0.88 0.26 0.39
HSL 317.83º 0.79% 0.34% -
HSV(B) 317.83º 0.88% 0.61% -
XYZ 17.02 8.74 17.01 -
YUV 70.32 153.22 189.11 -
System Red Green Blue C M Y K H S L
Decimal 156 18 115 0 0.88 0.26 0.39 317.83 0.79 0.34
Hex 9C 12 73 0 58 1A 27 13E 4F 22
Octal 234 22 163 0 130 32 47 476 117 42
Binary 10011100 10010 1110011 0 1011000 11010 100111 100111110 1001111 100010

Color Harmonies of #9C1273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1273

Black with #9C1273

Text Example


Text Example

White with #9C1273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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