Html Css Color HEX #9F118A Dark Magenta

📋 copy color: '#9F118A'

red 159 ◦ green 17 ◦ blue 138

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

Shades of Dark Magenta #9F118A

Tints of Dark Magenta #9F118A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.95%

R = 50.64%
G = 5.41%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9F118A (or 0x9F118A) is known color: Dark Magenta. HEX triplet: 9F, 11 and 8A. RGB value is (159,17,138). Sum of RGB (Red+Green+Blue) = 159+17+138=314 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.64% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 159 - color contains mainly: red. Hex color #9F118A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F118A is #60EE75. Grayscale: #484848. Windows color (decimal): -6352502 or 9048479. OLE color: 9048479.

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

Color convert

RGB 159 17 138 -
CMYK 0 0.89 0.13 0.38
HSL 308.87º 0.81% 0.35% -
HSV(B) 308.87º 0.89% 0.62% -
XYZ 19.09 9.61 24.89 -
YUV 73.25 164.54 189.16 -
System Red Green Blue C M Y K H S L
Decimal 159 17 138 0 0.89 0.13 0.38 308.87 0.81 0.35
Hex 9F 11 8A 0 59 D 26 135 51 23
Octal 237 21 212 0 131 15 46 465 121 43
Binary 10011111 10001 10001010 0 1011001 1101 100110 100110101 1010001 100011

Color Harmonies of #9F118A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F118A

Black with #9F118A

Text Example


Text Example

White with #9F118A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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