Html Css Color HEX #9C077A Eggplant

📋 copy color: '#9C077A'

red 156 ◦ green 7 ◦ blue 122

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

Shades of Eggplant #9C077A

Tints of Eggplant #9C077A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 42.81%

R = 54.74%
G = 2.46%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9C077A (or 0x9C077A) is known color: Eggplant. HEX triplet: 9C, 07 and 7A. RGB value is (156,7,122). Sum of RGB (Red+Green+Blue) = 156+7+122=285 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.74% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 122 (48.05% from 255 or 42.81% from 285); Max value from RGB is 156 - color contains mainly: red. Hex color #9C077A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C077A is #63F885. Grayscale: #404040. Windows color (decimal): -6551686 or 7997340. OLE color: 7997340.

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

Color convert

RGB 156 7 122 -
CMYK 0 0.96 0.22 0.39
HSL 313.69º 0.91% 0.32% -
HSV(B) 313.69º 0.96% 0.61% -
XYZ 17.3 8.63 19.17 -
YUV 64.66 160.36 193.15 -
System Red Green Blue C M Y K H S L
Decimal 156 7 122 0 0.96 0.22 0.39 313.69 0.91 0.32
Hex 9C 7 7A 0 60 16 27 13A 5B 20
Octal 234 7 172 0 140 26 47 472 133 40
Binary 10011100 111 1111010 0 1100000 10110 100111 100111010 1011011 100000

Color Harmonies of #9C077A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C077A

Black with #9C077A

Text Example


Text Example

White with #9C077A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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