#851685

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

Shades of Dark Purple #851685

Tints of Dark Purple #851685

Color information

#851685 (or 0x851685) is unknown color: approx Dark Purple. HEX triplet: 85, 16 and 85. RGB value is (133,22,133). Sum of RGB (Red+Green+Blue) = 133+22+133=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 22 (8.98% from 255 or 7.64% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #851685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851685 is #7AE97A. Grayscale: #434343. Windows color (decimal): -8055163 or 8722053. OLE color: 8722053.

HSL color Cylindrical-coordinate representation of color #851685: hue angle of 300º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #851685 is Cyan = 0, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13322133-
CMYK00.8300.48
HSL300º71.61%30.39%-
HSV(B)300º83.46%52.16%-
XYZ14.197.2522.84-
YUV67.84164.77174.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.18%
GREEN value IS 22 (8.98% from 255) = 7.64%
BLUE value IS 133 (52.34% from 255) = 46.18%
R=46.18%
G=7.64%
B=46.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1332213300.8300.4830071.6130.39
Hex85168505303012c481e
Octal20526205012306045411036
Binary100001011011010000101010100110110000100101100100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851685; }

 p { color: rgb(133,22,133); }

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

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

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

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

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

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

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