#901C99

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

Shades of Dark Magenta #901C99

Tints of Dark Magenta #901C99

Color information

#901C99 (or 0x901C99) is unknown color: approx Dark Magenta. HEX triplet: 90, 1C and 99. RGB value is (144,28,153). Sum of RGB (Red+Green+Blue) = 144+28+153=325 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.31% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #901C99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901C99 is #6FE366. Grayscale: #4C4C4C. Windows color (decimal): -7332711 or 10034320. OLE color: 10034320.

HSL color Cylindrical-coordinate representation of color #901C99: hue angle of 295.68º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #901C99 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14428153-
CMYK0.060.8200.4
HSL295.68º69.06%35.49%-
HSV(B)295.68º81.7%60%-
XYZ17.679.0630.95-
YUV76.93170.93175.84-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.31%
GREEN value IS 28 (11.33% from 255) = 8.62%
BLUE value IS 153 (60.16% from 255) = 47.08%
R=44.31%
G=8.62%
B=47.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal144281530.060.8200.4295.6869.0635.49
Hex901C996520281284523
Octal22034231612205045010543
Binary100100001110010011001110101001001010001001010001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,28,153); }

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

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

 a { background-color: rgb(144,28,153); }

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

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

 span { border-color: rgb(144,28,153); }

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