#8501AB

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

Shades of Dark Magenta #8501AB

Tints of Dark Magenta #8501AB

Color information

#8501AB (or 0x8501AB) is unknown color: approx Dark Magenta. HEX triplet: 85, 01 and AB. RGB value is (133,1,171). Sum of RGB (Red+Green+Blue) = 133+1+171=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #8501AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8501AB is #7AFE54. Grayscale: #3B3B3B. Windows color (decimal): -8060501 or 11207045. OLE color: 11207045.

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

Color convert

RGB1331171-
CMYK0.220.9900.33
HSL286.59º98.84%33.73%-
HSV(B)286.59º99.42%67.06%-
XYZ17.037.9539.16-
YUV59.85190.73180.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.61%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 171 (67.19% from 255) = 56.07%
R=43.61%
G=0.33%
B=56.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13311710.220.9900.33286.5998.8433.73
Hex851AB166302111f6322
Octal20512532614304143714342
Binary1000010111010101110110110001101000011000111111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8501AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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