#851063

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

Shades of Eggplant #851063

Tints of Eggplant #851063

Color information

#851063 (or 0x851063) is unknown color: approx Eggplant. HEX triplet: 85, 10 and 63. RGB value is (133,16,99). Sum of RGB (Red+Green+Blue) = 133+16+99=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #851063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851063 is #7AEF9C. Grayscale: #3C3C3C. Windows color (decimal): -8056733 or 6492293. OLE color: 6492293.

HSL color Cylindrical-coordinate representation of color #851063: hue angle of 317.44º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851063 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB1331699-
CMYK00.880.260.48
HSL317.44º78.52%29.22%-
HSV(B)317.44º87.97%52.16%-
XYZ12.116.2612.37-
YUV60.44149.76179.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.63%
GREEN value IS 16 (6.64% from 255) = 6.45%
BLUE value IS 99 (39.06% from 255) = 39.92%
R=53.63%
G=6.45%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133169900.880.260.48317.4478.5229.22
Hex8510630581A3013d4f1d
Octal205201430130326047511735
Binary100001011000011000110101100011010110000100111101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851063; }

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

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

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

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

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

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

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

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