#901A95

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

Shades of Dark Magenta #901A95

Tints of Dark Magenta #901A95

Color information

#901A95 (or 0x901A95) is unknown color: approx Dark Magenta. HEX triplet: 90, 1A and 95. RGB value is (144,26,149). Sum of RGB (Red+Green+Blue) = 144+26+149=319 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.14% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #901A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901A95 is #6FE56A. Grayscale: #4A4A4A. Windows color (decimal): -7333227 or 9771664. OLE color: 9771664.

HSL color Cylindrical-coordinate representation of color #901A95: hue angle of 297.56º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #901A95 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14426149-
CMYK0.030.8300.42
HSL297.56º70.29%34.31%-
HSV(B)297.56º82.55%58.43%-
XYZ17.38.8429.23-
YUV75.3169.59177-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.14%
GREEN value IS 26 (10.55% from 255) = 8.15%
BLUE value IS 149 (58.59% from 255) = 46.71%
R=45.14%
G=8.15%
B=46.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal144261490.030.8300.42297.5670.2934.31
Hex901A9535302A12a4622
Octal22032225312305245210642
Binary10010000110101001010111101001101010101001010101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901A95; }

 p { color: rgb(144,26,149); }

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

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

 a { background-color: rgb(144,26,149); }

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

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

 span { border-color: rgb(144,26,149); }

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