Html Css Color HEX #9F04AD Dark Magenta

📋 copy color: '#9F04AD'

red 159 ◦ green 4 ◦ blue 173

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

Shades of Dark Magenta #9F04AD

Tints of Dark Magenta #9F04AD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.19%

 BLUE value IS 173 (67.97% from 255) = 51.49%

R = 47.32%
G = 1.19%
B = 51.49%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9F04AD (or 0x9F04AD) is known color: Dark Magenta. HEX triplet: 9F, 04 and AD. RGB value is (159,4,173). Sum of RGB (Red+Green+Blue) = 159+4+173=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F04AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F04AD is #60FB52. Grayscale: #454545. Windows color (decimal): -6355795 or 11338911. OLE color: 11338911.

HSL color Cylindrical-coordinate representation of color #9F04AD: hue angle of 295.03º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F04AD is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 159 4 173 -
CMYK 0.08 0.98 0 0.32
HSL 295.03º 0.95% 0.35% -
HSV(B) 295.03º 0.98% 0.68% -
XYZ 21.88 10.47 40.4 -
YUV 69.61 186.35 191.76 -
System Red Green Blue C M Y K H S L
Decimal 159 4 173 0.08 0.98 0 0.32 295.03 0.95 0.35
Hex 9F 4 AD 8 62 0 20 127 5F 23
Octal 237 4 255 10 142 0 40 447 137 43
Binary 10011111 100 10101101 1000 1100010 0 100000 100100111 1011111 100011

Color Harmonies of #9F04AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F04AD

Black with #9F04AD

Text Example


Text Example

White with #9F04AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,4,173); }

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

background-color css

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

 a { background-color: rgb(159,4,173); }

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

border-color css

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

 span { border-color: rgb(159,4,173); }

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