Html Css Color HEX #9C077E Eggplant

📋 copy color: '#9C077E'

red 156 ◦ green 7 ◦ blue 126

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

Shades of Eggplant #9C077E

Tints of Eggplant #9C077E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.42%

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

R = 53.98%
G = 2.42%
B = 43.6%

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

#9C077E (or 0x9C077E) is known color: Eggplant. HEX triplet: 9C, 07 and 7E. RGB value is (156,7,126). Sum of RGB (Red+Green+Blue) = 156+7+126=289 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.98% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 126 (49.61% from 255 or 43.60% from 289); Max value from RGB is 156 - color contains mainly: red. Hex color #9C077E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C077E is #63F881. Grayscale: #404040. Windows color (decimal): -6551682 or 8259484. OLE color: 8259484.

HSL color Cylindrical-coordinate representation of color #9C077E: hue angle of 312.08º degrees, saturation: 0.91, 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 #9C077E is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 7 126 -
CMYK 0 0.96 0.19 0.39
HSL 312.08º 0.91% 0.32% -
HSV(B) 312.08º 0.96% 0.61% -
XYZ 17.55 8.73 20.5 -
YUV 65.12 162.36 192.82 -
System Red Green Blue C M Y K H S L
Decimal 156 7 126 0 0.96 0.19 0.39 312.08 0.91 0.32
Hex 9C 7 7E 0 60 13 27 138 5B 20
Octal 234 7 176 0 140 23 47 470 133 40
Binary 10011100 111 1111110 0 1100000 10011 100111 100111000 1011011 100000

Color Harmonies of #9C077E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C077E

Black with #9C077E

Text Example


Text Example

White with #9C077E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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