Html Css Color HEX #9F119B Dark Magenta

📋 copy color: '#9F119B'

red 159 ◦ green 17 ◦ blue 155

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

Shades of Dark Magenta #9F119B

Tints of Dark Magenta #9F119B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.14%

 BLUE value IS 155 (60.94% from 255) = 46.83%

R = 48.04%
G = 5.14%
B = 46.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9F119B (or 0x9F119B) is known color: Dark Magenta. HEX triplet: 9F, 11 and 9B. RGB value is (159,17,155). Sum of RGB (Red+Green+Blue) = 159+17+155=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F119B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F119B is #60EE64. Grayscale: #4A4A4A. Windows color (decimal): -6352485 or 10162591. OLE color: 10162591.

HSL color Cylindrical-coordinate representation of color #9F119B: hue angle of 301.69º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F119B is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 17 155 -
CMYK 0 0.89 0.03 0.38
HSL 301.69º 0.81% 0.35% -
HSV(B) 301.69º 0.89% 0.62% -
XYZ 20.41 10.14 31.89 -
YUV 75.19 173.04 187.78 -
System Red Green Blue C M Y K H S L
Decimal 159 17 155 0 0.89 0.03 0.38 301.69 0.81 0.35
Hex 9F 11 9B 0 59 3 26 12E 51 23
Octal 237 21 233 0 131 3 46 456 121 43
Binary 10011111 10001 10011011 0 1011001 11 100110 100101110 1010001 100011

Color Harmonies of #9F119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F119B

Black with #9F119B

Text Example


Text Example

White with #9F119B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,17,155); }

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

background-color css

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

 a { background-color: rgb(159,17,155); }

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

border-color css

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

 span { border-color: rgb(159,17,155); }

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