Html Css Color HEX #9C0C7E Eggplant

📋 copy color: '#9C0C7E'

red 156 ◦ green 12 ◦ blue 126

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

Shades of Eggplant #9C0C7E

Tints of Eggplant #9C0C7E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.08%

 BLUE value IS 126 (49.61% from 255) = 42.86%

R = 53.06%
G = 4.08%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9C0C7E (or 0x9C0C7E) is known color: Eggplant. HEX triplet: 9C, 0C and 7E. RGB value is (156,12,126). Sum of RGB (Red+Green+Blue) = 156+12+126=294 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.06% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 126 (49.61% from 255 or 42.86% from 294); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0C7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0C7E is #63F381. Grayscale: #434343. Windows color (decimal): -6550402 or 8260764. OLE color: 8260764.

HSL color Cylindrical-coordinate representation of color #9C0C7E: hue angle of 312.5º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C0C7E is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 12 126 -
CMYK 0 0.92 0.19 0.39
HSL 312.5º 0.86% 0.33% -
HSV(B) 312.5º 0.92% 0.61% -
XYZ 17.61 8.84 20.52 -
YUV 68.05 160.71 190.73 -
System Red Green Blue C M Y K H S L
Decimal 156 12 126 0 0.92 0.19 0.39 312.5 0.86 0.33
Hex 9C C 7E 0 5C 13 27 138 56 21
Octal 234 14 176 0 134 23 47 470 126 41
Binary 10011100 1100 1111110 0 1011100 10011 100111 100111000 1010110 100001

Color Harmonies of #9C0C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0C7E

Black with #9C0C7E

Text Example


Text Example

White with #9C0C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,12,126); }

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

background-color css

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

 a { background-color: rgb(156,12,126); }

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

border-color css

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

 span { border-color: rgb(156,12,126); }

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