#90189E

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

Shades of Dark Magenta #90189E

Tints of Dark Magenta #90189E

Color information

#90189E (or 0x90189E) is unknown color: approx Dark Magenta. HEX triplet: 90, 18 and 9E. RGB value is (144,24,158). Sum of RGB (Red+Green+Blue) = 144+24+158=326 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.17% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 158 (62.11% from 255 or 48.47% from 326); Max value from RGB is 158 - color contains mainly: blue. Hex color #90189E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90189E is #6FE761. Grayscale: #4A4A4A. Windows color (decimal): -7333730 or 10360976. OLE color: 10360976.

HSL color Cylindrical-coordinate representation of color #90189E: hue angle of 293.73º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #90189E is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14424158-
CMYK0.090.8500.38
HSL293.73º73.63%35.69%-
HSV(B)293.73º84.81%61.96%-
XYZ189.0533.15-
YUV75.16174.76177.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.17%
GREEN value IS 24 (9.77% from 255) = 7.36%
BLUE value IS 158 (62.11% from 255) = 48.47%
R=44.17%
G=7.36%
B=48.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal144241580.090.8500.38293.7373.6335.69
Hex90189E9550261264a24
Octal220302361112504644611244
Binary1001000011000100111101001101010101001101001001101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90189E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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