#9D1B9A

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

Shades of Dark Magenta #9D1B9A

Tints of Dark Magenta #9D1B9A

Color information

#9D1B9A (or 0x9D1B9A) is unknown color: approx Dark Magenta. HEX triplet: 9D, 1B and 9A. RGB value is (157,27,154). Sum of RGB (Red+Green+Blue) = 157+27+154=338 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.45% from 338); Green value is 27 (10.94% from 255 or 7.99% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D1B9A is #62E465. Grayscale: #4F4F4F. Windows color (decimal): -6480998 or 10099613. OLE color: 10099613.

HSL color Cylindrical-coordinate representation of color #9D1B9A: hue angle of 301.38º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9D1B9A is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB15727154-
CMYK00.830.020.38
HSL301.38º70.65%36.08%-
HSV(B)301.38º82.8%61.57%-
XYZ20.1310.2931.5-
YUV80.35169.57182.67-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.45%
GREEN value IS 27 (10.94% from 255) = 7.99%
BLUE value IS 154 (60.55% from 255) = 45.56%
R=46.45%
G=7.99%
B=45.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1572715400.830.020.38301.3870.6536.08
Hex9D1B9A05322612d4724
Octal23533232012324645510744
Binary10011101110111001101001010011101001101001011011000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,27,154); }

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

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

 a { background-color: rgb(157,27,154); }

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

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

 span { border-color: rgb(157,27,154); }

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