#901C95

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

Shades of Dark Magenta #901C95

Tints of Dark Magenta #901C95

Color information

#901C95 (or 0x901C95) is unknown color: approx Dark Magenta. HEX triplet: 90, 1C and 95. RGB value is (144,28,149). Sum of RGB (Red+Green+Blue) = 144+28+149=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #901C95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901C95 is #6FE36A. Grayscale: #4C4C4C. Windows color (decimal): -7332715 or 9772176. OLE color: 9772176.

HSL color Cylindrical-coordinate representation of color #901C95: hue angle of 297.52º degrees, saturation: 0.68, 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 #901C95 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14428149-
CMYK0.030.8100.42
HSL297.52º68.36%34.71%-
HSV(B)297.52º81.21%58.43%-
XYZ17.348.9329.24-
YUV76.48168.93176.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.86%
GREEN value IS 28 (11.33% from 255) = 8.72%
BLUE value IS 149 (58.59% from 255) = 46.42%
R=44.86%
G=8.72%
B=46.42%

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
Decimal144281490.030.8100.42297.5268.3634.71
Hex901C9535102A12a4423
Octal22034225312105245210443
Binary10010000111001001010111101000101010101001010101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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