#851985

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

Shades of Dark Purple #851985

Tints of Dark Purple #851985

Color information

#851985 (or 0x851985) is unknown color: approx Dark Purple. HEX triplet: 85, 19 and 85. RGB value is (133,25,133). Sum of RGB (Red+Green+Blue) = 133+25+133=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #851985 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851985 is #7AE67A. Grayscale: #454545. Windows color (decimal): -8054395 or 8722821. OLE color: 8722821.

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

Color convert

RGB13325133-
CMYK00.8100.48
HSL300º68.35%30.98%-
HSV(B)300º81.2%52.16%-
XYZ14.257.3822.86-
YUV69.6163.78173.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.70%
GREEN value IS 25 (10.16% from 255) = 8.59%
BLUE value IS 133 (52.34% from 255) = 45.70%
R=45.70%
G=8.59%
B=45.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1332513300.8100.4830068.3530.98
Hex85198505103012c441f
Octal20531205012106045410437
Binary100001011100110000101010100010110000100101100100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851985; }

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

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

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

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

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

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

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

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