Html Css Color HEX #9709A0 Dark Magenta

📋 copy color: '#9709A0'

red 151 ◦ green 9 ◦ blue 160

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

Shades of Dark Magenta #9709A0

Tints of Dark Magenta #9709A0

RGB

 RED value IS 151 (59.38% from 255) = 47.19%

 GREEN value IS 9 (3.91% from 255) = 2.81%

 BLUE value IS 160 (62.89% from 255) = 50%

R = 47.19%
G = 2.81%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9709A0 (or 0x9709A0) is known color: Dark Magenta. HEX triplet: 97, 09 and A0. RGB value is (151,9,160). Sum of RGB (Red+Green+Blue) = 151+9+160=320 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.19% from 320); Green value is 9 (3.91% from 255 or 2.81% from 320); Blue value is 160 (62.89% from 255 or 50% from 320); Max value from RGB is 160 - color contains mainly: blue. Hex color #9709A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9709A0 is #68F65F. Grayscale: #444444. Windows color (decimal): -6878816 or 10488215. OLE color: 10488215.

HSL color Cylindrical-coordinate representation of color #9709A0: hue angle of 296.42º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9709A0 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 151 9 160 -
CMYK 0.06 0.94 0 0.37
HSL 296.42º 0.89% 0.33% -
HSV(B) 296.42º 0.94% 0.63% -
XYZ 19.21 9.31 34.04 -
YUV 68.67 179.54 186.72 -
System Red Green Blue C M Y K H S L
Decimal 151 9 160 0.06 0.94 0 0.37 296.42 0.89 0.33
Hex 97 9 A0 6 5E 0 25 128 59 21
Octal 227 11 240 6 136 0 45 450 131 41
Binary 10010111 1001 10100000 110 1011110 0 100101 100101000 1011001 100001

Color Harmonies of #9709A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9709A0

Black with #9709A0

Text Example


Text Example

White with #9709A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9709A0; }

 p { color: rgb(151,9,160); }

 H1.HeaderClassName
 {
   color: #9709A0;
 }
 .AnyTagClassName
 {
   color: #9709A0;
 }
</style>

background-color css

<style>
 a { background-color: #9709A0; }

 a { background-color: rgb(151,9,160); }

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

border-color css

<style>
 span { border-color: #9709A0; }

 span { border-color: rgb(151,9,160); }

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