#850F76

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

Shades of Dark Purple #850F76

Tints of Dark Purple #850F76

Color information

#850F76 (or 0x850F76) is unknown color: approx Dark Purple. HEX triplet: 85, 0F and 76. RGB value is (133,15,118). Sum of RGB (Red+Green+Blue) = 133+15+118=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #850F76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850F76 is #7AF089. Grayscale: #3D3D3D. Windows color (decimal): -8056970 or 7737221. OLE color: 7737221.

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

Color convert

RGB13315118-
CMYK00.890.110.48
HSL307.63º79.73%29.02%-
HSV(B)307.63º88.72%52.16%-
XYZ13.116.6417.73-
YUV62.02159.59178.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50%
GREEN value IS 15 (6.25% from 255) = 5.64%
BLUE value IS 118 (46.48% from 255) = 44.36%
R=50%
G=5.64%
B=44.36%

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
Decimal1331511800.890.110.48307.6379.7329.02
Hex85F76059B30134501d
Octal205171660131136046412035
Binary1000010111111110110010110011011110000100110100101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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