#9C15AA

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

Shades of Dark Magenta #9C15AA

Tints of Dark Magenta #9C15AA

Color information

#9C15AA (or 0x9C15AA) is unknown color: approx Dark Magenta. HEX triplet: 9C, 15 and AA. RGB value is (156,21,170). Sum of RGB (Red+Green+Blue) = 156+21+170=347 (45% of max value = 765). Red value is 156 (61.33% from 255 or 44.96% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C15AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C15AA is #63EA55. Grayscale: #4D4D4D. Windows color (decimal): -6548054 or 11146652. OLE color: 11146652.

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

Color convert

RGB15621170-
CMYK0.080.8800.33
HSL294.36º78.01%37.45%-
HSV(B)294.36º87.65%66.67%-
XYZ21.2310.5138.94-
YUV78.35179.73183.38-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.96%
GREEN value IS 21 (8.59% from 255) = 6.05%
BLUE value IS 170 (66.80% from 255) = 48.99%
R=44.96%
G=6.05%
B=48.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal156211700.080.8800.33294.3678.0137.45
Hex9C15AA8580211264e25
Octal234252521013004144611645
Binary1001110010101101010101000101100001000011001001101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C15AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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