#850953

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

Shades of Eggplant #850953

Tints of Eggplant #850953

Color information

#850953 (or 0x850953) is unknown color: approx Eggplant. HEX triplet: 85, 09 and 53. RGB value is (133,9,83). Sum of RGB (Red+Green+Blue) = 133+9+83=225 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.11% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 133 - color contains mainly: red. Hex color #850953 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850953 is #7AF6AC. Grayscale: #363636. Windows color (decimal): -8058541 or 5441925. OLE color: 5441925.

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

Color convert

RGB133983-
CMYK00.930.380.48
HSL324.19º87.32%27.84%-
HSV(B)324.19º93.23%52.16%-
XYZ11.335.818.71-
YUV54.51144.08183.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 59.11%
GREEN value IS 9 (3.91% from 255) = 4%
BLUE value IS 83 (32.81% from 255) = 36.89%
R=59.11%
G=4%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13398300.930.380.48324.1987.3227.84
Hex8595305D2630144571c
Octal205111230135466050412734
Binary100001011001101001101011101100110110000101000100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850953; }

 p { color: rgb(133,9,83); }

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

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

 a { background-color: rgb(133,9,83); }

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

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

 span { border-color: rgb(133,9,83); }

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