Html Css Color HEX #9F1794 Dark Magenta

📋 copy color: '#9F1794'

red 159 ◦ green 23 ◦ blue 148

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

Shades of Dark Magenta #9F1794

Tints of Dark Magenta #9F1794

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.97%

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

R = 48.18%
G = 6.97%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#9F1794 (or 0x9F1794) is known color: Dark Magenta. HEX triplet: 9F, 17 and 94. RGB value is (159,23,148). Sum of RGB (Red+Green+Blue) = 159+23+148=330 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.18% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1794 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1794 is #60E86B. Grayscale: #4D4D4D. Windows color (decimal): -6350956 or 9705375. OLE color: 9705375.

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

Color convert

RGB 159 23 148 -
CMYK 0 0.86 0.07 0.38
HSL 304.85º 0.75% 0.36% -
HSV(B) 304.85º 0.86% 0.62% -
XYZ 19.95 10.12 28.92 -
YUV 77.91 167.56 185.84 -
System Red Green Blue C M Y K H S L
Decimal 159 23 148 0 0.86 0.07 0.38 304.85 0.75 0.36
Hex 9F 17 94 0 56 7 26 131 4B 24
Octal 237 27 224 0 126 7 46 461 113 44
Binary 10011111 10111 10010100 0 1010110 111 100110 100110001 1001011 100100

Color Harmonies of #9F1794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1794

Black with #9F1794

Text Example


Text Example

White with #9F1794

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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