Html Css Color HEX #9F178E Dark Magenta

📋 copy color: '#9F178E'

red 159 ◦ green 23 ◦ blue 142

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

Shades of Dark Magenta #9F178E

Tints of Dark Magenta #9F178E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.1%

 BLUE value IS 142 (55.86% from 255) = 43.83%

R = 49.07%
G = 7.1%
B = 43.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9F178E (or 0x9F178E) is known color: Dark Magenta. HEX triplet: 9F, 17 and 8E. RGB value is (159,23,142). Sum of RGB (Red+Green+Blue) = 159+23+142=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 159 - color contains mainly: red. Hex color #9F178E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F178E is #60E871. Grayscale: #4C4C4C. Windows color (decimal): -6350962 or 9312159. OLE color: 9312159.

HSL color Cylindrical-coordinate representation of color #9F178E: hue angle of 307.5º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F178E is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 23 142 -
CMYK 0 0.86 0.11 0.38
HSL 307.5º 0.75% 0.36% -
HSV(B) 307.5º 0.86% 0.62% -
XYZ 19.49 9.94 26.48 -
YUV 77.23 164.56 186.32 -
System Red Green Blue C M Y K H S L
Decimal 159 23 142 0 0.86 0.11 0.38 307.5 0.75 0.36
Hex 9F 17 8E 0 56 B 26 134 4B 24
Octal 237 27 216 0 126 13 46 464 113 44
Binary 10011111 10111 10001110 0 1010110 1011 100110 100110100 1001011 100100

Color Harmonies of #9F178E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F178E

Black with #9F178E

Text Example


Text Example

White with #9F178E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,23,142); }

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

background-color css

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

 a { background-color: rgb(159,23,142); }

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

border-color css

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

 span { border-color: rgb(159,23,142); }

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