#85337F

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

Shades of Dark Purple #85337F

Tints of Dark Purple #85337F

Color information

#85337F (or 0x85337F) is unknown color: approx Dark Purple. HEX triplet: 85, 33 and 7F. RGB value is (133,51,127). Sum of RGB (Red+Green+Blue) = 133+51+127=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #85337F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85337F is #7ACC80. Grayscale: #535353. Windows color (decimal): -8047745 or 8336261. OLE color: 8336261.

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

Color convert

RGB13351127-
CMYK00.620.050.48
HSL304.39º44.57%36.08%-
HSV(B)304.39º61.65%52.16%-
XYZ14.698.8921.02-
YUV84.18152.17162.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.77%
GREEN value IS 51 (20.31% from 255) = 16.40%
BLUE value IS 127 (50% from 255) = 40.84%
R=42.77%
G=16.40%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335112700.620.050.48304.3944.5736.08
Hex85337F03E5301302d24
Octal205631770765604605544
Binary1000010111001111111110111110101110000100110000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85337F; }

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

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

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

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

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

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

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

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