#850A69

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

Shades of Eggplant #850A69

Tints of Eggplant #850A69

Color information

#850A69 (or 0x850A69) is unknown color: approx Eggplant. HEX triplet: 85, 0A and 69. RGB value is (133,10,105). Sum of RGB (Red+Green+Blue) = 133+10+105=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 105 (41.41% from 255 or 42.34% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #850A69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850A69 is #7AF596. Grayscale: #393939. Windows color (decimal): -8058263 or 6883973. OLE color: 6883973.

HSL color Cylindrical-coordinate representation of color #850A69: hue angle of 313.66º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850A69 is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB13310105-
CMYK00.920.210.48
HSL313.66º86.01%28.04%-
HSV(B)313.66º92.48%52.16%-
XYZ12.336.2213.92-
YUV57.61154.75181.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.63%
GREEN value IS 10 (4.30% from 255) = 4.03%
BLUE value IS 105 (41.41% from 255) = 42.34%
R=53.63%
G=4.03%
B=42.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331010500.920.210.48313.6686.0128.04
Hex85A6905C153013a561c
Octal205121510134256047212634
Binary10000101101011010010101110010101110000100111010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850A69; }

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

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

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

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

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

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

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

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