Html Css Color HEX #9F118D Dark Magenta

📋 copy color: '#9F118D'

red 159 ◦ green 17 ◦ blue 141

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

Shades of Dark Magenta #9F118D

Tints of Dark Magenta #9F118D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.48%

R = 50.16%
G = 5.36%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9F118D (or 0x9F118D) is known color: Dark Magenta. HEX triplet: 9F, 11 and 8D. RGB value is (159,17,141). Sum of RGB (Red+Green+Blue) = 159+17+141=317 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.16% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 159 - color contains mainly: red. Hex color #9F118D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F118D is #60EE72. Grayscale: #494949. Windows color (decimal): -6352499 or 9245087. OLE color: 9245087.

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

Color convert

RGB 159 17 141 -
CMYK 0 0.89 0.11 0.38
HSL 307.61º 0.81% 0.35% -
HSV(B) 307.61º 0.89% 0.62% -
XYZ 19.31 9.69 26.05 -
YUV 73.59 166.04 188.92 -
System Red Green Blue C M Y K H S L
Decimal 159 17 141 0 0.89 0.11 0.38 307.61 0.81 0.35
Hex 9F 11 8D 0 59 B 26 134 51 23
Octal 237 21 215 0 131 13 46 464 121 43
Binary 10011111 10001 10001101 0 1011001 1011 100110 100110100 1010001 100011

Color Harmonies of #9F118D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F118D

Black with #9F118D

Text Example


Text Example

White with #9F118D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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