#853380

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

Shades of Dark Purple #853380

Tints of Dark Purple #853380

Color information

#853380 (or 0x853380) is unknown color: approx Dark Purple. HEX triplet: 85, 33 and 80. RGB value is (133,51,128). Sum of RGB (Red+Green+Blue) = 133+51+128=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 128 (50.39% from 255 or 41.03% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #853380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853380 is #7ACC7F. Grayscale: #545454. Windows color (decimal): -8047744 or 8401797. OLE color: 8401797.

HSL color Cylindrical-coordinate representation of color #853380: hue angle of 303.66º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #853380 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB13351128-
CMYK00.620.040.48
HSL303.66º44.57%36.08%-
HSV(B)303.66º61.65%52.16%-
XYZ14.758.9121.36-
YUV84.3152.67162.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.63%
GREEN value IS 51 (20.31% from 255) = 16.35%
BLUE value IS 128 (50.39% from 255) = 41.03%
R=42.63%
G=16.35%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335112800.620.040.48303.6644.5736.08
Hex85338003E4301302d24
Octal205632000764604605544
Binary10000101110011100000000111110100110000100110000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853380; }

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

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

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

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

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

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

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

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