#850B62

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

Shades of Eggplant #850B62

Tints of Eggplant #850B62

Color information

#850B62 (or 0x850B62) is unknown color: approx Eggplant. HEX triplet: 85, 0B and 62. RGB value is (133,11,98). Sum of RGB (Red+Green+Blue) = 133+11+98=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 11 (4.69% from 255 or 4.55% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #850B62 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850B62 is #7AF49D. Grayscale: #393939. Windows color (decimal): -8058014 or 6425477. OLE color: 6425477.

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

Color convert

RGB1331198-
CMYK00.920.260.48
HSL317.21º84.72%28.24%-
HSV(B)317.21º91.73%52.16%-
XYZ126.1112.1-
YUV57.4150.92181.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.96%
GREEN value IS 11 (4.69% from 255) = 4.55%
BLUE value IS 98 (38.67% from 255) = 40.50%
R=54.96%
G=4.55%
B=40.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133119800.920.260.48317.2184.7228.24
Hex85B6205C1A3013d551c
Octal205131420134326047512534
Binary10000101101111000100101110011010110000100111101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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