Html Css Color HEX #9F18AA Dark Magenta

📋 copy color: '#9F18AA'

red 159 ◦ green 24 ◦ blue 170

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

Shades of Dark Magenta #9F18AA

Tints of Dark Magenta #9F18AA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.8%

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

R = 45.04%
G = 6.8%
B = 48.16%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F18AA (or 0x9F18AA) is known color: Dark Magenta. HEX triplet: 9F, 18 and AA. RGB value is (159,24,170). Sum of RGB (Red+Green+Blue) = 159+24+170=353 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.04% from 353); Green value is 24 (9.77% from 255 or 6.80% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F18AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F18AA is #60E755. Grayscale: #505050. Windows color (decimal): -6350678 or 11147423. OLE color: 11147423.

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

Color convert

RGB 159 24 170 -
CMYK 0.06 0.86 0 0.33
HSL 295.48º 0.75% 0.38% -
HSV(B) 295.48º 0.86% 0.67% -
XYZ 21.88 10.93 38.99 -
YUV 81.01 178.23 183.63 -
System Red Green Blue C M Y K H S L
Decimal 159 24 170 0.06 0.86 0 0.33 295.48 0.75 0.38
Hex 9F 18 AA 6 56 0 21 127 4B 26
Octal 237 30 252 6 126 0 41 447 113 46
Binary 10011111 11000 10101010 110 1010110 0 100001 100100111 1001011 100110

Color Harmonies of #9F18AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F18AA

Black with #9F18AA

Text Example


Text Example

White with #9F18AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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