#901D95

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

Shades of Dark Magenta #901D95

Tints of Dark Magenta #901D95

Color information

#901D95 (or 0x901D95) is unknown color: approx Dark Magenta. HEX triplet: 90, 1D and 95. RGB value is (144,29,149). Sum of RGB (Red+Green+Blue) = 144+29+149=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 29 (11.72% from 255 or 9.01% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 149 - color contains mainly: blue. Hex color #901D95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901D95 is #6FE26A. Grayscale: #4C4C4C. Windows color (decimal): -7332459 or 9772432. OLE color: 9772432.

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

Color convert

RGB14429149-
CMYK0.030.8100.42
HSL297.5º67.42%34.9%-
HSV(B)297.5º80.54%58.43%-
XYZ17.378.9829.25-
YUV77.06168.6175.74-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.72%
GREEN value IS 29 (11.72% from 255) = 9.01%
BLUE value IS 149 (58.59% from 255) = 46.27%
R=44.72%
G=9.01%
B=46.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal144291490.030.8100.42297.567.4234.9
Hex901D9535102A12a4323
Octal22035225312105245210343
Binary10010000111011001010111101000101010101001010101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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