#9C13AE

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

Shades of Dark Magenta #9C13AE

Tints of Dark Magenta #9C13AE

Color information

#9C13AE (or 0x9C13AE) is unknown color: approx Dark Magenta. HEX triplet: 9C, 13 and AE. RGB value is (156,19,174). Sum of RGB (Red+Green+Blue) = 156+19+174=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 19 (7.81% from 255 or 5.44% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #9C13AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C13AE is #63EC51. Grayscale: #4D4D4D. Windows color (decimal): -6548562 or 11408284. OLE color: 11408284.

HSL color Cylindrical-coordinate representation of color #9C13AE: hue angle of 293.03º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9C13AE is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15619174-
CMYK0.100.8900.32
HSL293.03º80.31%37.84%-
HSV(B)293.03º89.08%68.24%-
XYZ21.5810.5940.95-
YUV77.63182.39183.9-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.70%
GREEN value IS 19 (7.81% from 255) = 5.44%
BLUE value IS 174 (68.36% from 255) = 49.86%
R=44.70%
G=5.44%
B=49.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal156191740.100.8900.32293.0380.3137.84
Hex9C13AEA590201255026
Octal234232561213104044512046
Binary1001110010011101011101010101100101000001001001011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C13AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,19,174); }

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

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

 a { background-color: rgb(156,19,174); }

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

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

 span { border-color: rgb(156,19,174); }

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