#90188F

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

Shades of Dark Magenta #90188F

Tints of Dark Magenta #90188F

Color information

#90188F (or 0x90188F) is unknown color: approx Dark Magenta. HEX triplet: 90, 18 and 8F. RGB value is (144,24,143). Sum of RGB (Red+Green+Blue) = 144+24+143=311 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.30% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 143 (56.25% from 255 or 45.98% from 311); Max value from RGB is 144 - color contains mainly: red. Hex color #90188F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90188F is #6FE770. Grayscale: #494949. Windows color (decimal): -7333745 or 9377936. OLE color: 9377936.

HSL color Cylindrical-coordinate representation of color #90188F: hue angle of 300.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #90188F is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB14424143-
CMYK00.830.010.44
HSL300.5º71.43%32.94%-
HSV(B)300.5º83.33%56.47%-
XYZ16.798.5726.76-
YUV73.45167.26178.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.30%
GREEN value IS 24 (9.77% from 255) = 7.72%
BLUE value IS 143 (56.25% from 255) = 45.98%
R=46.30%
G=7.72%
B=45.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1442414300.830.010.44300.571.4332.94
Hex90188F05312C12c4721
Octal22030217012315445410741
Binary1001000011000100011110101001111011001001011001000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90188F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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