#85137C

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

Shades of Dark Purple #85137C

Tints of Dark Purple #85137C

Color information

#85137C (or 0x85137C) is unknown color: approx Dark Purple. HEX triplet: 85, 13 and 7C. RGB value is (133,19,124). Sum of RGB (Red+Green+Blue) = 133+19+124=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #85137C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85137C is #7AEC83. Grayscale: #404040. Windows color (decimal): -8055940 or 8131461. OLE color: 8131461.

HSL color Cylindrical-coordinate representation of color #85137C: hue angle of 304.74º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85137C is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB13319124-
CMYK00.860.070.48
HSL304.74º75%29.8%-
HSV(B)304.74º85.71%52.16%-
XYZ13.546.9119.69-
YUV65.06161.27176.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.19%
GREEN value IS 19 (7.81% from 255) = 6.88%
BLUE value IS 124 (48.83% from 255) = 44.93%
R=48.19%
G=6.88%
B=44.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331912400.860.070.48304.747529.8
Hex85137C0567301314b1e
Octal20523174012676046111336
Binary1000010110011111110001010110111110000100110001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85137C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85137C; }

 p { color: rgb(133,19,124); }

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

<style>
 a { background-color: #85137C; }

 a { background-color: rgb(133,19,124); }

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

<style>
 span { border-color: #85137C; }

 span { border-color: rgb(133,19,124); }

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