Html Css Color HEX #9F07AA Dark Magenta

📋 copy color: '#9F07AA'

red 159 ◦ green 7 ◦ blue 170

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

Shades of Dark Magenta #9F07AA

Tints of Dark Magenta #9F07AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50.6%

R = 47.32%
G = 2.08%
B = 50.6%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F07AA (or 0x9F07AA) is known color: Dark Magenta. HEX triplet: 9F, 07 and AA. RGB value is (159,7,170). Sum of RGB (Red+Green+Blue) = 159+7+170=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F07AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F07AA is #60F855. Grayscale: #464646. Windows color (decimal): -6355030 or 11143071. OLE color: 11143071.

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

Color convert

RGB 159 7 170 -
CMYK 0.06 0.96 0 0.33
HSL 295.95º 0.92% 0.35% -
HSV(B) 295.95º 0.96% 0.67% -
XYZ 21.63 10.43 38.9 -
YUV 71.03 183.86 190.75 -
System Red Green Blue C M Y K H S L
Decimal 159 7 170 0.06 0.96 0 0.33 295.95 0.92 0.35
Hex 9F 7 AA 6 60 0 21 128 5C 23
Octal 237 7 252 6 140 0 41 450 134 43
Binary 10011111 111 10101010 110 1100000 0 100001 100101000 1011100 100011

Color Harmonies of #9F07AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F07AA

Black with #9F07AA

Text Example


Text Example

White with #9F07AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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