#9C03AA

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

Shades of Dark Magenta #9C03AA

Tints of Dark Magenta #9C03AA

Color information

#9C03AA (or 0x9C03AA) is unknown color: approx Dark Magenta. HEX triplet: 9C, 03 and AA. RGB value is (156,3,170). Sum of RGB (Red+Green+Blue) = 156+3+170=329 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.42% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C03AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C03AA is #63FC55. Grayscale: #434343. Windows color (decimal): -6552662 or 11142044. OLE color: 11142044.

HSL color Cylindrical-coordinate representation of color #9C03AA: hue angle of 294.97º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C03AA is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1563170-
CMYK0.080.9800.33
HSL294.97º96.53%33.92%-
HSV(B)294.97º98.24%66.67%-
XYZ2110.0438.86-
YUV67.78185.69190.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.42%
GREEN value IS 3 (1.56% from 255) = 0.91%
BLUE value IS 170 (66.80% from 255) = 51.67%
R=47.42%
G=0.91%
B=51.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15631700.080.9800.33294.9796.5333.92
Hex9C3AA8620211276122
Octal23432521014204144714142
Binary1001110011101010101000110001001000011001001111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C03AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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