Html Css Color HEX #9A1176 Eggplant

📋 copy color: '#9A1176'

red 154 ◦ green 17 ◦ blue 118

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

Shades of Eggplant #9A1176

Tints of Eggplant #9A1176

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.88%

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

R = 53.29%
G = 5.88%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#9A1176 (or 0x9A1176) is known color: Eggplant. HEX triplet: 9A, 11 and 76. RGB value is (154,17,118). Sum of RGB (Red+Green+Blue) = 154+17+118=289 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.29% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1176 is #65EE89. Grayscale: #454545. Windows color (decimal): -6680202 or 7737754. OLE color: 7737754.

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

Color convert

RGB 154 17 118 -
CMYK 0 0.89 0.23 0.40
HSL 315.77º 0.8% 0.34% -
HSV(B) 315.77º 0.89% 0.6% -
XYZ 16.8 8.58 17.91 -
YUV 69.48 155.39 188.29 -
System Red Green Blue C M Y K H S L
Decimal 154 17 118 0 0.89 0.23 0.40 315.77 0.8 0.34
Hex 9A 11 76 0 59 17 28 13C 50 22
Octal 232 21 166 0 131 27 50 474 120 42
Binary 10011010 10001 1110110 0 1011001 10111 101000 100111100 1010000 100010

Color Harmonies of #9A1176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1176

Black with #9A1176

Text Example


Text Example

White with #9A1176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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