Html Css Color HEX #9C0C6D Eggplant

📋 copy color: '#9C0C6D'

red 156 ◦ green 12 ◦ blue 109

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

Shades of Eggplant #9C0C6D

Tints of Eggplant #9C0C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.35%

R = 56.32%
G = 4.33%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9C0C6D (or 0x9C0C6D) is known color: Eggplant. HEX triplet: 9C, 0C and 6D. RGB value is (156,12,109). Sum of RGB (Red+Green+Blue) = 156+12+109=277 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.32% from 277); Green value is 12 (5.08% from 255 or 4.33% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0C6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0C6D is #63F392. Grayscale: #414141. Windows color (decimal): -6550419 or 7146652. OLE color: 7146652.

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

Color convert

RGB 156 12 109 -
CMYK 0 0.92 0.30 0.39
HSL 319.58º 0.86% 0.33% -
HSV(B) 319.58º 0.92% 0.61% -
XYZ 16.6 8.43 15.22 -
YUV 66.11 152.21 192.11 -
System Red Green Blue C M Y K H S L
Decimal 156 12 109 0 0.92 0.30 0.39 319.58 0.86 0.33
Hex 9C C 6D 0 5C 1E 27 140 56 21
Octal 234 14 155 0 134 36 47 500 126 41
Binary 10011100 1100 1101101 0 1011100 11110 100111 101000000 1010110 100001

Color Harmonies of #9C0C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0C6D

Black with #9C0C6D

Text Example


Text Example

White with #9C0C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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