Html Css Color HEX #9700AE Dark Magenta

📋 copy color: '#9700AE'

red 151 ◦ green 0 ◦ blue 174

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

Shades of Dark Magenta #9700AE

Tints of Dark Magenta #9700AE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 174 (68.36% from 255) = 53.54%

R = 46.46%
G = 0%
B = 53.54%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9700AE (or 0x9700AE) is known color: Dark Magenta. HEX triplet: 97, 00 and AE. RGB value is (151,0,174). Sum of RGB (Red+Green+Blue) = 151+0+174=325 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.46% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #9700AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9700AE is #68FF51. Grayscale: #404040. Windows color (decimal): -6881106 or 11403415. OLE color: 11403415.

HSL color Cylindrical-coordinate representation of color #9700AE: hue angle of 292.07º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9700AE is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 151 0 174 -
CMYK 0.13 1 0 0.32
HSL 292.07º 1% 0.34% -
HSV(B) 292.07º 1% 0.68% -
XYZ 20.4 9.64 40.83 -
YUV 64.99 189.53 189.35 -
System Red Green Blue C M Y K H S L
Decimal 151 0 174 0.13 1 0 0.32 292.07 1 0.34
Hex 97 0 AE D 64 0 20 124 64 22
Octal 227 0 256 15 144 0 40 444 144 42
Binary 10010111 0 10101110 1101 1100100 0 100000 100100100 1100100 100010

Color Harmonies of #9700AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9700AE

Black with #9700AE

Text Example


Text Example

White with #9700AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9700AE; }

 p { color: rgb(151,0,174); }

 H1.HeaderClassName
 {
   color: #9700AE;
 }
 .AnyTagClassName
 {
   color: #9700AE;
 }
</style>

background-color css

<style>
 a { background-color: #9700AE; }

 a { background-color: rgb(151,0,174); }

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

border-color css

<style>
 span { border-color: #9700AE; }

 span { border-color: rgb(151,0,174); }

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