#8A15AD

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

Shades of Dark Magenta #8A15AD

Tints of Dark Magenta #8A15AD

Color information

#8A15AD (or 0x8A15AD) is unknown color: approx Dark Magenta. HEX triplet: 8A, 15 and AD. RGB value is (138,21,173). Sum of RGB (Red+Green+Blue) = 138+21+173=332 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.57% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #8A15AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A15AD is #75EA52. Grayscale: #484848. Windows color (decimal): -7727699 or 11343242. OLE color: 11343242.

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

Color convert

RGB13821173-
CMYK0.200.8800.32
HSL286.18º78.35%38.04%-
HSV(B)286.18º87.86%67.84%-
XYZ18.298.9640.3-
YUV73.31184.26174.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.57%
GREEN value IS 21 (8.59% from 255) = 6.33%
BLUE value IS 173 (67.97% from 255) = 52.11%
R=41.57%
G=6.33%
B=52.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal138211730.200.8800.32286.1878.3538.04
Hex8A15AD145802011e4e26
Octal212252552413004043611646
Binary10001010101011010110110100101100001000001000111101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A15AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,21,173); }

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

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

 a { background-color: rgb(138,21,173); }

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

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

 span { border-color: rgb(138,21,173); }

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