Html Css Color HEX #9912AE Dark Magenta

📋 copy color: '#9912AE'

red 153 ◦ green 18 ◦ blue 174

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

Shades of Dark Magenta #9912AE

Tints of Dark Magenta #9912AE

RGB

 RED value IS 153 (60.16% from 255) = 44.35%

 GREEN value IS 18 (7.42% from 255) = 5.22%

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

R = 44.35%
G = 5.22%
B = 50.43%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9912AE (or 0x9912AE) is known color: Dark Magenta. HEX triplet: 99, 12 and AE. RGB value is (153,18,174). Sum of RGB (Red+Green+Blue) = 153+18+174=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #9912AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9912AE is #66ED51. Grayscale: #4B4B4B. Windows color (decimal): -6745426 or 11408025. OLE color: 11408025.

HSL color Cylindrical-coordinate representation of color #9912AE: hue angle of 291.92º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9912AE is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 18 174 -
CMYK 0.12 0.90 0 0.32
HSL 291.92º 0.81% 0.38% -
HSV(B) 291.92º 0.9% 0.68% -
XYZ 20.99 10.26 40.92 -
YUV 76.15 183.23 182.82 -
System Red Green Blue C M Y K H S L
Decimal 153 18 174 0.12 0.90 0 0.32 291.92 0.81 0.38
Hex 99 12 AE C 5A 0 20 124 51 26
Octal 231 22 256 14 132 0 40 444 121 46
Binary 10011001 10010 10101110 1100 1011010 0 100000 100100100 1010001 100110

Color Harmonies of #9912AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9912AE

Black with #9912AE

Text Example


Text Example

White with #9912AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,18,174); }

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

background-color css

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

 a { background-color: rgb(153,18,174); }

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

border-color css

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

 span { border-color: rgb(153,18,174); }

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