#9407A2

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

Shades of Dark Magenta #9407A2

Tints of Dark Magenta #9407A2

Color information

#9407A2 (or 0x9407A2) is unknown color: approx Dark Magenta. HEX triplet: 94, 07 and A2. RGB value is (148,7,162). Sum of RGB (Red+Green+Blue) = 148+7+162=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 7 (3.12% from 255 or 2.21% from 317); Blue value is 162 (63.67% from 255 or 51.10% from 317); Max value from RGB is 162 - color contains mainly: blue. Hex color #9407A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9407A2 is #6BF85D. Grayscale: #424242. Windows color (decimal): -7075934 or 10618772. OLE color: 10618772.

HSL color Cylindrical-coordinate representation of color #9407A2: hue angle of 294.58º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9407A2 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1487162-
CMYK0.090.9600.36
HSL294.58º91.72%33.14%-
HSV(B)294.58º95.68%63.53%-
XYZ18.819.0634.94-
YUV66.83181.71185.9-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.69%
GREEN value IS 7 (3.12% from 255) = 2.21%
BLUE value IS 162 (63.67% from 255) = 51.10%
R=46.69%
G=2.21%
B=51.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14871620.090.9600.36294.5891.7233.14
Hex947A29600241275c21
Octal22472421114004444713441
Binary10010100111101000101001110000001001001001001111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9407A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9407A2; }

 p { color: rgb(148,7,162); }

 H1.HeaderClassName
 {
   color: #9407A2;
 }
 .AnyTagClassName
 {
   color: #9407A2;
 }
</style>
background-color css

<style>
 a { background-color: #9407A2; }

 a { background-color: rgb(148,7,162); }

 div.DivClassName
 {
   background-color: #9407A2;
 }
 .BgClassName
 {
   background-color: #9407A2;
 }
</style>
border-color css

<style>
 span { border-color: #9407A2; }

 span { border-color: rgb(148,7,162); }

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