Html Css Color HEX #9F14AD Dark Magenta

📋 copy color: '#9F14AD'

red 159 ◦ green 20 ◦ blue 173

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

Shades of Dark Magenta #9F14AD

Tints of Dark Magenta #9F14AD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.68%

 BLUE value IS 173 (67.97% from 255) = 49.15%

R = 45.17%
G = 5.68%
B = 49.15%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9F14AD (or 0x9F14AD) is known color: Dark Magenta. HEX triplet: 9F, 14 and AD. RGB value is (159,20,173). Sum of RGB (Red+Green+Blue) = 159+20+173=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F14AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F14AD is #60EB52. Grayscale: #4E4E4E. Windows color (decimal): -6351699 or 11343007. OLE color: 11343007.

HSL color Cylindrical-coordinate representation of color #9F14AD: hue angle of 294.51º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F14AD is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 159 20 173 -
CMYK 0.08 0.88 0 0.32
HSL 294.51º 0.79% 0.38% -
HSV(B) 294.51º 0.88% 0.68% -
XYZ 22.09 10.89 40.47 -
YUV 79 181.05 185.06 -
System Red Green Blue C M Y K H S L
Decimal 159 20 173 0.08 0.88 0 0.32 294.51 0.79 0.38
Hex 9F 14 AD 8 58 0 20 127 4F 26
Octal 237 24 255 10 130 0 40 447 117 46
Binary 10011111 10100 10101101 1000 1011000 0 100000 100100111 1001111 100110

Color Harmonies of #9F14AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F14AD

Black with #9F14AD

Text Example


Text Example

White with #9F14AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,20,173); }

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

background-color css

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

 a { background-color: rgb(159,20,173); }

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

border-color css

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

 span { border-color: rgb(159,20,173); }

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