#90159F

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

Shades of Dark Magenta #90159F

Tints of Dark Magenta #90159F

Color information

#90159F (or 0x90159F) is unknown color: approx Dark Magenta. HEX triplet: 90, 15 and 9F. RGB value is (144,21,159). Sum of RGB (Red+Green+Blue) = 144+21+159=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 159 (62.5% from 255 or 49.07% from 324); Max value from RGB is 159 - color contains mainly: blue. Hex color #90159F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90159F is #6FEA60. Grayscale: #494949. Windows color (decimal): -7334497 or 10425744. OLE color: 10425744.

HSL color Cylindrical-coordinate representation of color #90159F: hue angle of 293.48º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #90159F is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14421159-
CMYK0.090.8700.38
HSL293.48º76.67%35.29%-
HSV(B)293.48º86.79%62.35%-
XYZ18.038.9733.58-
YUV73.51176.25178.28-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.44%
GREEN value IS 21 (8.59% from 255) = 6.48%
BLUE value IS 159 (62.5% from 255) = 49.07%
R=44.44%
G=6.48%
B=49.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal144211590.090.8700.38293.4876.6735.29
Hex90159F9570261254d23
Octal220252371112704644511543
Binary1001000010101100111111001101011101001101001001011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90159F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90159F; }

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

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

<style>
 a { background-color: #90159F; }

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

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

<style>
 span { border-color: #90159F; }

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

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