#8508A0

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

Shades of Dark Magenta #8508A0

Tints of Dark Magenta #8508A0

Color information

#8508A0 (or 0x8508A0) is unknown color: approx Dark Magenta. HEX triplet: 85, 08 and A0. RGB value is (133,8,160). Sum of RGB (Red+Green+Blue) = 133+8+160=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 160 (62.89% from 255 or 53.16% from 301); Max value from RGB is 160 - color contains mainly: blue. Hex color #8508A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8508A0 is #7AF75F. Grayscale: #3E3E3E. Windows color (decimal): -8058720 or 10487941. OLE color: 10487941.

HSL color Cylindrical-coordinate representation of color #8508A0: hue angle of 289.34º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8508A0 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1338160-
CMYK0.170.9500.37
HSL289.34º90.48%32.94%-
HSV(B)289.34º95%62.75%-
XYZ16.17.733.89-
YUV62.7182.91178.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.19%
GREEN value IS 8 (3.52% from 255) = 2.66%
BLUE value IS 160 (62.89% from 255) = 53.16%
R=44.19%
G=2.66%
B=53.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal13381600.170.9500.37289.3490.4832.94
Hex858A0115F0251215a21
Octal205102402113704544113241
Binary1000010110001010000010001101111101001011001000011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8508A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8508A0; }

 p { color: rgb(133,8,160); }

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

<style>
 a { background-color: #8508A0; }

 a { background-color: rgb(133,8,160); }

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

<style>
 span { border-color: #8508A0; }

 span { border-color: rgb(133,8,160); }

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