#90129F

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

Shades of Dark Magenta #90129F

Tints of Dark Magenta #90129F

Color information

#90129F (or 0x90129F) is unknown color: approx Dark Magenta. HEX triplet: 90, 12 and 9F. RGB value is (144,18,159). Sum of RGB (Red+Green+Blue) = 144+18+159=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #90129F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90129F is #6FED60. Grayscale: #474747. Windows color (decimal): -7335265 or 10424976. OLE color: 10424976.

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

Color convert

RGB14418159-
CMYK0.090.8900.38
HSL293.62º79.66%34.71%-
HSV(B)293.62º88.68%62.35%-
XYZ17.988.8733.56-
YUV71.75177.24179.54-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.86%
GREEN value IS 18 (7.42% from 255) = 5.61%
BLUE value IS 159 (62.5% from 255) = 49.53%
R=44.86%
G=5.61%
B=49.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal144181590.090.8900.38293.6279.6634.71
Hex90129F9590261265023
Octal220222371113104644612043
Binary1001000010010100111111001101100101001101001001101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90129F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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