#8B15A2

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

Shades of Dark Magenta #8B15A2

Tints of Dark Magenta #8B15A2

Color information

#8B15A2 (or 0x8B15A2) is unknown color: approx Dark Magenta. HEX triplet: 8B, 15 and A2. RGB value is (139,21,162). Sum of RGB (Red+Green+Blue) = 139+21+162=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 162 (63.67% from 255 or 50.31% from 322); Max value from RGB is 162 - color contains mainly: blue. Hex color #8B15A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B15A2 is #74EA5D. Grayscale: #474747. Windows color (decimal): -7662174 or 10622347. OLE color: 10622347.

HSL color Cylindrical-coordinate representation of color #8B15A2: hue angle of 290.21º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8B15A2 is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13921162-
CMYK0.140.8700.36
HSL290.21º77.05%35.88%-
HSV(B)290.21º87.04%63.53%-
XYZ17.448.6334.93-
YUV72.36178.59175.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.17%
GREEN value IS 21 (8.59% from 255) = 6.52%
BLUE value IS 162 (63.67% from 255) = 50.31%
R=43.17%
G=6.52%
B=50.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal139211620.140.8700.36290.2177.0535.88
Hex8B15A2E570241224d24
Octal213252421612704444211544
Binary1000101110101101000101110101011101001001001000101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B15A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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