#9D14AB

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

Shades of Dark Magenta #9D14AB

Tints of Dark Magenta #9D14AB

Color information

#9D14AB (or 0x9D14AB) is unknown color: approx Dark Magenta. HEX triplet: 9D, 14 and AB. RGB value is (157,20,171). Sum of RGB (Red+Green+Blue) = 157+20+171=348 (46% of max value = 765). Red value is 157 (61.72% from 255 or 45.11% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D14AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D14AB is #62EB54. Grayscale: #4D4D4D. Windows color (decimal): -6482773 or 11211933. OLE color: 11211933.

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

Color convert

RGB15720171-
CMYK0.080.8800.33
HSL294.44º79.06%37.45%-
HSV(B)294.44º88.3%67.06%-
XYZ21.5110.6139.44-
YUV78.18180.39184.22-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.11%
GREEN value IS 20 (8.20% from 255) = 5.75%
BLUE value IS 171 (67.19% from 255) = 49.14%
R=45.11%
G=5.75%
B=49.14%

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
Decimal157201710.080.8800.33294.4479.0637.45
Hex9D14AB8580211264f25
Octal235242531013004144611745
Binary1001110110100101010111000101100001000011001001101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D14AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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