#85004E

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

Shades of Eggplant #85004E

Tints of Eggplant #85004E

Color information

#85004E (or 0x85004E) is unknown color: approx Eggplant. HEX triplet: 85, 00 and 4E. RGB value is (133,0,78). Sum of RGB (Red+Green+Blue) = 133+0+78=211 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.03% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 133 - color contains mainly: red. Hex color #85004E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85004E is #7AFFB1. Grayscale: #303030. Windows color (decimal): -8060850 or 5111941. OLE color: 5111941.

HSL color Cylindrical-coordinate representation of color #85004E: hue angle of 324.81º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #85004E is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB133078-
CMYK010.410.48
HSL324.81º100%26.08%-
HSV(B)324.81º100%52.16%-
XYZ11.055.547.69-
YUV48.66144.56188.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 63.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 78 (30.86% from 255) = 36.97%
R=63.03%
G=0%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133078010.410.48324.8110026.08
Hex8504E0642930145641a
Octal20501160144516050514432
Binary100001010100111001100100101001110000101000101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85004E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,0,78); }

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

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

 a { background-color: rgb(133,0,78); }

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

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

 span { border-color: rgb(133,0,78); }

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