Html Css Color HEX #9C0E6C Eggplant

📋 copy color: '#9C0E6C'

red 156 ◦ green 14 ◦ blue 108

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

Shades of Eggplant #9C0E6C

Tints of Eggplant #9C0E6C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.04%

 BLUE value IS 108 (42.58% from 255) = 38.85%

R = 56.12%
G = 5.04%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9C0E6C (or 0x9C0E6C) is known color: Eggplant. HEX triplet: 9C, 0E and 6C. RGB value is (156,14,108). Sum of RGB (Red+Green+Blue) = 156+14+108=278 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.12% from 278); Green value is 14 (5.86% from 255 or 5.04% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0E6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0E6C is #63F193. Grayscale: #424242. Windows color (decimal): -6549908 or 7081628. OLE color: 7081628.

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

Color convert

RGB 156 14 108 -
CMYK 0 0.91 0.31 0.39
HSL 320.28º 0.84% 0.33% -
HSV(B) 320.28º 0.91% 0.61% -
XYZ 16.57 8.46 14.95 -
YUV 67.17 151.04 191.36 -
System Red Green Blue C M Y K H S L
Decimal 156 14 108 0 0.91 0.31 0.39 320.28 0.84 0.33
Hex 9C E 6C 0 5B 1F 27 140 54 21
Octal 234 16 154 0 133 37 47 500 124 41
Binary 10011100 1110 1101100 0 1011011 11111 100111 101000000 1010100 100001

Color Harmonies of #9C0E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0E6C

Black with #9C0E6C

Text Example


Text Example

White with #9C0E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,14,108); }

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

background-color css

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

 a { background-color: rgb(156,14,108); }

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

border-color css

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

 span { border-color: rgb(156,14,108); }

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