#85155F

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

Shades of Eggplant #85155F

Tints of Eggplant #85155F

Color information

#85155F (or 0x85155F) is unknown color: approx Eggplant. HEX triplet: 85, 15 and 5F. RGB value is (133,21,95). Sum of RGB (Red+Green+Blue) = 133+21+95=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #85155F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85155F is #7AEAA0. Grayscale: #3E3E3E. Windows color (decimal): -8055457 or 6231429. OLE color: 6231429.

HSL color Cylindrical-coordinate representation of color #85155F: hue angle of 320.36º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85155F is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB1332195-
CMYK00.840.290.48
HSL320.36º72.73%30.2%-
HSV(B)320.36º84.21%52.16%-
XYZ12.016.3511.42-
YUV62.92146.11177.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.41%
GREEN value IS 21 (8.59% from 255) = 8.43%
BLUE value IS 95 (37.5% from 255) = 38.15%
R=53.41%
G=8.43%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133219500.840.290.48320.3672.7330.2
Hex85155F0541D30140491e
Octal205251370124356050011136
Binary100001011010110111110101010011101110000101000000100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85155F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85155F; }

 p { color: rgb(133,21,95); }

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

<style>
 a { background-color: #85155F; }

 a { background-color: rgb(133,21,95); }

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

<style>
 span { border-color: #85155F; }

 span { border-color: rgb(133,21,95); }

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