#90199E

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

Shades of Dark Magenta #90199E

Tints of Dark Magenta #90199E

Color information

#90199E (or 0x90199E) is unknown color: approx Dark Magenta. HEX triplet: 90, 19 and 9E. RGB value is (144,25,158). Sum of RGB (Red+Green+Blue) = 144+25+158=327 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.04% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 158 (62.11% from 255 or 48.32% from 327); Max value from RGB is 158 - color contains mainly: blue. Hex color #90199E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90199E is #6FE661. Grayscale: #4B4B4B. Windows color (decimal): -7333474 or 10361232. OLE color: 10361232.

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

Color convert

RGB14425158-
CMYK0.090.8400.38
HSL293.68º72.68%35.88%-
HSV(B)293.68º84.18%61.96%-
XYZ18.029.0933.15-
YUV75.74174.42176.69-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.04%
GREEN value IS 25 (10.16% from 255) = 7.65%
BLUE value IS 158 (62.11% from 255) = 48.32%
R=44.04%
G=7.65%
B=48.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal144251580.090.8400.38293.6872.6835.88
Hex90199E9540261264924
Octal220312361112404644611144
Binary1001000011001100111101001101010001001101001001101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90199E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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