Html Css Color HEX #9C076D Eggplant

📋 copy color: '#9C076D'

red 156 ◦ green 7 ◦ blue 109

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

Shades of Eggplant #9C076D

Tints of Eggplant #9C076D

RGB

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

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

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

R = 57.35%
G = 2.57%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9C076D (or 0x9C076D) is known color: Eggplant. HEX triplet: 9C, 07 and 6D. RGB value is (156,7,109). Sum of RGB (Red+Green+Blue) = 156+7+109=272 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.35% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 156 - color contains mainly: red. Hex color #9C076D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C076D is #63F892. Grayscale: #3E3E3E. Windows color (decimal): -6551699 or 7145372. OLE color: 7145372.

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

Color convert

RGB 156 7 109 -
CMYK 0 0.96 0.30 0.39
HSL 318.93º 0.91% 0.32% -
HSV(B) 318.93º 0.96% 0.61% -
XYZ 16.55 8.32 15.2 -
YUV 63.18 153.86 194.21 -
System Red Green Blue C M Y K H S L
Decimal 156 7 109 0 0.96 0.30 0.39 318.93 0.91 0.32
Hex 9C 7 6D 0 60 1E 27 13F 5B 20
Octal 234 7 155 0 140 36 47 477 133 40
Binary 10011100 111 1101101 0 1100000 11110 100111 100111111 1011011 100000

Color Harmonies of #9C076D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C076D

Black with #9C076D

Text Example


Text Example

White with #9C076D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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