Html Css Color HEX #9F1894 Dark Magenta

📋 copy color: '#9F1894'

red 159 ◦ green 24 ◦ blue 148

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

Shades of Dark Magenta #9F1894

Tints of Dark Magenta #9F1894

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.25%

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

R = 48.04%
G = 7.25%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#9F1894 (or 0x9F1894) is known color: Dark Magenta. HEX triplet: 9F, 18 and 94. RGB value is (159,24,148). Sum of RGB (Red+Green+Blue) = 159+24+148=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1894 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1894 is #60E76B. Grayscale: #4E4E4E. Windows color (decimal): -6350700 or 9705631. OLE color: 9705631.

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

Color convert

RGB 159 24 148 -
CMYK 0 0.85 0.07 0.38
HSL 304.89º 0.74% 0.36% -
HSV(B) 304.89º 0.85% 0.62% -
XYZ 19.97 10.16 28.93 -
YUV 78.5 167.23 185.42 -
System Red Green Blue C M Y K H S L
Decimal 159 24 148 0 0.85 0.07 0.38 304.89 0.74 0.36
Hex 9F 18 94 0 55 7 26 131 4A 24
Octal 237 30 224 0 125 7 46 461 112 44
Binary 10011111 11000 10010100 0 1010101 111 100110 100110001 1001010 100100

Color Harmonies of #9F1894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1894

Black with #9F1894

Text Example


Text Example

White with #9F1894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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