#90109B

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

Shades of Dark Magenta #90109B

Tints of Dark Magenta #90109B

Color information

#90109B (or 0x90109B) is unknown color: approx Dark Magenta. HEX triplet: 90, 10 and 9B. RGB value is (144,16,155). Sum of RGB (Red+Green+Blue) = 144+16+155=315 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.71% from 315); Green value is 16 (6.64% from 255 or 5.08% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #90109B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90109B is #6FEF64. Grayscale: #454545. Windows color (decimal): -7335781 or 10162320. OLE color: 10162320.

HSL color Cylindrical-coordinate representation of color #90109B: hue angle of 295.25º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90109B is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14416155-
CMYK0.070.9000.39
HSL295.25º81.29%33.53%-
HSV(B)295.25º89.68%60.78%-
XYZ17.68.6731.76-
YUV70.12175.91180.7-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.71%
GREEN value IS 16 (6.64% from 255) = 5.08%
BLUE value IS 155 (60.94% from 255) = 49.21%
R=45.71%
G=5.08%
B=49.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal144161550.070.9000.39295.2581.2933.53
Hex90109B75A0271275122
Octal22020233713204744712142
Binary100100001000010011011111101101001001111001001111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90109B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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