#85356E

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

Shades of Dark Purple #85356E

Tints of Dark Purple #85356E

Color information

#85356E (or 0x85356E) is unknown color: approx Dark Purple. HEX triplet: 85, 35 and 6E. RGB value is (133,53,110). Sum of RGB (Red+Green+Blue) = 133+53+110=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #85356E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85356E is #7ACA91. Grayscale: #535353. Windows color (decimal): -8047250 or 7222661. OLE color: 7222661.

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

Color convert

RGB13353110-
CMYK00.600.170.48
HSL317.25º43.01%36.47%-
HSV(B)317.25º60.15%52.16%-
XYZ13.768.6615.7-
YUV83.42143163.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.93%
GREEN value IS 53 (21.09% from 255) = 17.91%
BLUE value IS 110 (43.36% from 255) = 37.16%
R=44.93%
G=17.91%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335311000.600.170.48317.2543.0136.47
Hex85356E03C113013d2b24
Octal2056515607421604755344
Binary100001011101011101110011110010001110000100111101101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85356E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85356E; }

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

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

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

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

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

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

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

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