#900288

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

Shades of Dark Magenta #900288

Tints of Dark Magenta #900288

Color information

#900288 (or 0x900288) is unknown color: approx Dark Magenta. HEX triplet: 90, 02 and 88. RGB value is (144,2,136). Sum of RGB (Red+Green+Blue) = 144+2+136=282 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.06% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 144 - color contains mainly: red. Hex color #900288 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900288 is #6FFD77. Grayscale: #3B3B3B. Windows color (decimal): -7339384 or 8913552. OLE color: 8913552.

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

Color convert

RGB1442136-
CMYK00.990.060.44
HSL303.38º97.26%28.63%-
HSV(B)303.38º98.61%56.47%-
XYZ15.977.7523.95-
YUV59.73171.04188.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.06%
GREEN value IS 2 (1.17% from 255) = 0.71%
BLUE value IS 136 (53.52% from 255) = 48.23%
R=51.06%
G=0.71%
B=48.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144213600.990.060.44303.3897.2628.63
Hex9028806362C12f611d
Octal2202210014365445714135
Binary10010000101000100001100011110101100100101111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900288; }

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

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

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

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

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

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

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

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