#850855

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

Shades of Eggplant #850855

Tints of Eggplant #850855

Color information

#850855 (or 0x850855) is unknown color: approx Eggplant. HEX triplet: 85, 08 and 55. RGB value is (133,8,85). Sum of RGB (Red+Green+Blue) = 133+8+85=226 (29% of max value = 765). Red value is 133 (52.34% from 255 or 58.85% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 133 - color contains mainly: red. Hex color #850855 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850855 is #7AF7AA. Grayscale: #353535. Windows color (decimal): -8058795 or 5572741. OLE color: 5572741.

HSL color Cylindrical-coordinate representation of color #850855: hue angle of 323.04º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850855 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB133885-
CMYK00.940.360.48
HSL323.04º88.65%27.65%-
HSV(B)323.04º93.98%52.16%-
XYZ11.45.829.12-
YUV54.15145.41184.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.85%
GREEN value IS 8 (3.52% from 255) = 3.54%
BLUE value IS 85 (33.59% from 255) = 37.61%
R=58.85%
G=3.54%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13388500.940.360.48323.0488.6527.65
Hex8585505E2430143591c
Octal205101250136446050313134
Binary100001011000101010101011110100100110000101000011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850855; }

 p { color: rgb(133,8,85); }

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

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

 a { background-color: rgb(133,8,85); }

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

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

 span { border-color: rgb(133,8,85); }

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