#901993

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

Shades of Dark Magenta #901993

Tints of Dark Magenta #901993

Color information

#901993 (or 0x901993) is unknown color: approx Dark Magenta. HEX triplet: 90, 19 and 93. RGB value is (144,25,147). Sum of RGB (Red+Green+Blue) = 144+25+147=316 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.57% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 147 - color contains mainly: blue. Hex color #901993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901993 is #6FE66C. Grayscale: #4A4A4A. Windows color (decimal): -7333485 or 9640336. OLE color: 9640336.

HSL color Cylindrical-coordinate representation of color #901993: hue angle of 298.52º degrees, saturation: 0.71, 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 #901993 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14425147-
CMYK0.020.8300.42
HSL298.52º70.93%33.73%-
HSV(B)298.52º82.99%57.65%-
XYZ17.128.7328.39-
YUV74.49168.92177.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.57%
GREEN value IS 25 (10.16% from 255) = 7.91%
BLUE value IS 147 (57.81% from 255) = 46.52%
R=45.57%
G=7.91%
B=46.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal144251470.020.8300.42298.5270.9333.73
Hex90199325302A12b4722
Octal22031223212305245310742
Binary10010000110011001001110101001101010101001010111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901993; }

 p { color: rgb(144,25,147); }

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

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

 a { background-color: rgb(144,25,147); }

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

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

 span { border-color: rgb(144,25,147); }

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