#901D96

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

Shades of Dark Magenta #901D96

Tints of Dark Magenta #901D96

Color information

#901D96 (or 0x901D96) is unknown color: approx Dark Magenta. HEX triplet: 90, 1D and 96. RGB value is (144,29,150). Sum of RGB (Red+Green+Blue) = 144+29+150=323 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.58% from 323); Green value is 29 (11.72% from 255 or 8.98% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 150 - color contains mainly: blue. Hex color #901D96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901D96 is #6FE269. Grayscale: #4C4C4C. Windows color (decimal): -7332458 or 9837968. OLE color: 9837968.

HSL color Cylindrical-coordinate representation of color #901D96: hue angle of 297.02º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #901D96 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14429150-
CMYK0.040.8100.41
HSL297.02º67.6%35.1%-
HSV(B)297.02º80.67%58.82%-
XYZ17.459.0129.67-
YUV77.18169.1175.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.58%
GREEN value IS 29 (11.72% from 255) = 8.98%
BLUE value IS 150 (58.98% from 255) = 46.44%
R=44.58%
G=8.98%
B=46.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal144291500.040.8100.41297.0267.635.1
Hex901D964510291294423
Octal22035226412105145110443
Binary100100001110110010110100101000101010011001010011000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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