Html Css Color HEX #9714AA Dark Magenta

📋 copy color: '#9714AA'

red 151 ◦ green 20 ◦ blue 170

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

Shades of Dark Magenta #9714AA

Tints of Dark Magenta #9714AA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.87%

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

R = 44.28%
G = 5.87%
B = 49.85%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9714AA (or 0x9714AA) is known color: Dark Magenta. HEX triplet: 97, 14 and AA. RGB value is (151,20,170). Sum of RGB (Red+Green+Blue) = 151+20+170=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #9714AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9714AA is #68EB55. Grayscale: #4B4B4B. Windows color (decimal): -6875990 or 11146391. OLE color: 11146391.

HSL color Cylindrical-coordinate representation of color #9714AA: hue angle of 292.4º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9714AA is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 20 170 -
CMYK 0.11 0.88 0 0.33
HSL 292.4º 0.79% 0.37% -
HSV(B) 292.4º 0.88% 0.67% -
XYZ 20.27 9.98 38.89 -
YUV 76.27 180.9 181.3 -
System Red Green Blue C M Y K H S L
Decimal 151 20 170 0.11 0.88 0 0.33 292.4 0.79 0.37
Hex 97 14 AA B 58 0 21 124 4F 25
Octal 227 24 252 13 130 0 41 444 117 45
Binary 10010111 10100 10101010 1011 1011000 0 100001 100100100 1001111 100101

Color Harmonies of #9714AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9714AA

Black with #9714AA

Text Example


Text Example

White with #9714AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9714AA; }

 p { color: rgb(151,20,170); }

 H1.HeaderClassName
 {
   color: #9714AA;
 }
 .AnyTagClassName
 {
   color: #9714AA;
 }
</style>

background-color css

<style>
 a { background-color: #9714AA; }

 a { background-color: rgb(151,20,170); }

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

border-color css

<style>
 span { border-color: #9714AA; }

 span { border-color: rgb(151,20,170); }

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