Html Css Color HEX #9F119E Dark Magenta

📋 copy color: '#9F119E'

red 159 ◦ green 17 ◦ blue 158

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

Shades of Dark Magenta #9F119E

Tints of Dark Magenta #9F119E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 47.31%

R = 47.6%
G = 5.09%
B = 47.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#9F119E (or 0x9F119E) is known color: Dark Magenta. HEX triplet: 9F, 11 and 9E. RGB value is (159,17,158). Sum of RGB (Red+Green+Blue) = 159+17+158=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 158 (62.11% from 255 or 47.31% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F119E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F119E is #60EE61. Grayscale: #4B4B4B. Windows color (decimal): -6352482 or 10359199. OLE color: 10359199.

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

Color convert

RGB 159 17 158 -
CMYK 0 0.89 0.01 0.38
HSL 300.42º 0.81% 0.35% -
HSV(B) 300.42º 0.89% 0.62% -
XYZ 20.67 10.24 33.23 -
YUV 75.53 174.54 187.54 -
System Red Green Blue C M Y K H S L
Decimal 159 17 158 0 0.89 0.01 0.38 300.42 0.81 0.35
Hex 9F 11 9E 0 59 1 26 12C 51 23
Octal 237 21 236 0 131 1 46 454 121 43
Binary 10011111 10001 10011110 0 1011001 1 100110 100101100 1010001 100011

Color Harmonies of #9F119E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F119E

Black with #9F119E

Text Example


Text Example

White with #9F119E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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