#901896

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

Shades of Dark Magenta #901896

Tints of Dark Magenta #901896

Color information

#901896 (or 0x901896) is unknown color: approx Dark Magenta. HEX triplet: 90, 18 and 96. RGB value is (144,24,150). Sum of RGB (Red+Green+Blue) = 144+24+150=318 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.28% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 150 (58.98% from 255 or 47.17% from 318); Max value from RGB is 150 - color contains mainly: blue. Hex color #901896 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901896 is #6FE769. Grayscale: #494949. Windows color (decimal): -7333738 or 9836688. OLE color: 9836688.

HSL color Cylindrical-coordinate representation of color #901896: hue angle of 297.14º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #901896 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14424150-
CMYK0.040.8400.41
HSL297.14º72.41%34.12%-
HSV(B)297.14º84%58.82%-
XYZ17.338.7829.64-
YUV74.24170.76177.75-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.28%
GREEN value IS 24 (9.77% from 255) = 7.55%
BLUE value IS 150 (58.98% from 255) = 47.17%
R=45.28%
G=7.55%
B=47.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal144241500.040.8400.41297.1472.4134.12
Hex9018964540291294822
Octal22030226412405145111042
Binary100100001100010010110100101010001010011001010011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901896; }

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

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

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

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

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

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

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

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