#90059C

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

Shades of Dark Magenta #90059C

Tints of Dark Magenta #90059C

Color information

#90059C (or 0x90059C) is unknown color: approx Dark Magenta. HEX triplet: 90, 05 and 9C. RGB value is (144,5,156). Sum of RGB (Red+Green+Blue) = 144+5+156=305 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.21% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #90059C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90059C is #6FFA63. Grayscale: #3F3F3F. Windows color (decimal): -7338596 or 10225040. OLE color: 10225040.

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

Color convert

RGB1445156-
CMYK0.080.9700.39
HSL295.23º93.79%31.57%-
HSV(B)295.23º96.79%61.18%-
XYZ17.568.4432.16-
YUV63.78180.05185.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.21%
GREEN value IS 5 (2.34% from 255) = 1.64%
BLUE value IS 156 (61.33% from 255) = 51.15%
R=47.21%
G=1.64%
B=51.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal14451560.080.9700.39295.2393.7931.57
Hex9059C8610271275e20
Octal22052341014104744713640
Binary10010000101100111001000110000101001111001001111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90059C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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