#8B15AA

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

Shades of Dark Magenta #8B15AA

Tints of Dark Magenta #8B15AA

Color information

#8B15AA (or 0x8B15AA) is unknown color: approx Dark Magenta. HEX triplet: 8B, 15 and AA. RGB value is (139,21,170). Sum of RGB (Red+Green+Blue) = 139+21+170=330 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.12% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B15AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B15AA is #74EA55. Grayscale: #484848. Windows color (decimal): -7662166 or 11146635. OLE color: 11146635.

HSL color Cylindrical-coordinate representation of color #8B15AA: hue angle of 287.52º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B15AA is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13921170-
CMYK0.180.8800.33
HSL287.52º78.01%37.45%-
HSV(B)287.52º87.65%66.67%-
XYZ18.178.9338.8-
YUV73.27182.59174.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.12%
GREEN value IS 21 (8.59% from 255) = 6.36%
BLUE value IS 170 (66.80% from 255) = 51.52%
R=42.12%
G=6.36%
B=51.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal139211700.180.8800.33287.5278.0137.45
Hex8B15AA12580211204e25
Octal213252522213004144011645
Binary10001011101011010101010010101100001000011001000001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B15AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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