#85139B

Color #85139B Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #85139B

Tints of Dark Magenta #85139B

Color information

#85139B (or 0x85139B) is unknown color: approx Dark Magenta. HEX triplet: 85, 13 and 9B. RGB value is (133,19,155). Sum of RGB (Red+Green+Blue) = 133+19+155=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #85139B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85139B is #7AEC64. Grayscale: #444444. Windows color (decimal): -8055909 or 10163077. OLE color: 10163077.

HSL color Cylindrical-coordinate representation of color #85139B: hue angle of 290.29º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #85139B is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13319155-
CMYK0.140.8800.39
HSL290.29º78.16%34.12%-
HSV(B)290.29º87.74%60.78%-
XYZ15.827.8231.69-
YUV68.59176.77173.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.32%
GREEN value IS 19 (7.81% from 255) = 6.19%
BLUE value IS 155 (60.94% from 255) = 50.49%
R=43.32%
G=6.19%
B=50.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal133191550.140.8800.39290.2978.1634.12
Hex85139BE580271224e22
Octal205232331613004744211642
Binary1000010110011100110111110101100001001111001000101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85139B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85139B; }

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

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

<style>
 a { background-color: #85139B; }

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

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

<style>
 span { border-color: #85139B; }

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

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