#85396F

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

Shades of Dark Purple #85396F

Tints of Dark Purple #85396F

Color information

#85396F (or 0x85396F) is unknown color: approx Dark Purple. HEX triplet: 85, 39 and 6F. RGB value is (133,57,111). Sum of RGB (Red+Green+Blue) = 133+57+111=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #85396F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85396F is #7AC690. Grayscale: #555555. Windows color (decimal): -8046225 or 7289221. OLE color: 7289221.

HSL color Cylindrical-coordinate representation of color #85396F: hue angle of 317.37º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85396F is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB13357111-
CMYK00.570.170.48
HSL317.37º40%37.25%-
HSV(B)317.37º57.14%52.16%-
XYZ14.019.0616.05-
YUV85.88142.18161.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.19%
GREEN value IS 57 (22.66% from 255) = 18.94%
BLUE value IS 111 (43.75% from 255) = 36.88%
R=44.19%
G=18.94%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335711100.570.170.48317.374037.25
Hex85396F039113013d2825
Octal2057115707121604755045
Binary100001011110011101111011100110001110000100111101101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85396F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,57,111); }

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

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

 a { background-color: rgb(133,57,111); }

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

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

 span { border-color: rgb(133,57,111); }

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