#850E7D

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

Shades of Purple #850E7D

Tints of Purple #850E7D

Color information

#850E7D (or 0x850E7D) is unknown color: approx Purple. HEX triplet: 85, 0E and 7D. RGB value is (133,14,125). Sum of RGB (Red+Green+Blue) = 133+14+125=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 125 (49.22% from 255 or 45.96% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #850E7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850E7D is #7AF182. Grayscale: #3D3D3D. Windows color (decimal): -8057219 or 8195717. OLE color: 8195717.

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

Color convert

RGB13314125-
CMYK00.890.060.48
HSL304.03º80.95%28.82%-
HSV(B)304.03º89.47%52.16%-
XYZ13.536.7820-
YUV62.24163.42178.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.90%
GREEN value IS 14 (5.86% from 255) = 5.15%
BLUE value IS 125 (49.22% from 255) = 45.96%
R=48.90%
G=5.15%
B=45.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331412500.890.060.48304.0380.9528.82
Hex85E7D059630130511d
Octal20516175013166046012135
Binary100001011110111110101011001110110000100110000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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