#90168D

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

Shades of Dark Magenta #90168D

Tints of Dark Magenta #90168D

Color information

#90168D (or 0x90168D) is unknown color: approx Dark Magenta. HEX triplet: 90, 16 and 8D. RGB value is (144,22,141). Sum of RGB (Red+Green+Blue) = 144+22+141=307 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.91% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 144 - color contains mainly: red. Hex color #90168D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90168D is #6FE972. Grayscale: #474747. Windows color (decimal): -7334259 or 9246352. OLE color: 9246352.

HSL color Cylindrical-coordinate representation of color #90168D: hue angle of 301.48º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #90168D is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB14422141-
CMYK00.850.020.44
HSL301.48º73.49%32.55%-
HSV(B)301.48º84.72%56.47%-
XYZ16.68.4325.95-
YUV72.04166.92179.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.91%
GREEN value IS 22 (8.98% from 255) = 7.17%
BLUE value IS 141 (55.47% from 255) = 45.93%
R=46.91%
G=7.17%
B=45.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1442214100.850.020.44301.4873.4932.55
Hex90168D05522C12d4921
Octal22026215012525445511141
Binary10010000101101000110101010101101011001001011011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90168D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90168D; }

 p { color: rgb(144,22,141); }

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

<style>
 a { background-color: #90168D; }

 a { background-color: rgb(144,22,141); }

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

<style>
 span { border-color: #90168D; }

 span { border-color: rgb(144,22,141); }

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