#8B00AA

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

Shades of Dark Magenta #8B00AA

Tints of Dark Magenta #8B00AA

Color information

#8B00AA (or 0x8B00AA) is unknown color: approx Dark Magenta. HEX triplet: 8B, 00 and AA. RGB value is (139,0,170). Sum of RGB (Red+Green+Blue) = 139+0+170=309 (40% of max value = 765). Red value is 139 (54.69% from 255 or 44.98% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B00AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B00AA is #74FF55. Grayscale: #3C3C3C. Windows color (decimal): -7667542 or 11141259. OLE color: 11141259.

HSL color Cylindrical-coordinate representation of color #8B00AA: hue angle of 289.06º 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 #8B00AA is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1390170-
CMYK0.18100.33
HSL289.06º100%33.33%-
HSV(B)289.06º100%66.67%-
XYZ17.98.3938.71-
YUV60.94189.55183.68-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 170 (66.80% from 255) = 55.02%
R=44.98%
G=0%
B=55.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13901700.18100.33289.0610033.33
Hex8B0AA12640211216421
Octal21302522214404144114441
Binary1000101101010101010010110010001000011001000011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B00AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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