#90169B

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

Shades of Dark Magenta #90169B

Tints of Dark Magenta #90169B

Color information

#90169B (or 0x90169B) is unknown color: approx Dark Magenta. HEX triplet: 90, 16 and 9B. RGB value is (144,22,155). Sum of RGB (Red+Green+Blue) = 144+22+155=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #90169B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90169B is #6FE964. Grayscale: #494949. Windows color (decimal): -7334245 or 10163856. OLE color: 10163856.

HSL color Cylindrical-coordinate representation of color #90169B: hue angle of 295.04º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #90169B is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14422155-
CMYK0.070.8600.39
HSL295.04º75.14%34.71%-
HSV(B)295.04º85.81%60.78%-
XYZ17.78.8731.79-
YUV73.64173.92178.19-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.86%
GREEN value IS 22 (8.98% from 255) = 6.85%
BLUE value IS 155 (60.94% from 255) = 48.29%
R=44.86%
G=6.85%
B=48.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal144221550.070.8600.39295.0475.1434.71
Hex90169B7560271274b23
Octal22026233712604744711343
Binary100100001011010011011111101011001001111001001111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90169B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90169B; }

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

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

<style>
 a { background-color: #90169B; }

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

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

<style>
 span { border-color: #90169B; }

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

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