#85105E

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

Shades of Eggplant #85105E

Tints of Eggplant #85105E

Color information

#85105E (or 0x85105E) is unknown color: approx Eggplant. HEX triplet: 85, 10 and 5E. RGB value is (133,16,94). Sum of RGB (Red+Green+Blue) = 133+16+94=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #85105E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85105E is #7AEFA1. Grayscale: #3B3B3B. Windows color (decimal): -8056738 or 6164613. OLE color: 6164613.

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

Color convert

RGB1331694-
CMYK00.880.290.48
HSL320º78.52%29.22%-
HSV(B)320º87.97%52.16%-
XYZ11.886.1711.15-
YUV59.87147.26180.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.73%
GREEN value IS 16 (6.64% from 255) = 6.58%
BLUE value IS 94 (37.11% from 255) = 38.68%
R=54.73%
G=6.58%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133169400.880.290.4832078.5229.22
Hex85105E0581D301404f1d
Octal205201360130356050011735
Binary100001011000010111100101100011101110000101000000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85105E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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