Html Css Color HEX #9706AC Dark Magenta

📋 copy color: '#9706AC'

red 151 ◦ green 6 ◦ blue 172

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

Shades of Dark Magenta #9706AC

Tints of Dark Magenta #9706AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 52.28%

R = 45.9%
G = 1.82%
B = 52.28%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9706AC (or 0x9706AC) is known color: Dark Magenta. HEX triplet: 97, 06 and AC. RGB value is (151,6,172). Sum of RGB (Red+Green+Blue) = 151+6+172=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 6 (2.73% from 255 or 1.82% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #9706AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9706AC is #68F953. Grayscale: #434343. Windows color (decimal): -6879572 or 11273879. OLE color: 11273879.

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

Color convert

RGB 151 6 172 -
CMYK 0.12 0.97 0 0.33
HSL 292.41º 0.93% 0.35% -
HSV(B) 292.41º 0.97% 0.67% -
XYZ 20.27 9.69 39.83 -
YUV 68.28 186.54 187 -
System Red Green Blue C M Y K H S L
Decimal 151 6 172 0.12 0.97 0 0.33 292.41 0.93 0.35
Hex 97 6 AC C 61 0 21 124 5D 23
Octal 227 6 254 14 141 0 41 444 135 43
Binary 10010111 110 10101100 1100 1100001 0 100001 100100100 1011101 100011

Color Harmonies of #9706AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9706AC

Black with #9706AC

Text Example


Text Example

White with #9706AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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