#85336D

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

Shades of Dark Purple #85336D

Tints of Dark Purple #85336D

Color information

#85336D (or 0x85336D) is unknown color: approx Dark Purple. HEX triplet: 85, 33 and 6D. RGB value is (133,51,109). Sum of RGB (Red+Green+Blue) = 133+51+109=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #85336D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85336D is #7ACC92. Grayscale: #515151. Windows color (decimal): -8047763 or 7156613. OLE color: 7156613.

HSL color Cylindrical-coordinate representation of color #85336D: hue angle of 317.56º 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 #85336D is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB13351109-
CMYK00.620.180.48
HSL317.56º44.57%36.08%-
HSV(B)317.56º61.65%52.16%-
XYZ13.628.4615.38-
YUV82.13143.17164.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.39%
GREEN value IS 51 (20.31% from 255) = 17.41%
BLUE value IS 109 (42.97% from 255) = 37.20%
R=45.39%
G=17.41%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335110900.620.180.48317.5644.5736.08
Hex85336D03E123013e2d24
Octal2056315507622604765544
Binary100001011100111101101011111010010110000100111110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85336D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85336D; }

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

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

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

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

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

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

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

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