Html Css Color HEX #9F10AB Dark Magenta

📋 copy color: '#9F10AB'

red 159 ◦ green 16 ◦ blue 171

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

Shades of Dark Magenta #9F10AB

Tints of Dark Magenta #9F10AB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.62%

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

R = 45.95%
G = 4.62%
B = 49.42%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F10AB (or 0x9F10AB) is known color: Dark Magenta. HEX triplet: 9F, 10 and AB. RGB value is (159,16,171). Sum of RGB (Red+Green+Blue) = 159+16+171=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F10AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F10AB is #60EF54. Grayscale: #4B4B4B. Windows color (decimal): -6352725 or 11210911. OLE color: 11210911.

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

Color convert

RGB 159 16 171 -
CMYK 0.07 0.91 0 0.33
HSL 295.35º 0.83% 0.37% -
HSV(B) 295.35º 0.91% 0.67% -
XYZ 21.83 10.68 39.44 -
YUV 76.43 181.38 186.9 -
System Red Green Blue C M Y K H S L
Decimal 159 16 171 0.07 0.91 0 0.33 295.35 0.83 0.37
Hex 9F 10 AB 7 5B 0 21 127 53 25
Octal 237 20 253 7 133 0 41 447 123 45
Binary 10011111 10000 10101011 111 1011011 0 100001 100100111 1010011 100101

Color Harmonies of #9F10AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F10AB

Black with #9F10AB

Text Example


Text Example

White with #9F10AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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