#850B63

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

Shades of Eggplant #850B63

Tints of Eggplant #850B63

Color information

#850B63 (or 0x850B63) is unknown color: approx Eggplant. HEX triplet: 85, 0B and 63. RGB value is (133,11,99). Sum of RGB (Red+Green+Blue) = 133+11+99=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #850B63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850B63 is #7AF49C. Grayscale: #393939. Windows color (decimal): -8058013 or 6491013. OLE color: 6491013.

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

Color convert

RGB1331199-
CMYK00.920.260.48
HSL316.72º84.72%28.24%-
HSV(B)316.72º91.73%52.16%-
XYZ12.046.1312.35-
YUV57.51151.42181.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.73%
GREEN value IS 11 (4.69% from 255) = 4.53%
BLUE value IS 99 (39.06% from 255) = 40.74%
R=54.73%
G=4.53%
B=40.74%

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
Decimal133119900.920.260.48316.7284.7228.24
Hex85B6305C1A3013d551c
Octal205131430134326047512534
Binary10000101101111000110101110011010110000100111101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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