Html Css Color HEX #9412AA Dark Magenta

📋 copy color: '#9412AA'

red 148 ◦ green 18 ◦ blue 170

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

Shades of Dark Magenta #9412AA

Tints of Dark Magenta #9412AA

RGB

 RED value IS 148 (58.2% from 255) = 44.05%

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

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

R = 44.05%
G = 5.36%
B = 50.6%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9412AA (or 0x9412AA) is known color: Dark Magenta. HEX triplet: 94, 12 and AA. RGB value is (148,18,170). Sum of RGB (Red+Green+Blue) = 148+18+170=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #9412AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9412AA is #6BED55. Grayscale: #494949. Windows color (decimal): -7073110 or 11145876. OLE color: 11145876.

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

Color convert

RGB 148 18 170 -
CMYK 0.13 0.89 0 0.33
HSL 291.32º 0.81% 0.37% -
HSV(B) 291.32º 0.89% 0.67% -
XYZ 19.68 9.63 38.85 -
YUV 74.2 182.07 180.64 -
System Red Green Blue C M Y K H S L
Decimal 148 18 170 0.13 0.89 0 0.33 291.32 0.81 0.37
Hex 94 12 AA D 59 0 21 123 51 25
Octal 224 22 252 15 131 0 41 443 121 45
Binary 10010100 10010 10101010 1101 1011001 0 100001 100100011 1010001 100101

Color Harmonies of #9412AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9412AA

Black with #9412AA

Text Example


Text Example

White with #9412AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,18,170); }

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

background-color css

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

 a { background-color: rgb(148,18,170); }

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

border-color css

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

 span { border-color: rgb(148,18,170); }

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