#901288

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

Shades of Dark Magenta #901288

Tints of Dark Magenta #901288

Color information

#901288 (or 0x901288) is unknown color: approx Dark Magenta. HEX triplet: 90, 12 and 88. RGB value is (144,18,136). Sum of RGB (Red+Green+Blue) = 144+18+136=298 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.32% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 144 - color contains mainly: red. Hex color #901288 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901288 is #6FED77. Grayscale: #444444. Windows color (decimal): -7335288 or 8917648. OLE color: 8917648.

HSL color Cylindrical-coordinate representation of color #901288: hue angle of 303.81º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #901288 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB14418136-
CMYK00.880.060.44
HSL303.81º77.78%31.76%-
HSV(B)303.81º87.5%56.47%-
XYZ16.168.1424.01-
YUV69.13165.74181.41-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.32%
GREEN value IS 18 (7.42% from 255) = 6.04%
BLUE value IS 136 (53.52% from 255) = 45.64%
R=48.32%
G=6.04%
B=45.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441813600.880.060.44303.8177.7831.76
Hex90128805862C1304e20
Octal22022210013065446011640
Binary100100001001010001000010110001101011001001100001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901288; }

 p { color: rgb(144,18,136); }

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

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

 a { background-color: rgb(144,18,136); }

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

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

 span { border-color: rgb(144,18,136); }

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