#851786

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

Shades of Dark Purple #851786

Tints of Dark Purple #851786

Color information

#851786 (or 0x851786) is unknown color: approx Dark Purple. HEX triplet: 85, 17 and 86. RGB value is (133,23,134). Sum of RGB (Red+Green+Blue) = 133+23+134=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 134 (52.73% from 255 or 46.21% from 290); Max value from RGB is 134 - color contains mainly: blue. Hex color #851786 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851786 is #7AE879. Grayscale: #444444. Windows color (decimal): -8054906 or 8787845. OLE color: 8787845.

HSL color Cylindrical-coordinate representation of color #851786: hue angle of 299.46º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #851786 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13323134-
CMYK0.010.8300.47
HSL299.46º70.7%30.78%-
HSV(B)299.46º82.84%52.55%-
XYZ14.287.3223.21-
YUV68.54164.94173.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.86%
GREEN value IS 23 (9.38% from 255) = 7.93%
BLUE value IS 134 (52.73% from 255) = 46.21%
R=45.86%
G=7.93%
B=46.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133231340.010.8300.47299.4670.730.78
Hex85178615302F12b471f
Octal20527206112305745310737
Binary100001011011110000110110100110101111100101011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851786; }

 p { color: rgb(133,23,134); }

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

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

 a { background-color: rgb(133,23,134); }

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

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

 span { border-color: rgb(133,23,134); }

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