#850158

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

Shades of Eggplant #850158

Tints of Eggplant #850158

Color information

#850158 (or 0x850158) is unknown color: approx Eggplant. HEX triplet: 85, 01 and 58. RGB value is (133,1,88). Sum of RGB (Red+Green+Blue) = 133+1+88=222 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.91% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 88 (34.77% from 255 or 39.64% from 222); Max value from RGB is 133 - color contains mainly: red. Hex color #850158 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850158 is #7AFEA7. Grayscale: #323232. Windows color (decimal): -8060584 or 5767557. OLE color: 5767557.

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

Color convert

RGB133188-
CMYK00.990.340.48
HSL320.45º98.51%26.27%-
HSV(B)320.45º99.25%52.16%-
XYZ11.455.719.73-
YUV50.39149.23186.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 59.91%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 88 (34.77% from 255) = 39.64%
R=59.91%
G=0.45%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13318800.990.340.48320.4598.5126.27
Hex851580632230140631a
Octal20511300143426050014332
Binary100001011101100001100011100010110000101000000110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850158; }

 p { color: rgb(133,1,88); }

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

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

 a { background-color: rgb(133,1,88); }

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

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

 span { border-color: rgb(133,1,88); }

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