Html Css Color HEX #9F1994 Dark Magenta

📋 copy color: '#9F1994'

red 159 ◦ green 25 ◦ blue 148

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

Shades of Dark Magenta #9F1994

Tints of Dark Magenta #9F1994

RGB

 RED value IS 159 (62.5% from 255) = 47.89%

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

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

R = 47.89%
G = 7.53%
B = 44.58%

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

#9F1994 (or 0x9F1994) is known color: Dark Magenta. HEX triplet: 9F, 19 and 94. RGB value is (159,25,148). Sum of RGB (Red+Green+Blue) = 159+25+148=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 25 (10.16% from 255 or 7.53% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1994 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1994 is #60E66B. Grayscale: #4E4E4E. Windows color (decimal): -6350444 or 9705887. OLE color: 9705887.

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

Color convert

RGB 159 25 148 -
CMYK 0 0.84 0.07 0.38
HSL 304.93º 0.73% 0.36% -
HSV(B) 304.93º 0.84% 0.62% -
XYZ 19.99 10.2 28.93 -
YUV 79.09 166.89 185 -
System Red Green Blue C M Y K H S L
Decimal 159 25 148 0 0.84 0.07 0.38 304.93 0.73 0.36
Hex 9F 19 94 0 54 7 26 131 49 24
Octal 237 31 224 0 124 7 46 461 111 44
Binary 10011111 11001 10010100 0 1010100 111 100110 100110001 1001001 100100

Color Harmonies of #9F1994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1994

Black with #9F1994

Text Example


Text Example

White with #9F1994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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