#85357D

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

Shades of Dark Purple #85357D

Tints of Dark Purple #85357D

Color information

#85357D (or 0x85357D) is unknown color: approx Dark Purple. HEX triplet: 85, 35 and 7D. RGB value is (133,53,125). Sum of RGB (Red+Green+Blue) = 133+53+125=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #85357D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85357D is #7ACA82. Grayscale: #545454. Windows color (decimal): -8047235 or 8205701. OLE color: 8205701.

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

Color convert

RGB13353125-
CMYK00.600.060.48
HSL306º43.01%36.47%-
HSV(B)306º60.15%52.16%-
XYZ14.659.0120.37-
YUV85.13150.5162.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.77%
GREEN value IS 53 (21.09% from 255) = 17.04%
BLUE value IS 125 (49.22% from 255) = 40.19%
R=42.77%
G=17.04%
B=40.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335312500.600.060.4830643.0136.47
Hex85357D03C6301322b24
Octal205651750746604625344
Binary1000010111010111111010111100110110000100110010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85357D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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