Html Css Color HEX #9706AD Dark Magenta

📋 copy color: '#9706AD'

red 151 ◦ green 6 ◦ blue 173

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

Shades of Dark Magenta #9706AD

Tints of Dark Magenta #9706AD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.82%

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

R = 45.76%
G = 1.82%
B = 52.42%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9706AD (or 0x9706AD) is known color: Dark Magenta. HEX triplet: 97, 06 and AD. RGB value is (151,6,173). Sum of RGB (Red+Green+Blue) = 151+6+173=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #9706AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9706AD is #68F952. Grayscale: #434343. Windows color (decimal): -6879571 or 11339415. OLE color: 11339415.

HSL color Cylindrical-coordinate representation of color #9706AD: hue angle of 292.1º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9706AD is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 151 6 173 -
CMYK 0.13 0.97 0 0.32
HSL 292.1º 0.93% 0.35% -
HSV(B) 292.1º 0.97% 0.68% -
XYZ 20.37 9.73 40.34 -
YUV 68.39 187.04 186.92 -
System Red Green Blue C M Y K H S L
Decimal 151 6 173 0.13 0.97 0 0.32 292.1 0.93 0.35
Hex 97 6 AD D 61 0 20 124 5D 23
Octal 227 6 255 15 141 0 40 444 135 43
Binary 10010111 110 10101101 1101 1100001 0 100000 100100100 1011101 100011

Color Harmonies of #9706AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9706AD

Black with #9706AD

Text Example


Text Example

White with #9706AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9706AD; }

 p { color: rgb(151,6,173); }

 H1.HeaderClassName
 {
   color: #9706AD;
 }
 .AnyTagClassName
 {
   color: #9706AD;
 }
</style>

background-color css

<style>
 a { background-color: #9706AD; }

 a { background-color: rgb(151,6,173); }

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

border-color css

<style>
 span { border-color: #9706AD; }

 span { border-color: rgb(151,6,173); }

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