Html Css Color HEX #9C067E Eggplant

📋 copy color: '#9C067E'

red 156 ◦ green 6 ◦ blue 126

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

Shades of Eggplant #9C067E

Tints of Eggplant #9C067E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.08%

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

R = 54.17%
G = 2.08%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9C067E (or 0x9C067E) is known color: Eggplant. HEX triplet: 9C, 06 and 7E. RGB value is (156,6,126). Sum of RGB (Red+Green+Blue) = 156+6+126=288 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.17% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 126 (49.61% from 255 or 43.75% from 288); Max value from RGB is 156 - color contains mainly: red. Hex color #9C067E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C067E is #63F981. Grayscale: #404040. Windows color (decimal): -6551938 or 8259228. OLE color: 8259228.

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

Color convert

RGB 156 6 126 -
CMYK 0 0.96 0.19 0.39
HSL 312º 0.93% 0.32% -
HSV(B) 312º 0.96% 0.61% -
XYZ 17.54 8.7 20.49 -
YUV 64.53 162.7 193.24 -
System Red Green Blue C M Y K H S L
Decimal 156 6 126 0 0.96 0.19 0.39 312 0.93 0.32
Hex 9C 6 7E 0 60 13 27 138 5D 20
Octal 234 6 176 0 140 23 47 470 135 40
Binary 10011100 110 1111110 0 1100000 10011 100111 100111000 1011101 100000

Color Harmonies of #9C067E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C067E

Black with #9C067E

Text Example


Text Example

White with #9C067E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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