#8B01AD

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

Shades of Dark Magenta #8B01AD

Tints of Dark Magenta #8B01AD

Color information

#8B01AD (or 0x8B01AD) is unknown color: approx Dark Magenta. HEX triplet: 8B, 01 and AD. RGB value is (139,1,173). Sum of RGB (Red+Green+Blue) = 139+1+173=313 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.41% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #8B01AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B01AD is #74FE52. Grayscale: #3D3D3D. Windows color (decimal): -7667283 or 11338123. OLE color: 11338123.

HSL color Cylindrical-coordinate representation of color #8B01AD: hue angle of 288.14º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B01AD is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1391173-
CMYK0.200.9900.32
HSL288.14º98.85%34.12%-
HSV(B)288.14º99.42%67.84%-
XYZ18.28.5340.22-
YUV61.87190.72183.01-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.41%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 173 (67.97% from 255) = 55.27%
R=44.41%
G=0.32%
B=55.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal13911730.200.9900.32288.1498.8534.12
Hex8B1AD14630201206322
Octal21312552414304044014342
Binary1000101111010110110100110001101000001001000001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B01AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B01AD; }

 p { color: rgb(139,1,173); }

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

<style>
 a { background-color: #8B01AD; }

 a { background-color: rgb(139,1,173); }

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

<style>
 span { border-color: #8B01AD; }

 span { border-color: rgb(139,1,173); }

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