#90188C

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

Shades of Dark Magenta #90188C

Tints of Dark Magenta #90188C

Color information

#90188C (or 0x90188C) is unknown color: approx Dark Magenta. HEX triplet: 90, 18 and 8C. RGB value is (144,24,140). Sum of RGB (Red+Green+Blue) = 144+24+140=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 144 - color contains mainly: red. Hex color #90188C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90188C is #6FE773. Grayscale: #484848. Windows color (decimal): -7333748 or 9181328. OLE color: 9181328.

HSL color Cylindrical-coordinate representation of color #90188C: hue angle of 302º 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 #90188C is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB14424140-
CMYK00.830.030.44
HSL302º71.43%32.94%-
HSV(B)302º83.33%56.47%-
XYZ16.568.4825.57-
YUV73.1165.76178.57-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.75%
GREEN value IS 24 (9.77% from 255) = 7.79%
BLUE value IS 140 (55.08% from 255) = 45.45%
R=46.75%
G=7.79%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1442414000.830.030.4430271.4332.94
Hex90188C05332C12e4721
Octal22030214012335445610741
Binary10010000110001000110001010011111011001001011101000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90188C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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