#851D80

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

Shades of Dark Purple #851D80

Tints of Dark Purple #851D80

Color information

#851D80 (or 0x851D80) is unknown color: approx Dark Purple. HEX triplet: 85, 1D and 80. RGB value is (133,29,128). Sum of RGB (Red+Green+Blue) = 133+29+128=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #851D80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851D80 is #7AE27F. Grayscale: #474747. Windows color (decimal): -8053376 or 8396165. OLE color: 8396165.

HSL color Cylindrical-coordinate representation of color #851D80: hue angle of 302.88º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #851D80 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB13329128-
CMYK00.780.040.48
HSL302.88º64.2%31.76%-
HSV(B)302.88º78.2%52.16%-
XYZ14.017.4221.12-
YUV71.38159.96171.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.86%
GREEN value IS 29 (11.72% from 255) = 10%
BLUE value IS 128 (50.39% from 255) = 44.14%
R=45.86%
G=10%
B=44.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1332912800.780.040.48302.8864.231.76
Hex851D8004E43012f4020
Octal20535200011646045710040
Binary100001011110110000000010011101001100001001011111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851D80; }

 p { color: rgb(133,29,128); }

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

<style>
 a { background-color: #851D80; }

 a { background-color: rgb(133,29,128); }

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

<style>
 span { border-color: #851D80; }

 span { border-color: rgb(133,29,128); }

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