#8501A2

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

Shades of Dark Magenta #8501A2

Tints of Dark Magenta #8501A2

Color information

#8501A2 (or 0x8501A2) is unknown color: approx Dark Magenta. HEX triplet: 85, 01 and A2. RGB value is (133,1,162). Sum of RGB (Red+Green+Blue) = 133+1+162=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 162 (63.67% from 255 or 54.73% from 296); Max value from RGB is 162 - color contains mainly: blue. Hex color #8501A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8501A2 is #7AFE5D. Grayscale: #3A3A3A. Windows color (decimal): -8060510 or 10617221. OLE color: 10617221.

HSL color Cylindrical-coordinate representation of color #8501A2: hue angle of 289.19º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8501A2 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1331162-
CMYK0.180.9900.36
HSL289.19º98.77%31.96%-
HSV(B)289.19º99.38%63.53%-
XYZ16.217.6234.8-
YUV58.82186.23180.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.93%
GREEN value IS 1 (0.78% from 255) = 0.34%
BLUE value IS 162 (63.67% from 255) = 54.73%
R=44.93%
G=0.34%
B=54.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal13311620.180.9900.36289.1998.7731.96
Hex851A212630241216320
Octal20512422214304444114340
Binary1000010111010001010010110001101001001001000011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8501A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8501A2; }

 p { color: rgb(133,1,162); }

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

<style>
 a { background-color: #8501A2; }

 a { background-color: rgb(133,1,162); }

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

<style>
 span { border-color: #8501A2; }

 span { border-color: rgb(133,1,162); }

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