#900382

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

Shades of Dark Magenta #900382

Tints of Dark Magenta #900382

Color information

#900382 (or 0x900382) is unknown color: approx Dark Magenta. HEX triplet: 90, 03 and 82. RGB value is (144,3,130). Sum of RGB (Red+Green+Blue) = 144+3+130=277 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.99% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 144 - color contains mainly: red. Hex color #900382 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900382 is #6FFC7D. Grayscale: #3B3B3B. Windows color (decimal): -7339134 or 8520592. OLE color: 8520592.

HSL color Cylindrical-coordinate representation of color #900382: hue angle of 305.96º 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 #900382 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB1443130-
CMYK00.980.100.44
HSL305.96º95.92%28.82%-
HSV(B)305.96º97.92%56.47%-
XYZ15.567.6121.77-
YUV59.64167.71188.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.99%
GREEN value IS 3 (1.56% from 255) = 1.08%
BLUE value IS 130 (51.17% from 255) = 46.93%
R=51.99%
G=1.08%
B=46.93%

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
Decimal144313000.980.100.44305.9695.9228.82
Hex90382062A2C132601d
Octal22032020142125446214035
Binary100100001110000010011000101010101100100110010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900382; }

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

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

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

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

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

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

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

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