#8C15AA

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

Shades of Dark Magenta #8C15AA

Tints of Dark Magenta #8C15AA

Color information

#8C15AA (or 0x8C15AA) is unknown color: approx Dark Magenta. HEX triplet: 8C, 15 and AA. RGB value is (140,21,170). Sum of RGB (Red+Green+Blue) = 140+21+170=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C15AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C15AA is #73EA55. Grayscale: #494949. Windows color (decimal): -7596630 or 11146636. OLE color: 11146636.

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

Color convert

RGB14021170-
CMYK0.180.8800.33
HSL287.92º78.01%37.45%-
HSV(B)287.92º87.65%66.67%-
XYZ18.349.0138.8-
YUV73.57182.42175.38-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.30%
GREEN value IS 21 (8.59% from 255) = 6.34%
BLUE value IS 170 (66.80% from 255) = 51.36%
R=42.30%
G=6.34%
B=51.36%

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
Decimal140211700.180.8800.33287.9278.0137.45
Hex8C15AA12580211204e25
Octal214252522213004144011645
Binary10001100101011010101010010101100001000011001000001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C15AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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