#850155

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

Shades of Eggplant #850155

Tints of Eggplant #850155

Color information

#850155 (or 0x850155) is unknown color: approx Eggplant. HEX triplet: 85, 01 and 55. RGB value is (133,1,85). Sum of RGB (Red+Green+Blue) = 133+1+85=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #850155 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850155 is #7AFEAA. Grayscale: #313131. Windows color (decimal): -8060587 or 5570949. OLE color: 5570949.

HSL color Cylindrical-coordinate representation of color #850155: hue angle of 321.82º 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 #850155 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB133185-
CMYK00.990.360.48
HSL321.82º98.51%26.27%-
HSV(B)321.82º99.25%52.16%-
XYZ11.325.669.09-
YUV50.04147.73187.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 60.73%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 85 (33.59% from 255) = 38.81%
R=60.73%
G=0.46%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13318500.990.360.48321.8298.5126.27
Hex851550632430142631a
Octal20511250143446050214332
Binary100001011101010101100011100100110000101000010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850155; }

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

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

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

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

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

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

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

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