#9C13AD

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

Shades of Dark Magenta #9C13AD

Tints of Dark Magenta #9C13AD

Color information

#9C13AD (or 0x9C13AD) is unknown color: approx Dark Magenta. HEX triplet: 9C, 13 and AD. RGB value is (156,19,173). Sum of RGB (Red+Green+Blue) = 156+19+173=348 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.83% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 173 (67.97% from 255 or 49.71% from 348); Max value from RGB is 173 - color contains mainly: blue. Hex color #9C13AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C13AD is #63EC52. Grayscale: #4D4D4D. Windows color (decimal): -6548563 or 11342748. OLE color: 11342748.

HSL color Cylindrical-coordinate representation of color #9C13AD: hue angle of 293.38º 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 #9C13AD is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15619173-
CMYK0.100.8900.32
HSL293.38º80.21%37.65%-
HSV(B)293.38º89.02%67.84%-
XYZ21.4910.5540.44-
YUV77.52181.89183.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.83%
GREEN value IS 19 (7.81% from 255) = 5.46%
BLUE value IS 173 (67.97% from 255) = 49.71%
R=44.83%
G=5.46%
B=49.71%

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
Decimal156191730.100.8900.32293.3880.2137.65
Hex9C13ADA590201255026
Octal234232551213104044512046
Binary1001110010011101011011010101100101000001001001011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C13AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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