#900381

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

Shades of Dark Magenta #900381

Tints of Dark Magenta #900381

Color information

#900381 (or 0x900381) is unknown color: approx Dark Magenta. HEX triplet: 90, 03 and 81. RGB value is (144,3,129). Sum of RGB (Red+Green+Blue) = 144+3+129=276 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.17% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 129 (50.78% from 255 or 46.74% from 276); Max value from RGB is 144 - color contains mainly: red. Hex color #900381 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900381 is #6FFC7E. Grayscale: #3B3B3B. Windows color (decimal): -7339135 or 8455056. OLE color: 8455056.

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

Color convert

RGB1443129-
CMYK00.980.100.44
HSL306.38º95.92%28.82%-
HSV(B)306.38º97.92%56.47%-
XYZ15.57.5821.42-
YUV59.52167.21188.25-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.17%
GREEN value IS 3 (1.56% from 255) = 1.09%
BLUE value IS 129 (50.78% from 255) = 46.74%
R=52.17%
G=1.09%
B=46.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144312900.980.100.44306.3895.9228.82
Hex90381062A2C132601d
Octal22032010142125446214035
Binary100100001110000001011000101010101100100110010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900381; }

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

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

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

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

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

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

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

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