#85096c

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

Shades of Eggplant #85096C

Tints of Eggplant #85096C

Color information

#85096C (or 0x85096C) is unknown color: approx Eggplant. HEX triplet: 85, 09 and 6C. RGB value is (133,9,108). Sum of RGB (Red+Green+Blue) = 133+9+108=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #85096C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85096C is #7AF693. Grayscale: #393939. Windows color (decimal): -8058516 or 7080325. OLE color: 7080325.

HSL color Cylindrical-coordinate representation of color #85096C: hue angle of 312.1º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85096C is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB1339108-
CMYK00.930.190.48
HSL312.1º87.32%27.84%-
HSV(B)312.1º93.23%52.16%-
XYZ12.486.2614.74-
YUV57.36156.58181.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.2%
GREEN value IS 9 (3.91% from 255) = 3.6%
BLUE value IS 108 (42.58% from 255) = 43.2%
R=53.2%
G=3.6%
B=43.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133910800.930.190.48312.187.3227.84
Hex8596C05D1330138571c
Octal205111540135236047012734
Binary10000101100111011000101110110011110000100111000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85096c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85096c; }

 p { color: rgb(133,9,108); }

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

<style>
 a { background-color: #85096c; }

 a { background-color: rgb(133,9,108); }

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

<style>
 span { border-color: #85096c; }

 span { border-color: rgb(133,9,108); }

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