Html Css Color HEX #9F14AA Dark Magenta

📋 copy color: '#9F14AA'

red 159 ◦ green 20 ◦ blue 170

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

Shades of Dark Magenta #9F14AA

Tints of Dark Magenta #9F14AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.71%

R = 45.56%
G = 5.73%
B = 48.71%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F14AA (or 0x9F14AA) is known color: Dark Magenta. HEX triplet: 9F, 14 and AA. RGB value is (159,20,170). Sum of RGB (Red+Green+Blue) = 159+20+170=349 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.56% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F14AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F14AA is #60EB55. Grayscale: #4E4E4E. Windows color (decimal): -6351702 or 11146399. OLE color: 11146399.

HSL color Cylindrical-coordinate representation of color #9F14AA: hue angle of 295.6º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F14AA is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 20 170 -
CMYK 0.06 0.88 0 0.33
HSL 295.6º 0.79% 0.37% -
HSV(B) 295.6º 0.88% 0.67% -
XYZ 21.8 10.77 38.96 -
YUV 78.66 179.55 185.3 -
System Red Green Blue C M Y K H S L
Decimal 159 20 170 0.06 0.88 0 0.33 295.6 0.79 0.37
Hex 9F 14 AA 6 58 0 21 128 4F 25
Octal 237 24 252 6 130 0 41 450 117 45
Binary 10011111 10100 10101010 110 1011000 0 100001 100101000 1001111 100101

Color Harmonies of #9F14AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F14AA

Black with #9F14AA

Text Example


Text Example

White with #9F14AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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