Html Css Color HEX #9F1188 Dark Magenta

📋 copy color: '#9F1188'

red 159 ◦ green 17 ◦ blue 136

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

Shades of Dark Magenta #9F1188

Tints of Dark Magenta #9F1188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 43.59%

R = 50.96%
G = 5.45%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9F1188 (or 0x9F1188) is known color: Dark Magenta. HEX triplet: 9F, 11 and 88. RGB value is (159,17,136). Sum of RGB (Red+Green+Blue) = 159+17+136=312 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.96% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1188 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1188 is #60EE77. Grayscale: #484848. Windows color (decimal): -6352504 or 8917407. OLE color: 8917407.

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

Color convert

RGB 159 17 136 -
CMYK 0 0.89 0.14 0.38
HSL 309.72º 0.81% 0.35% -
HSV(B) 309.72º 0.89% 0.62% -
XYZ 18.94 9.55 24.14 -
YUV 73.02 163.54 189.32 -
System Red Green Blue C M Y K H S L
Decimal 159 17 136 0 0.89 0.14 0.38 309.72 0.81 0.35
Hex 9F 11 88 0 59 E 26 136 51 23
Octal 237 21 210 0 131 16 46 466 121 43
Binary 10011111 10001 10001000 0 1011001 1110 100110 100110110 1010001 100011

Color Harmonies of #9F1188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1188

Black with #9F1188

Text Example


Text Example

White with #9F1188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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