Html Css Color HEX #9C0977 Eggplant

📋 copy color: '#9C0977'

red 156 ◦ green 9 ◦ blue 119

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

Shades of Eggplant #9C0977

Tints of Eggplant #9C0977

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.17%

 BLUE value IS 119 (46.88% from 255) = 41.9%

R = 54.93%
G = 3.17%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#9C0977 (or 0x9C0977) is known color: Eggplant. HEX triplet: 9C, 09 and 77. RGB value is (156,9,119). Sum of RGB (Red+Green+Blue) = 156+9+119=284 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.93% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0977 is #63F688. Grayscale: #414141. Windows color (decimal): -6551177 or 7801244. OLE color: 7801244.

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

Color convert

RGB 156 9 119 -
CMYK 0 0.94 0.24 0.39
HSL 315.1º 0.89% 0.32% -
HSV(B) 315.1º 0.94% 0.61% -
XYZ 17.14 8.6 18.21 -
YUV 65.49 158.2 192.56 -
System Red Green Blue C M Y K H S L
Decimal 156 9 119 0 0.94 0.24 0.39 315.1 0.89 0.32
Hex 9C 9 77 0 5E 18 27 13B 59 20
Octal 234 11 167 0 136 30 47 473 131 40
Binary 10011100 1001 1110111 0 1011110 11000 100111 100111011 1011001 100000

Color Harmonies of #9C0977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0977

Black with #9C0977

Text Example


Text Example

White with #9C0977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,9,119); }

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

background-color css

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

 a { background-color: rgb(156,9,119); }

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

border-color css

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

 span { border-color: rgb(156,9,119); }

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