#851062

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

Shades of Eggplant #851062

Tints of Eggplant #851062

Color information

#851062 (or 0x851062) is unknown color: approx Eggplant. HEX triplet: 85, 10 and 62. RGB value is (133,16,98). Sum of RGB (Red+Green+Blue) = 133+16+98=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 98 (38.67% from 255 or 39.68% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #851062 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851062 is #7AEF9D. Grayscale: #3C3C3C. Windows color (decimal): -8056734 or 6426757. OLE color: 6426757.

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

Color convert

RGB1331698-
CMYK00.880.260.48
HSL317.95º78.52%29.22%-
HSV(B)317.95º87.97%52.16%-
XYZ12.066.2412.12-
YUV60.33149.26179.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.85%
GREEN value IS 16 (6.64% from 255) = 6.48%
BLUE value IS 98 (38.67% from 255) = 39.68%
R=53.85%
G=6.48%
B=39.68%

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
Decimal133169800.880.260.48317.9578.5229.22
Hex8510620581A3013e4f1d
Octal205201420130326047611735
Binary100001011000011000100101100011010110000100111110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851062; }

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

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

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

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

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

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

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

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