Html Css Color HEX #9F0AAC Dark Magenta

📋 copy color: '#9F0AAC'

red 159 ◦ green 10 ◦ blue 172

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

Shades of Dark Magenta #9F0AAC

Tints of Dark Magenta #9F0AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50.44%

R = 46.63%
G = 2.93%
B = 50.44%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F0AAC (or 0x9F0AAC) is known color: Dark Magenta. HEX triplet: 9F, 0A and AC. RGB value is (159,10,172). Sum of RGB (Red+Green+Blue) = 159+10+172=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 10 (4.30% from 255 or 2.93% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F0AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0AAC is #60F553. Grayscale: #484848. Windows color (decimal): -6354260 or 11274911. OLE color: 11274911.

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

Color convert

RGB 159 10 172 -
CMYK 0.08 0.94 0 0.33
HSL 295.19º 0.89% 0.36% -
HSV(B) 295.19º 0.94% 0.67% -
XYZ 21.85 10.57 39.92 -
YUV 73.02 183.86 189.33 -
System Red Green Blue C M Y K H S L
Decimal 159 10 172 0.08 0.94 0 0.33 295.19 0.89 0.36
Hex 9F A AC 8 5E 0 21 127 59 24
Octal 237 12 254 10 136 0 41 447 131 44
Binary 10011111 1010 10101100 1000 1011110 0 100001 100100111 1011001 100100

Color Harmonies of #9F0AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0AAC

Black with #9F0AAC

Text Example


Text Example

White with #9F0AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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