#85066D

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

Shades of Eggplant #85066D

Tints of Eggplant #85066D

Color information

#85066D (or 0x85066D) is unknown color: approx Eggplant. HEX triplet: 85, 06 and 6D. RGB value is (133,6,109). Sum of RGB (Red+Green+Blue) = 133+6+109=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #85066D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85066D is #7AF992. Grayscale: #373737. Windows color (decimal): -8059283 or 7145093. OLE color: 7145093.

HSL color Cylindrical-coordinate representation of color #85066D: hue angle of 311.34º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85066D is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB1336109-
CMYK00.950.180.48
HSL311.34º91.37%27.25%-
HSV(B)311.34º95.49%52.16%-
XYZ12.56.2215.01-
YUV55.72158.08183.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.63%
GREEN value IS 6 (2.73% from 255) = 2.42%
BLUE value IS 109 (42.97% from 255) = 43.95%
R=53.63%
G=2.42%
B=43.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133610900.950.180.48311.3491.3727.25
Hex8566D05F12301375b1b
Octal20561550137226046713333
Binary1000010111011011010101111110010110000100110111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85066D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85066D; }

 p { color: rgb(133,6,109); }

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

<style>
 a { background-color: #85066D; }

 a { background-color: rgb(133,6,109); }

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

<style>
 span { border-color: #85066D; }

 span { border-color: rgb(133,6,109); }

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