Html Css Color HEX #9F07AD Dark Magenta

📋 copy color: '#9F07AD'

red 159 ◦ green 7 ◦ blue 173

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

Shades of Dark Magenta #9F07AD

Tints of Dark Magenta #9F07AD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.06%

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

R = 46.9%
G = 2.06%
B = 51.03%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9F07AD (or 0x9F07AD) is known color: Dark Magenta. HEX triplet: 9F, 07 and AD. RGB value is (159,7,173). Sum of RGB (Red+Green+Blue) = 159+7+173=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 7 (3.12% from 255 or 2.06% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F07AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F07AD is #60F852. Grayscale: #464646. Windows color (decimal): -6355027 or 11339679. OLE color: 11339679.

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

Color convert

RGB 159 7 173 -
CMYK 0.08 0.96 0 0.32
HSL 294.94º 0.92% 0.35% -
HSV(B) 294.94º 0.96% 0.68% -
XYZ 21.92 10.54 40.41 -
YUV 71.37 185.36 190.5 -
System Red Green Blue C M Y K H S L
Decimal 159 7 173 0.08 0.96 0 0.32 294.94 0.92 0.35
Hex 9F 7 AD 8 60 0 20 127 5C 23
Octal 237 7 255 10 140 0 40 447 134 43
Binary 10011111 111 10101101 1000 1100000 0 100000 100100111 1011100 100011

Color Harmonies of #9F07AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F07AD

Black with #9F07AD

Text Example


Text Example

White with #9F07AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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