#9D16AB

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

Shades of Dark Magenta #9D16AB

Tints of Dark Magenta #9D16AB

Color information

#9D16AB (or 0x9D16AB) is unknown color: approx Dark Magenta. HEX triplet: 9D, 16 and AB. RGB value is (157,22,171). Sum of RGB (Red+Green+Blue) = 157+22+171=350 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.86% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D16AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D16AB is #62E954. Grayscale: #4E4E4E. Windows color (decimal): -6482261 or 11212445. OLE color: 11212445.

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

Color convert

RGB15722171-
CMYK0.080.8700.33
HSL294.36º77.2%37.84%-
HSV(B)294.36º87.13%67.06%-
XYZ21.5410.6839.45-
YUV79.35179.73183.38-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.86%
GREEN value IS 22 (8.98% from 255) = 6.29%
BLUE value IS 171 (67.19% from 255) = 48.86%
R=44.86%
G=6.29%
B=48.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal157221710.080.8700.33294.3677.237.84
Hex9D16AB8570211264d26
Octal235262531012704144611546
Binary1001110110110101010111000101011101000011001001101001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D16AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,22,171); }

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

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

 a { background-color: rgb(157,22,171); }

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

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

 span { border-color: rgb(157,22,171); }

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