#901696

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

Shades of Dark Magenta #901696

Tints of Dark Magenta #901696

Color information

#901696 (or 0x901696) is unknown color: approx Dark Magenta. HEX triplet: 90, 16 and 96. RGB value is (144,22,150). Sum of RGB (Red+Green+Blue) = 144+22+150=316 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.57% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 150 - color contains mainly: blue. Hex color #901696 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901696 is #6FE969. Grayscale: #484848. Windows color (decimal): -7334250 or 9836176. OLE color: 9836176.

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

Color convert

RGB14422150-
CMYK0.040.8500.41
HSL297.19º74.42%33.73%-
HSV(B)297.19º85.33%58.82%-
XYZ17.298.7129.62-
YUV73.07171.42178.59-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.57%
GREEN value IS 22 (8.98% from 255) = 6.96%
BLUE value IS 150 (58.98% from 255) = 47.47%
R=45.57%
G=6.96%
B=47.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal144221500.040.8500.41297.1974.4233.73
Hex9016964550291294a22
Octal22026226412505145111242
Binary100100001011010010110100101010101010011001010011001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901696; }

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

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

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

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

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

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

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

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