#850262

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

Shades of Eggplant #850262

Tints of Eggplant #850262

Color information

#850262 (or 0x850262) is unknown color: approx Eggplant. HEX triplet: 85, 02 and 62. RGB value is (133,2,98). Sum of RGB (Red+Green+Blue) = 133+2+98=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #850262 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850262 is #7AFD9D. Grayscale: #333333. Windows color (decimal): -8060318 or 6423173. OLE color: 6423173.

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

Color convert

RGB133298-
CMYK00.980.260.48
HSL316.03º97.04%26.47%-
HSV(B)316.03º98.5%52.16%-
XYZ11.95.9112.07-
YUV52.11153.9185.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.08%
GREEN value IS 2 (1.17% from 255) = 0.86%
BLUE value IS 98 (38.67% from 255) = 42.06%
R=57.08%
G=0.86%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13329800.980.260.48316.0397.0426.47
Hex852620621A3013c611a
Octal20521420142326047414132
Binary100001011011000100110001011010110000100111100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850262; }

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

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

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

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

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

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

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

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