#850169

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

Shades of Eggplant #850169

Tints of Eggplant #850169

Color information

#850169 (or 0x850169) is unknown color: approx Eggplant. HEX triplet: 85, 01 and 69. RGB value is (133,1,105). Sum of RGB (Red+Green+Blue) = 133+1+105=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #850169 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850169 is #7AFE96. Grayscale: #343434. Windows color (decimal): -8060567 or 6881669. OLE color: 6881669.

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

Color convert

RGB1331105-
CMYK00.990.210.48
HSL312.73º98.51%26.27%-
HSV(B)312.73º99.25%52.16%-
XYZ12.236.0313.88-
YUV52.32157.73185.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.65%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 105 (41.41% from 255) = 43.93%
R=55.65%
G=0.42%
B=43.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133110500.990.210.48312.7398.5126.27
Hex851690631530139631a
Octal20511510143256047114332
Binary10000101111010010110001110101110000100111001110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850169; }

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

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

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

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

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

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

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

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