#853581

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

Shades of Dark Purple #853581

Tints of Dark Purple #853581

Color information

#853581 (or 0x853581) is unknown color: approx Dark Purple. HEX triplet: 85, 35 and 81. RGB value is (133,53,129). Sum of RGB (Red+Green+Blue) = 133+53+129=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #853581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853581 is #7ACA7E. Grayscale: #555555. Windows color (decimal): -8047231 or 8467845. OLE color: 8467845.

HSL color Cylindrical-coordinate representation of color #853581: hue angle of 303º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #853581 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB13353129-
CMYK00.600.030.48
HSL303º43.01%36.47%-
HSV(B)303º60.15%52.16%-
XYZ14.919.1221.74-
YUV85.58152.5161.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.22%
GREEN value IS 53 (21.09% from 255) = 16.83%
BLUE value IS 129 (50.78% from 255) = 40.95%
R=42.22%
G=16.83%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335312900.600.030.4830343.0136.47
Hex85358103C33012f2b24
Octal205652010743604575344
Binary1000010111010110000001011110011110000100101111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853581; }

 p { color: rgb(133,53,129); }

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

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

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

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

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

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

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