Html Css Color HEX #9D1992 Dark Magenta

📋 copy color: '#9D1992'

red 157 ◦ green 25 ◦ blue 146

#9D1992
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #9D1992

Tints of Dark Magenta #9D1992

RGB

 RED value IS 157 (61.72% from 255) = 47.87%

 GREEN value IS 25 (10.16% from 255) = 7.62%

 BLUE value IS 146 (57.42% from 255) = 44.51%

R = 47.87%
G = 7.62%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#9D1992 (or 0x9D1992) is known color: Dark Magenta. HEX triplet: 9D, 19 and 92. RGB value is (157,25,146). Sum of RGB (Red+Green+Blue) = 157+25+146=328 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.87% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D1992 is #62E66D. Grayscale: #4D4D4D. Windows color (decimal): -6481518 or 9574813. OLE color: 9574813.

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

Color convert

RGB 157 25 146 -
CMYK 0 0.84 0.07 0.38
HSL 305º 0.73% 0.36% -
HSV(B) 305º 0.84% 0.62% -
XYZ 19.44 9.94 28.09 -
YUV 78.26 166.23 184.16 -
System Red Green Blue C M Y K H S L
Decimal 157 25 146 0 0.84 0.07 0.38 305 0.73 0.36
Hex 9D 19 92 0 54 7 26 131 49 24
Octal 235 31 222 0 124 7 46 461 111 44
Binary 10011101 11001 10010010 0 1010100 111 100110 100110001 1001001 100100

Color Harmonies of #9D1992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1992

Black with #9D1992

Text Example


Text Example

White with #9D1992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,25,146); }

 H1.HeaderClassName
 {
   color: #9D1992;
 }
 .AnyTagClassName
 {
   color: #9D1992;
 }
</style>

background-color css

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

 a { background-color: rgb(157,25,146); }

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

border-color css

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

 span { border-color: rgb(157,25,146); }

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