#85115A

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

Shades of Eggplant #85115A

Tints of Eggplant #85115A

Color information

#85115A (or 0x85115A) is unknown color: approx Eggplant. HEX triplet: 85, 11 and 5A. RGB value is (133,17,90). Sum of RGB (Red+Green+Blue) = 133+17+90=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #85115A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85115A is #7AEEA5. Grayscale: #3B3B3B. Windows color (decimal): -8056486 or 5902725. OLE color: 5902725.

HSL color Cylindrical-coordinate representation of color #85115A: hue angle of 322.24º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85115A is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB1331790-
CMYK00.870.320.48
HSL322.24º77.33%29.41%-
HSV(B)322.24º87.22%52.16%-
XYZ11.726.1310.24-
YUV60.01144.93180.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.42%
GREEN value IS 17 (7.03% from 255) = 7.08%
BLUE value IS 90 (35.55% from 255) = 37.5%
R=55.42%
G=7.08%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133179000.870.320.48322.2477.3329.41
Hex85115A05720301424d1d
Octal205211320127406050211535
Binary1000010110001101101001010111100000110000101000010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85115A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85115A; }

 p { color: rgb(133,17,90); }

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

<style>
 a { background-color: #85115A; }

 a { background-color: rgb(133,17,90); }

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

<style>
 span { border-color: #85115A; }

 span { border-color: rgb(133,17,90); }

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