#85125E

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

Shades of Eggplant #85125E

Tints of Eggplant #85125E

Color information

#85125E (or 0x85125E) is unknown color: approx Eggplant. HEX triplet: 85, 12 and 5E. RGB value is (133,18,94). Sum of RGB (Red+Green+Blue) = 133+18+94=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #85125E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85125E is #7AEDA1. Grayscale: #3C3C3C. Windows color (decimal): -8056226 or 6165125. OLE color: 6165125.

HSL color Cylindrical-coordinate representation of color #85125E: hue angle of 320.35º 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 #85125E is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB1331894-
CMYK00.860.290.48
HSL320.35º76.16%29.61%-
HSV(B)320.35º86.47%52.16%-
XYZ11.916.2311.16-
YUV61.05146.6179.32-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.29%
GREEN value IS 18 (7.42% from 255) = 7.35%
BLUE value IS 94 (37.11% from 255) = 38.37%
R=54.29%
G=7.35%
B=38.37%

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
Decimal133189400.860.290.48320.3576.1629.61
Hex85125E0561D301404c1e
Octal205221360126356050011436
Binary100001011001010111100101011011101110000101000000100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85125E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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