Html Css Color HEX #9F119A Dark Magenta

📋 copy color: '#9F119A'

red 159 ◦ green 17 ◦ blue 154

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

Shades of Dark Magenta #9F119A

Tints of Dark Magenta #9F119A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 46.67%

R = 48.18%
G = 5.15%
B = 46.67%

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

#9F119A (or 0x9F119A) is known color: Dark Magenta. HEX triplet: 9F, 11 and 9A. RGB value is (159,17,154). Sum of RGB (Red+Green+Blue) = 159+17+154=330 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.18% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 159 - color contains mainly: red. Hex color #9F119A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F119A is #60EE65. Grayscale: #4A4A4A. Windows color (decimal): -6352486 or 10097055. OLE color: 10097055.

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

Color convert

RGB 159 17 154 -
CMYK 0 0.89 0.03 0.38
HSL 302.11º 0.81% 0.35% -
HSV(B) 302.11º 0.89% 0.62% -
XYZ 20.33 10.1 31.45 -
YUV 75.08 172.54 187.86 -
System Red Green Blue C M Y K H S L
Decimal 159 17 154 0 0.89 0.03 0.38 302.11 0.81 0.35
Hex 9F 11 9A 0 59 3 26 12E 51 23
Octal 237 21 232 0 131 3 46 456 121 43
Binary 10011111 10001 10011010 0 1011001 11 100110 100101110 1010001 100011

Color Harmonies of #9F119A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F119A

Black with #9F119A

Text Example


Text Example

White with #9F119A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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