#850E82

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

Shades of Purple #850E82

Tints of Purple #850E82

Color information

#850E82 (or 0x850E82) is unknown color: approx Purple. HEX triplet: 85, 0E and 82. RGB value is (133,14,130). Sum of RGB (Red+Green+Blue) = 133+14+130=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #850E82 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850E82 is #7AF17D. Grayscale: #3E3E3E. Windows color (decimal): -8057214 or 8523397. OLE color: 8523397.

HSL color Cylindrical-coordinate representation of color #850E82: hue angle of 301.51º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #850E82 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB13314130-
CMYK00.890.020.48
HSL301.51º80.95%28.82%-
HSV(B)301.51º89.47%52.16%-
XYZ13.866.9121.72-
YUV62.8165.92178.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.01%
GREEN value IS 14 (5.86% from 255) = 5.05%
BLUE value IS 130 (51.17% from 255) = 46.93%
R=48.01%
G=5.05%
B=46.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331413000.890.020.48301.5180.9528.82
Hex85E8205923012e511d
Octal20516202013126045612135
Binary100001011110100000100101100110110000100101110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850E82; }

 p { color: rgb(133,14,130); }

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

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

 a { background-color: rgb(133,14,130); }

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

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

 span { border-color: rgb(133,14,130); }

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