Html Css Color HEX #9C076A Eggplant

📋 copy color: '#9C076A'

red 156 ◦ green 7 ◦ blue 106

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

Shades of Eggplant #9C076A

Tints of Eggplant #9C076A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 39.41%

R = 57.99%
G = 2.6%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9C076A (or 0x9C076A) is known color: Eggplant. HEX triplet: 9C, 07 and 6A. RGB value is (156,7,106). Sum of RGB (Red+Green+Blue) = 156+7+106=269 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.99% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 156 - color contains mainly: red. Hex color #9C076A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C076A is #63F895. Grayscale: #3E3E3E. Windows color (decimal): -6551702 or 6948764. OLE color: 6948764.

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

Color convert

RGB 156 7 106 -
CMYK 0 0.96 0.32 0.39
HSL 320.13º 0.91% 0.32% -
HSV(B) 320.13º 0.96% 0.61% -
XYZ 16.39 8.26 14.37 -
YUV 62.84 152.36 194.45 -
System Red Green Blue C M Y K H S L
Decimal 156 7 106 0 0.96 0.32 0.39 320.13 0.91 0.32
Hex 9C 7 6A 0 60 20 27 140 5B 20
Octal 234 7 152 0 140 40 47 500 133 40
Binary 10011100 111 1101010 0 1100000 100000 100111 101000000 1011011 100000

Color Harmonies of #9C076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C076A

Black with #9C076A

Text Example


Text Example

White with #9C076A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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