#9007AE

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

Shades of Dark Magenta #9007AE

Tints of Dark Magenta #9007AE

Color information

#9007AE (or 0x9007AE) is unknown color: approx Dark Magenta. HEX triplet: 90, 07 and AE. RGB value is (144,7,174). Sum of RGB (Red+Green+Blue) = 144+7+174=325 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.31% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #9007AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9007AE is #6FF851. Grayscale: #424242. Windows color (decimal): -7338066 or 11405200. OLE color: 11405200.

HSL color Cylindrical-coordinate representation of color #9007AE: hue angle of 289.22º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9007AE is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1447174-
CMYK0.170.9600.32
HSL289.22º92.27%35.49%-
HSV(B)289.22º95.98%68.24%-
XYZ19.229.1440.8-
YUV67188.39182.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.31%
GREEN value IS 7 (3.12% from 255) = 2.15%
BLUE value IS 174 (68.36% from 255) = 53.54%
R=44.31%
G=2.15%
B=53.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14471740.170.9600.32289.2292.2735.49
Hex907AE11600201215c23
Octal22072562114004044113443
Binary100100001111010111010001110000001000001001000011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9007AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9007AE; }

 p { color: rgb(144,7,174); }

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

<style>
 a { background-color: #9007AE; }

 a { background-color: rgb(144,7,174); }

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

<style>
 span { border-color: #9007AE; }

 span { border-color: rgb(144,7,174); }

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