Html Css Color HEX #9710AE Dark Magenta

📋 copy color: '#9710AE'

red 151 ◦ green 16 ◦ blue 174

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

Shades of Dark Magenta #9710AE

Tints of Dark Magenta #9710AE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.69%

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

R = 44.28%
G = 4.69%
B = 51.03%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9710AE (or 0x9710AE) is known color: Dark Magenta. HEX triplet: 97, 10 and AE. RGB value is (151,16,174). Sum of RGB (Red+Green+Blue) = 151+16+174=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 16 (6.64% from 255 or 4.69% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #9710AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9710AE is #68EF51. Grayscale: #494949. Windows color (decimal): -6877010 or 11407511. OLE color: 11407511.

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

Color convert

RGB 151 16 174 -
CMYK 0.13 0.91 0 0.32
HSL 291.27º 0.83% 0.37% -
HSV(B) 291.27º 0.91% 0.68% -
XYZ 20.59 10.01 40.89 -
YUV 74.38 184.23 182.65 -
System Red Green Blue C M Y K H S L
Decimal 151 16 174 0.13 0.91 0 0.32 291.27 0.83 0.37
Hex 97 10 AE D 5B 0 20 123 53 25
Octal 227 20 256 15 133 0 40 443 123 45
Binary 10010111 10000 10101110 1101 1011011 0 100000 100100011 1010011 100101

Color Harmonies of #9710AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9710AE

Black with #9710AE

Text Example


Text Example

White with #9710AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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