#85125F

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

Shades of Eggplant #85125F

Tints of Eggplant #85125F

Color information

#85125F (or 0x85125F) is unknown color: approx Eggplant. HEX triplet: 85, 12 and 5F. RGB value is (133,18,95). Sum of RGB (Red+Green+Blue) = 133+18+95=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #85125F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85125F is #7AEDA0. Grayscale: #3C3C3C. Windows color (decimal): -8056225 or 6230661. OLE color: 6230661.

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

Color convert

RGB1331895-
CMYK00.860.290.48
HSL319.83º76.16%29.61%-
HSV(B)319.83º86.47%52.16%-
XYZ11.956.2511.4-
YUV61.16147.1179.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.07%
GREEN value IS 18 (7.42% from 255) = 7.32%
BLUE value IS 95 (37.5% from 255) = 38.62%
R=54.07%
G=7.32%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133189500.860.290.48319.8376.1629.61
Hex85125F0561D301404c1e
Octal205221370126356050011436
Binary100001011001010111110101011011101110000101000000100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85125F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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