#86099A

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

Shades of Dark Magenta #86099A

Tints of Dark Magenta #86099A

Color information

#86099A (or 0x86099A) is unknown color: approx Dark Magenta. HEX triplet: 86, 09 and 9A. RGB value is (134,9,154). Sum of RGB (Red+Green+Blue) = 134+9+154=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 154 (60.55% from 255 or 51.85% from 297); Max value from RGB is 154 - color contains mainly: blue. Hex color #86099A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86099A is #79F665. Grayscale: #3E3E3E. Windows color (decimal): -7992934 or 10094982. OLE color: 10094982.

HSL color Cylindrical-coordinate representation of color #86099A: hue angle of 291.72º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #86099A is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1349154-
CMYK0.130.9400.40
HSL291.72º88.96%31.96%-
HSV(B)291.72º94.16%60.39%-
XYZ15.767.631.21-
YUV62.9179.41178.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.12%
GREEN value IS 9 (3.91% from 255) = 3.03%
BLUE value IS 154 (60.55% from 255) = 51.85%
R=45.12%
G=3.03%
B=51.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal13491540.130.9400.40291.7288.9631.96
Hex8699AD5E0281245920
Octal206112321513605044413140
Binary100001101001100110101101101111001010001001001001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86099A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86099A; }

 p { color: rgb(134,9,154); }

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

<style>
 a { background-color: #86099A; }

 a { background-color: rgb(134,9,154); }

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

<style>
 span { border-color: #86099A; }

 span { border-color: rgb(134,9,154); }

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