#90119C

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

Shades of Dark Magenta #90119C

Tints of Dark Magenta #90119C

Color information

#90119C (or 0x90119C) is unknown color: approx Dark Magenta. HEX triplet: 90, 11 and 9C. RGB value is (144,17,156). Sum of RGB (Red+Green+Blue) = 144+17+156=317 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.43% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 156 (61.33% from 255 or 49.21% from 317); Max value from RGB is 156 - color contains mainly: blue. Hex color #90119C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90119C is #6FEE63. Grayscale: #464646. Windows color (decimal): -7335524 or 10228112. OLE color: 10228112.

HSL color Cylindrical-coordinate representation of color #90119C: hue angle of 294.82º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #90119C is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14417156-
CMYK0.080.8900.39
HSL294.82º80.35%33.92%-
HSV(B)294.82º89.1%61.18%-
XYZ17.78.7332.2-
YUV70.82176.08180.2-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.43%
GREEN value IS 17 (7.03% from 255) = 5.36%
BLUE value IS 156 (61.33% from 255) = 49.21%
R=45.43%
G=5.36%
B=49.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal144171560.080.8900.39294.8280.3533.92
Hex90119C8590271275022
Octal220212341013104744712042
Binary1001000010001100111001000101100101001111001001111010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90119C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90119C; }

 p { color: rgb(144,17,156); }

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

<style>
 a { background-color: #90119C; }

 a { background-color: rgb(144,17,156); }

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

<style>
 span { border-color: #90119C; }

 span { border-color: rgb(144,17,156); }

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