#9014AC

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

Shades of Dark Magenta #9014AC

Tints of Dark Magenta #9014AC

Color information

#9014AC (or 0x9014AC) is unknown color: approx Dark Magenta. HEX triplet: 90, 14 and AC. RGB value is (144,20,172). Sum of RGB (Red+Green+Blue) = 144+20+172=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #9014AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9014AC is #6FEB53. Grayscale: #494949. Windows color (decimal): -7334740 or 11277456. OLE color: 11277456.

HSL color Cylindrical-coordinate representation of color #9014AC: hue angle of 288.95º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9014AC is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14420172-
CMYK0.160.8800.33
HSL288.95º79.17%37.65%-
HSV(B)288.95º88.37%67.45%-
XYZ19.29.4139.83-
YUV74.4183.08177.64-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.86%
GREEN value IS 20 (8.20% from 255) = 5.95%
BLUE value IS 172 (67.58% from 255) = 51.19%
R=42.86%
G=5.95%
B=51.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144201720.160.8800.33288.9579.1737.65
Hex9014AC10580211214f26
Octal220242542013004144111746
Binary10010000101001010110010000101100001000011001000011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9014AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9014AC; }

 p { color: rgb(144,20,172); }

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

<style>
 a { background-color: #9014AC; }

 a { background-color: rgb(144,20,172); }

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

<style>
 span { border-color: #9014AC; }

 span { border-color: rgb(144,20,172); }

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