#86059B

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

Shades of Dark Magenta #86059B

Tints of Dark Magenta #86059B

Color information

#86059B (or 0x86059B) is unknown color: approx Dark Magenta. HEX triplet: 86, 05 and 9B. RGB value is (134,5,155). Sum of RGB (Red+Green+Blue) = 134+5+155=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #86059B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86059B is #79FA64. Grayscale: #3C3C3C. Windows color (decimal): -7993957 or 10159494. OLE color: 10159494.

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

Color convert

RGB1345155-
CMYK0.140.9700.39
HSL291.6º93.75%31.37%-
HSV(B)291.6º96.77%60.78%-
XYZ15.87.5431.63-
YUV60.67181.24180.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.58%
GREEN value IS 5 (2.34% from 255) = 1.70%
BLUE value IS 155 (60.94% from 255) = 52.72%
R=45.58%
G=1.70%
B=52.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal13451550.140.9700.39291.693.7531.37
Hex8659BE610271245e1f
Octal20652331614104744413637
Binary1000011010110011011111011000010100111100100100101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86059B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,5,155); }

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

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

 a { background-color: rgb(134,5,155); }

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

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

 span { border-color: rgb(134,5,155); }

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