#850F77

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

Shades of Dark Purple #850F77

Tints of Dark Purple #850F77

Color information

#850F77 (or 0x850F77) is unknown color: approx Dark Purple. HEX triplet: 85, 0F and 77. RGB value is (133,15,119). Sum of RGB (Red+Green+Blue) = 133+15+119=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #850F77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850F77 is #7AF088. Grayscale: #3D3D3D. Windows color (decimal): -8056969 or 7802757. OLE color: 7802757.

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

Color convert

RGB13315119-
CMYK00.890.110.48
HSL307.12º79.73%29.02%-
HSV(B)307.12º88.72%52.16%-
XYZ13.176.6618.04-
YUV62.14160.09178.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.81%
GREEN value IS 15 (6.25% from 255) = 5.62%
BLUE value IS 119 (46.88% from 255) = 44.57%
R=49.81%
G=5.62%
B=44.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331511900.890.110.48307.1279.7329.02
Hex85F77059B30133501d
Octal205171670131136046312035
Binary1000010111111110111010110011011110000100110011101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,15,119); }

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

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

 a { background-color: rgb(133,15,119); }

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

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

 span { border-color: rgb(133,15,119); }

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