#90158E

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

Shades of Dark Magenta #90158E

Tints of Dark Magenta #90158E

Color information

#90158E (or 0x90158E) is unknown color: approx Dark Magenta. HEX triplet: 90, 15 and 8E. RGB value is (144,21,142). Sum of RGB (Red+Green+Blue) = 144+21+142=307 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.91% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 142 (55.86% from 255 or 46.25% from 307); Max value from RGB is 144 - color contains mainly: red. Hex color #90158E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90158E is #6FEA71. Grayscale: #474747. Windows color (decimal): -7334514 or 9311632. OLE color: 9311632.

HSL color Cylindrical-coordinate representation of color #90158E: hue angle of 300.98º 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 #90158E is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB14421142-
CMYK00.850.010.44
HSL300.98º74.55%32.35%-
HSV(B)300.98º85.42%56.47%-
XYZ16.658.4226.34-
YUV71.57167.75179.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.91%
GREEN value IS 21 (8.59% from 255) = 6.84%
BLUE value IS 142 (55.86% from 255) = 46.25%
R=46.91%
G=6.84%
B=46.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1442114200.850.010.44300.9874.5532.35
Hex90158E05512C12d4b20
Octal22025216012515445511340
Binary1001000010101100011100101010111011001001011011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90158E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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