#900881

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

Shades of Dark Magenta #900881

Tints of Dark Magenta #900881

Color information

#900881 (or 0x900881) is unknown color: approx Dark Magenta. HEX triplet: 90, 08 and 81. RGB value is (144,8,129). Sum of RGB (Red+Green+Blue) = 144+8+129=281 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.25% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 144 - color contains mainly: red. Hex color #900881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900881 is #6FF77E. Grayscale: #3E3E3E. Windows color (decimal): -7337855 or 8456336. OLE color: 8456336.

HSL color Cylindrical-coordinate representation of color #900881: hue angle of 306.62º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900881 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB1448129-
CMYK00.940.100.44
HSL306.62º89.47%29.8%-
HSV(B)306.62º94.44%56.47%-
XYZ15.557.6921.43-
YUV62.46165.56186.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.25%
GREEN value IS 8 (3.52% from 255) = 2.85%
BLUE value IS 129 (50.78% from 255) = 45.91%
R=51.25%
G=2.85%
B=45.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144812900.940.100.44306.6289.4729.8
Hex9088105EA2C133591e
Octal220102010136125446313136
Binary10010000100010000001010111101010101100100110011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900881; }

 p { color: rgb(144,8,129); }

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

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

 a { background-color: rgb(144,8,129); }

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

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

 span { border-color: rgb(144,8,129); }

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