Html Css Color HEX #9F14AB Dark Magenta

📋 copy color: '#9F14AB'

red 159 ◦ green 20 ◦ blue 171

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

Shades of Dark Magenta #9F14AB

Tints of Dark Magenta #9F14AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.86%

R = 45.43%
G = 5.71%
B = 48.86%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F14AB (or 0x9F14AB) is known color: Dark Magenta. HEX triplet: 9F, 14 and AB. RGB value is (159,20,171). Sum of RGB (Red+Green+Blue) = 159+20+171=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F14AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F14AB is #60EB54. Grayscale: #4E4E4E. Windows color (decimal): -6351701 or 11211935. OLE color: 11211935.

HSL color Cylindrical-coordinate representation of color #9F14AB: hue angle of 295.23º 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 #9F14AB is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 20 171 -
CMYK 0.07 0.88 0 0.33
HSL 295.23º 0.79% 0.37% -
HSV(B) 295.23º 0.88% 0.67% -
XYZ 21.9 10.81 39.46 -
YUV 78.78 180.05 185.22 -
System Red Green Blue C M Y K H S L
Decimal 159 20 171 0.07 0.88 0 0.33 295.23 0.79 0.37
Hex 9F 14 AB 7 58 0 21 127 4F 25
Octal 237 24 253 7 130 0 41 447 117 45
Binary 10011111 10100 10101011 111 1011000 0 100001 100100111 1001111 100101

Color Harmonies of #9F14AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F14AB

Black with #9F14AB

Text Example


Text Example

White with #9F14AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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