#8506AC

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

Shades of Dark Magenta #8506AC

Tints of Dark Magenta #8506AC

Color information

#8506AC (or 0x8506AC) is unknown color: approx Dark Magenta. HEX triplet: 85, 06 and AC. RGB value is (133,6,172). Sum of RGB (Red+Green+Blue) = 133+6+172=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #8506AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8506AC is #7AF953. Grayscale: #3E3E3E. Windows color (decimal): -8059220 or 11273861. OLE color: 11273861.

HSL color Cylindrical-coordinate representation of color #8506AC: hue angle of 285.9º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8506AC is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1336172-
CMYK0.230.9700.33
HSL285.9º93.26%34.9%-
HSV(B)285.9º96.51%67.45%-
XYZ17.188.139.69-
YUV62.9189.58178-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.77%
GREEN value IS 6 (2.73% from 255) = 1.93%
BLUE value IS 172 (67.58% from 255) = 55.31%
R=42.77%
G=1.93%
B=55.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13361720.230.9700.33285.993.2634.9
Hex856AC176102111e5d23
Octal20562542714104143613543
Binary100001011101010110010111110000101000011000111101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8506AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8506AC; }

 p { color: rgb(133,6,172); }

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

<style>
 a { background-color: #8506AC; }

 a { background-color: rgb(133,6,172); }

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

<style>
 span { border-color: #8506AC; }

 span { border-color: rgb(133,6,172); }

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