#9400AD

Color #9400AD Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #9400AD

Tints of Dark Magenta #9400AD

Color information

#9400AD (or 0x9400AD) is unknown color: approx 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

RGB1480173-
CMYK0.14100.32
HSL291.33º100%33.92%-
HSV(B)291.33º100%67.84%-
XYZ19.769.3140.29-
YUV63.97189.53187.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% 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 (Cyan) values IS 0.14
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14801730.14100.32291.3310033.92
Hex940ADE640201236422
Octal22402551614404044314442
Binary100101000101011011110110010001000001001000111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9400AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>