Html Css Color HEX #9400AD Dark Magenta

📋 copy color: '#9400AD'

red 148 ◦ green 0 ◦ blue 173

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

Shades of Dark Magenta #9400AD

Tints of Dark Magenta #9400AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 53.89%

R = 46.11%
G = 0%
B = 53.89%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9400AD (or 0x9400AD) is known color: Dark Magenta. HEX triplet: 94, 00 and AD. RGB value is (148,0,173). Sum of RGB (Red+Green+Blue) = 148+0+173=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #9400AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9400AD is #6BFF52. Grayscale: #3F3F3F. Windows color (decimal): -7077715 or 11337876. OLE color: 11337876.

HSL color Cylindrical-coordinate representation of color #9400AD: hue angle of 291.33º 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 #9400AD is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 0 173 -
CMYK 0.14 1 0 0.32
HSL 291.33º 1% 0.34% -
HSV(B) 291.33º 1% 0.68% -
XYZ 19.76 9.31 40.29 -
YUV 63.97 189.53 187.93 -
System Red Green Blue C M Y K H S L
Decimal 148 0 173 0.14 1 0 0.32 291.33 1 0.34
Hex 94 0 AD E 64 0 20 123 64 22
Octal 224 0 255 16 144 0 40 443 144 42
Binary 10010100 0 10101101 1110 1100100 0 100000 100100011 1100100 100010

Color Harmonies of #9400AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9400AD

Black with #9400AD

Text Example


Text Example

White with #9400AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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