Html Css Color HEX #9D1994 Dark Magenta

📋 copy color: '#9D1994'

red 157 ◦ green 25 ◦ blue 148

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

Shades of Dark Magenta #9D1994

Tints of Dark Magenta #9D1994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.85%

R = 47.58%
G = 7.58%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#9D1994 (or 0x9D1994) is known color: Dark Magenta. HEX triplet: 9D, 19 and 94. RGB value is (157,25,148). Sum of RGB (Red+Green+Blue) = 157+25+148=330 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.58% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1994 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D1994 is #62E66B. Grayscale: #4E4E4E. Windows color (decimal): -6481516 or 9705885. OLE color: 9705885.

HSL color Cylindrical-coordinate representation of color #9D1994: hue angle of 304.09º 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 #9D1994 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 25 148 -
CMYK 0 0.84 0.06 0.38
HSL 304.09º 0.73% 0.36% -
HSV(B) 304.09º 0.84% 0.62% -
XYZ 19.6 10 28.91 -
YUV 78.49 167.23 184 -
System Red Green Blue C M Y K H S L
Decimal 157 25 148 0 0.84 0.06 0.38 304.09 0.73 0.36
Hex 9D 19 94 0 54 6 26 130 49 24
Octal 235 31 224 0 124 6 46 460 111 44
Binary 10011101 11001 10010100 0 1010100 110 100110 100110000 1001001 100100

Color Harmonies of #9D1994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1994

Black with #9D1994

Text Example


Text Example

White with #9D1994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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