#850651

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

Shades of Eggplant #850651

Tints of Eggplant #850651

Color information

#850651 (or 0x850651) is unknown color: approx Eggplant. HEX triplet: 85, 06 and 51. RGB value is (133,6,81). Sum of RGB (Red+Green+Blue) = 133+6+81=220 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.45% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 133 - color contains mainly: red. Hex color #850651 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850651 is #7AF9AE. Grayscale: #343434. Windows color (decimal): -8059311 or 5310085. OLE color: 5310085.

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

Color convert

RGB133681-
CMYK00.950.390.48
HSL324.57º91.37%27.25%-
HSV(B)324.57º95.49%52.16%-
XYZ11.225.718.3-
YUV52.52144.08185.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 60.45%
GREEN value IS 6 (2.73% from 255) = 2.73%
BLUE value IS 81 (32.03% from 255) = 36.82%
R=60.45%
G=2.73%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13368100.950.390.48324.5791.3727.25
Hex8565105F27301455b1b
Octal20561210137476050513333
Binary10000101110101000101011111100111110000101000101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850651; }

 p { color: rgb(133,6,81); }

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

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

 a { background-color: rgb(133,6,81); }

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

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

 span { border-color: rgb(133,6,81); }

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