#8503AB

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

Shades of Dark Magenta #8503AB

Tints of Dark Magenta #8503AB

Color information

#8503AB (or 0x8503AB) is unknown color: approx Dark Magenta. HEX triplet: 85, 03 and AB. RGB value is (133,3,171). Sum of RGB (Red+Green+Blue) = 133+3+171=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #8503AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8503AB is #7AFC54. Grayscale: #3C3C3C. Windows color (decimal): -8059989 or 11207557. OLE color: 11207557.

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

Color convert

RGB1333171-
CMYK0.220.9800.33
HSL286.43º96.55%34.12%-
HSV(B)286.43º98.25%67.06%-
XYZ17.067.9939.17-
YUV61.02190.07179.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.32%
GREEN value IS 3 (1.56% from 255) = 0.98%
BLUE value IS 171 (67.19% from 255) = 55.70%
R=43.32%
G=0.98%
B=55.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13331710.220.9800.33286.4396.5534.12
Hex853AB166202111e6122
Octal20532532614204143614142
Binary10000101111010101110110110001001000011000111101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8503AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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