#90158D

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

Shades of Dark Magenta #90158D

Tints of Dark Magenta #90158D

Color information

#90158D (or 0x90158D) is unknown color: approx Dark Magenta. HEX triplet: 90, 15 and 8D. RGB value is (144,21,141). Sum of RGB (Red+Green+Blue) = 144+21+141=306 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.06% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 144 - color contains mainly: red. Hex color #90158D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90158D is #6FEA72. Grayscale: #474747. Windows color (decimal): -7334515 or 9246096. OLE color: 9246096.

HSL color Cylindrical-coordinate representation of color #90158D: hue angle of 301.46º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #90158D is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB14421141-
CMYK00.850.020.44
HSL301.46º74.55%32.35%-
HSV(B)301.46º85.42%56.47%-
XYZ16.588.3925.94-
YUV71.46167.25179.74-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.06%
GREEN value IS 21 (8.59% from 255) = 6.86%
BLUE value IS 141 (55.47% from 255) = 46.08%
R=47.06%
G=6.86%
B=46.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1442114100.850.020.44301.4674.5532.35
Hex90158D05522C12d4b20
Octal22025215012525445511340
Binary10010000101011000110101010101101011001001011011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90158D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90158D; }

 p { color: rgb(144,21,141); }

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

<style>
 a { background-color: #90158D; }

 a { background-color: rgb(144,21,141); }

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

<style>
 span { border-color: #90158D; }

 span { border-color: rgb(144,21,141); }

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