#90129B

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

Shades of Dark Magenta #90129B

Tints of Dark Magenta #90129B

Color information

#90129B (or 0x90129B) is unknown color: approx Dark Magenta. HEX triplet: 90, 12 and 9B. RGB value is (144,18,155). Sum of RGB (Red+Green+Blue) = 144+18+155=317 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.43% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #90129B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90129B is #6FED64. Grayscale: #464646. Windows color (decimal): -7335269 or 10162832. OLE color: 10162832.

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

Color convert

RGB14418155-
CMYK0.070.8800.39
HSL295.18º79.19%33.92%-
HSV(B)295.18º88.39%60.78%-
XYZ17.638.7331.77-
YUV71.29175.24179.86-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.43%
GREEN value IS 18 (7.42% from 255) = 5.68%
BLUE value IS 155 (60.94% from 255) = 48.90%
R=45.43%
G=5.68%
B=48.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal144181550.070.8800.39295.1879.1933.92
Hex90129B7580271274f22
Octal22022233713004744711742
Binary100100001001010011011111101100001001111001001111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90129B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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