#850B60

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

Shades of Eggplant #850B60

Tints of Eggplant #850B60

Color information

#850B60 (or 0x850B60) is unknown color: approx Eggplant. HEX triplet: 85, 0B and 60. RGB value is (133,11,96). Sum of RGB (Red+Green+Blue) = 133+11+96=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 11 (4.69% from 255 or 4.58% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #850B60 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850B60 is #7AF49F. Grayscale: #383838. Windows color (decimal): -8058016 or 6294405. OLE color: 6294405.

HSL color Cylindrical-coordinate representation of color #850B60: hue angle of 318.2º degrees, saturation: 0.85, 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 #850B60 is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB1331196-
CMYK00.920.280.48
HSL318.2º84.72%28.24%-
HSV(B)318.2º91.73%52.16%-
XYZ11.96.0711.61-
YUV57.17149.92182.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.42%
GREEN value IS 11 (4.69% from 255) = 4.58%
BLUE value IS 96 (37.89% from 255) = 40%
R=55.42%
G=4.58%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133119600.920.280.48318.284.7228.24
Hex85B6005C1C3013e551c
Octal205131400134346047612534
Binary10000101101111000000101110011100110000100111110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,11,96); }

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

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

 a { background-color: rgb(133,11,96); }

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

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

 span { border-color: rgb(133,11,96); }

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