#9A0871

Color #9A0871 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #9A0871

Tints of Eggplant #9A0871

Color information

#9A0871 (or 0x9A0871) is unknown color: approx Eggplant. HEX triplet: 9A, 08 and 71. RGB value is (154,8,113). Sum of RGB (Red+Green+Blue) = 154+8+113=275 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0871 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0871 is #65F78E. Grayscale: #3F3F3F. Windows color (decimal): -6682511 or 7407770. OLE color: 7407770.

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

Color convert

RGB1548113-
CMYK00.950.270.40
HSL316.85º90.12%31.76%-
HSV(B)316.85º94.81%60.39%-
XYZ16.398.2416.35-
YUV63.62155.87192.46-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 56%
GREEN value IS 8 (3.52% from 255) = 2.91%
BLUE value IS 113 (44.53% from 255) = 41.09%
R=56%
G=2.91%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154811300.950.270.40316.8590.1231.76
Hex9A87105F1B2813d5a20
Octal232101610137335047513240
Binary100110101000111000101011111110111010001001111011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9A0871;
 }
 .AnyTagClassName
 {
   color: #9A0871;
 }
</style>
background-color css

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

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

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

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

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

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