Html Css Color HEX #9A1171 Eggplant

📋 copy color: '#9A1171'

red 154 ◦ green 17 ◦ blue 113

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

Shades of Eggplant #9A1171

Tints of Eggplant #9A1171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 39.79%

R = 54.23%
G = 5.99%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#9A1171 (or 0x9A1171) is known color: Eggplant. HEX triplet: 9A, 11 and 71. RGB value is (154,17,113). Sum of RGB (Red+Green+Blue) = 154+17+113=284 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.23% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1171 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1171 is #65EE8E. Grayscale: #444444. Windows color (decimal): -6680207 or 7410074. OLE color: 7410074.

HSL color Cylindrical-coordinate representation of color #9A1171: hue angle of 317.96º 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 #9A1171 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 17 113 -
CMYK 0 0.89 0.27 0.40
HSL 317.96º 0.8% 0.34% -
HSV(B) 317.96º 0.89% 0.6% -
XYZ 16.51 8.46 16.39 -
YUV 68.91 152.89 188.69 -
System Red Green Blue C M Y K H S L
Decimal 154 17 113 0 0.89 0.27 0.40 317.96 0.8 0.34
Hex 9A 11 71 0 59 1B 28 13E 50 22
Octal 232 21 161 0 131 33 50 476 120 42
Binary 10011010 10001 1110001 0 1011001 11011 101000 100111110 1010000 100010

Color Harmonies of #9A1171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1171

Black with #9A1171

Text Example


Text Example

White with #9A1171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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