#8500aa

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

Shades of Dark Magenta #8500AA

Tints of Dark Magenta #8500AA

Color information

#8500AA (or 0x8500AA) is unknown color: approx Dark Magenta. HEX triplet: 85, 00 and AA. RGB value is (133,0,170). Sum of RGB (Red+Green+Blue) = 133+0+170=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 170 (66.80% from 255 or 56.11% from 303); Max value from RGB is 170 - color contains mainly: blue. Hex color #8500AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8500AA is #7AFF55. Grayscale: #3A3A3A. Windows color (decimal): -8060758 or 11141253. OLE color: 11141253.

HSL color Cylindrical-coordinate representation of color #8500AA: hue angle of 286.94º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8500AA is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1330170-
CMYK0.22100.33
HSL286.94º100%33.33%-
HSV(B)286.94º100%66.67%-
XYZ16.937.8938.66-
YUV59.15190.56180.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 170 (66.80% from 255) = 56.11%
R=43.89%
G=0%
B=56.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13301700.22100.33286.9410033.33
Hex850AA166402111f6421
Octal20502522614404143714441
Binary1000010101010101010110110010001000011000111111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8500aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8500aa; }

 p { color: rgb(133,0,170); }

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

<style>
 a { background-color: #8500aa; }

 a { background-color: rgb(133,0,170); }

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

<style>
 span { border-color: #8500aa; }

 span { border-color: rgb(133,0,170); }

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