Html Css Color HEX #9A0976 Eggplant

📋 copy color: '#9A0976'

red 154 ◦ green 9 ◦ blue 118

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

Shades of Eggplant #9A0976

Tints of Eggplant #9A0976

RGB

 RED value IS 154 (60.55% from 255) = 54.8%

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

 BLUE value IS 118 (46.48% from 255) = 41.99%

R = 54.8%
G = 3.2%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#9A0976 (or 0x9A0976) is known color: Eggplant. HEX triplet: 9A, 09 and 76. RGB value is (154,9,118). Sum of RGB (Red+Green+Blue) = 154+9+118=281 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.80% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0976 is #65F689. Grayscale: #404040. Windows color (decimal): -6682250 or 7735706. OLE color: 7735706.

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

Color convert

RGB 154 9 118 -
CMYK 0 0.94 0.23 0.40
HSL 314.9º 0.89% 0.32% -
HSV(B) 314.9º 0.94% 0.6% -
XYZ 16.69 8.37 17.88 -
YUV 64.78 158.04 191.64 -
System Red Green Blue C M Y K H S L
Decimal 154 9 118 0 0.94 0.23 0.40 314.9 0.89 0.32
Hex 9A 9 76 0 5E 17 28 13B 59 20
Octal 232 11 166 0 136 27 50 473 131 40
Binary 10011010 1001 1110110 0 1011110 10111 101000 100111011 1011001 100000

Color Harmonies of #9A0976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0976

Black with #9A0976

Text Example


Text Example

White with #9A0976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,9,118); }

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

background-color css

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

 a { background-color: rgb(154,9,118); }

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

border-color css

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

 span { border-color: rgb(154,9,118); }

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