#9D149B

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

Shades of Dark Magenta #9D149B

Tints of Dark Magenta #9D149B

Color information

#9D149B (or 0x9D149B) is unknown color: approx Dark Magenta. HEX triplet: 9D, 14 and 9B. RGB value is (157,20,155). Sum of RGB (Red+Green+Blue) = 157+20+155=332 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.29% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 157 - color contains mainly: red. Hex color #9D149B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D149B is #62EB64. Grayscale: #4B4B4B. Windows color (decimal): -6482789 or 10163357. OLE color: 10163357.

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

Color convert

RGB15720155-
CMYK00.870.010.38
HSL300.88º77.4%34.71%-
HSV(B)300.88º87.26%61.57%-
XYZ20.0710.0331.89-
YUV76.35172.39185.52-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.29%
GREEN value IS 20 (8.20% from 255) = 6.02%
BLUE value IS 155 (60.94% from 255) = 46.69%
R=47.29%
G=6.02%
B=46.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1572015500.870.010.38300.8877.434.71
Hex9D149B05712612d4d23
Octal23524233012714645511543
Binary1001110110100100110110101011111001101001011011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D149B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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