Html Css Color HEX #9400AA Dark Magenta

📋 copy color: '#9400AA'

red 148 ◦ green 0 ◦ blue 170

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

Shades of Dark Magenta #9400AA

Tints of Dark Magenta #9400AA

RGB

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

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

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

R = 46.54%
G = 0%
B = 53.46%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9400AA (or 0x9400AA) is known color: Dark Magenta. HEX triplet: 94, 00 and AA. RGB value is (148,0,170). Sum of RGB (Red+Green+Blue) = 148+0+170=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #9400AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9400AA is #6BFF55. Grayscale: #3F3F3F. Windows color (decimal): -7077718 or 11141268. OLE color: 11141268.

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

Color convert

RGB 148 0 170 -
CMYK 0.13 1 0 0.33
HSL 292.24º 1% 0.33% -
HSV(B) 292.24º 1% 0.67% -
XYZ 19.47 9.2 38.78 -
YUV 63.63 188.03 188.18 -
System Red Green Blue C M Y K H S L
Decimal 148 0 170 0.13 1 0 0.33 292.24 1 0.33
Hex 94 0 AA D 64 0 21 124 64 21
Octal 224 0 252 15 144 0 41 444 144 41
Binary 10010100 0 10101010 1101 1100100 0 100001 100100100 1100100 100001

Color Harmonies of #9400AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9400AA

Black with #9400AA

Text Example


Text Example

White with #9400AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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