#850E7F

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

Shades of Purple #850E7F

Tints of Purple #850E7F

Color information

#850E7F (or 0x850E7F) is unknown color: approx Purple. HEX triplet: 85, 0E and 7F. RGB value is (133,14,127). Sum of RGB (Red+Green+Blue) = 133+14+127=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 127 (50% from 255 or 46.35% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #850E7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850E7F is #7AF180. Grayscale: #3E3E3E. Windows color (decimal): -8057217 or 8326789. OLE color: 8326789.

HSL color Cylindrical-coordinate representation of color #850E7F: hue angle of 303.03º 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 #850E7F is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB13314127-
CMYK00.890.050.48
HSL303.03º80.95%28.82%-
HSV(B)303.03º89.47%52.16%-
XYZ13.666.8320.68-
YUV62.46164.42178.31-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.54%
GREEN value IS 14 (5.86% from 255) = 5.11%
BLUE value IS 127 (50% from 255) = 46.35%
R=48.54%
G=5.11%
B=46.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331412700.890.050.48303.0380.9528.82
Hex85E7F05953012f511d
Octal20516177013156045712135
Binary100001011110111111101011001101110000100101111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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