#9018A5

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

Shades of Dark Magenta #9018A5

Tints of Dark Magenta #9018A5

Color information

#9018A5 (or 0x9018A5) is unknown color: approx Dark Magenta. HEX triplet: 90, 18 and A5. RGB value is (144,24,165). Sum of RGB (Red+Green+Blue) = 144+24+165=333 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.24% from 333); Green value is 24 (9.77% from 255 or 7.21% from 333); Blue value is 165 (64.84% from 255 or 49.55% from 333); Max value from RGB is 165 - color contains mainly: blue. Hex color #9018A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9018A5 is #6FE75A. Grayscale: #4B4B4B. Windows color (decimal): -7333723 or 10819728. OLE color: 10819728.

HSL color Cylindrical-coordinate representation of color #9018A5: hue angle of 291.06º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9018A5 is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14424165-
CMYK0.130.8500.35
HSL291.06º74.6%37.06%-
HSV(B)291.06º85.45%64.71%-
XYZ18.629.336.41-
YUV75.95178.26176.54-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.24%
GREEN value IS 24 (9.77% from 255) = 7.21%
BLUE value IS 165 (64.84% from 255) = 49.55%
R=43.24%
G=7.21%
B=49.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal144241650.130.8500.35291.0674.637.06
Hex9018A5D550231234b25
Octal220302451512504344311345
Binary1001000011000101001011101101010101000111001000111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9018A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9018A5; }

 p { color: rgb(144,24,165); }

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

<style>
 a { background-color: #9018A5; }

 a { background-color: rgb(144,24,165); }

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

<style>
 span { border-color: #9018A5; }

 span { border-color: rgb(144,24,165); }

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