Html Css Color HEX #9F13AB Dark Magenta

📋 copy color: '#9F13AB'

red 159 ◦ green 19 ◦ blue 171

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

Shades of Dark Magenta #9F13AB

Tints of Dark Magenta #9F13AB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.44%

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

R = 45.56%
G = 5.44%
B = 49%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F13AB (or 0x9F13AB) is known color: Dark Magenta. HEX triplet: 9F, 13 and AB. RGB value is (159,19,171). Sum of RGB (Red+Green+Blue) = 159+19+171=349 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.56% from 349); Green value is 19 (7.81% from 255 or 5.44% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F13AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F13AB is #60EC54. Grayscale: #4D4D4D. Windows color (decimal): -6351957 or 11211679. OLE color: 11211679.

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

Color convert

RGB 159 19 171 -
CMYK 0.07 0.89 0 0.33
HSL 295.26º 0.8% 0.37% -
HSV(B) 295.26º 0.89% 0.67% -
XYZ 21.88 10.78 39.45 -
YUV 78.19 180.38 185.64 -
System Red Green Blue C M Y K H S L
Decimal 159 19 171 0.07 0.89 0 0.33 295.26 0.8 0.37
Hex 9F 13 AB 7 59 0 21 127 50 25
Octal 237 23 253 7 131 0 41 447 120 45
Binary 10011111 10011 10101011 111 1011001 0 100001 100100111 1010000 100101

Color Harmonies of #9F13AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F13AB

Black with #9F13AB

Text Example


Text Example

White with #9F13AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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