Html Css Color HEX #9F0AAB Dark Magenta

📋 copy color: '#9F0AAB'

red 159 ◦ green 10 ◦ blue 171

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

Shades of Dark Magenta #9F0AAB

Tints of Dark Magenta #9F0AAB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.94%

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

R = 46.76%
G = 2.94%
B = 50.29%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F0AAB (or 0x9F0AAB) is known color: Dark Magenta. HEX triplet: 9F, 0A and AB. RGB value is (159,10,171). Sum of RGB (Red+Green+Blue) = 159+10+171=340 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.76% from 340); Green value is 10 (4.30% from 255 or 2.94% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F0AAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0AAB is #60F554. Grayscale: #484848. Windows color (decimal): -6354261 or 11209375. OLE color: 11209375.

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

Color convert

RGB 159 10 171 -
CMYK 0.07 0.94 0 0.33
HSL 295.53º 0.89% 0.35% -
HSV(B) 295.53º 0.94% 0.67% -
XYZ 21.76 10.53 39.41 -
YUV 72.91 183.36 189.41 -
System Red Green Blue C M Y K H S L
Decimal 159 10 171 0.07 0.94 0 0.33 295.53 0.89 0.35
Hex 9F A AB 7 5E 0 21 128 59 23
Octal 237 12 253 7 136 0 41 450 131 43
Binary 10011111 1010 10101011 111 1011110 0 100001 100101000 1011001 100011

Color Harmonies of #9F0AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0AAB

Black with #9F0AAB

Text Example


Text Example

White with #9F0AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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