#850062

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

Shades of Eggplant #850062

Tints of Eggplant #850062

Color information

#850062 (or 0x850062) is unknown color: approx Eggplant. HEX triplet: 85, 00 and 62. RGB value is (133,0,98). Sum of RGB (Red+Green+Blue) = 133+0+98=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #850062 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850062 is #7AFF9D. Grayscale: #323232. Windows color (decimal): -8060830 or 6422661. OLE color: 6422661.

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

Color convert

RGB133098-
CMYK010.260.48
HSL315.79º100%26.08%-
HSV(B)315.79º100%52.16%-
XYZ11.885.8712.06-
YUV50.94154.56186.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 98 (38.67% from 255) = 42.42%
R=57.58%
G=0%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133098010.260.48315.7910026.08
Hex850620641A3013c641a
Octal20501420144326047414432
Binary10000101011000100110010011010110000100111100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850062; }

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

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

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

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

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

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

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

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