#900084

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

Shades of Dark Magenta #900084

Tints of Dark Magenta #900084

Color information

#900084 (or 0x900084) is unknown color: approx Dark Magenta. HEX triplet: 90, 00 and 84. RGB value is (144,0,132). Sum of RGB (Red+Green+Blue) = 144+0+132=276 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.17% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 132 (51.95% from 255 or 47.83% from 276); Max value from RGB is 144 - color contains mainly: red. Hex color #900084 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900084 is #6FFF7B. Grayscale: #393939. Windows color (decimal): -7339900 or 8650896. OLE color: 8650896.

HSL color Cylindrical-coordinate representation of color #900084: hue angle of 305º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #900084 is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB1440132-
CMYK010.080.44
HSL305º100%28.24%-
HSV(B)305º100%56.47%-
XYZ15.677.622.47-
YUV58.1169.71189.27-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 132 (51.95% from 255) = 47.83%
R=52.17%
G=0%
B=47.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1440132010.080.4430510028.24
Hex9008406482C131641c
Octal22002040144105446114434
Binary10010000010000100011001001000101100100110001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900084; }

 p { color: rgb(144,0,132); }

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

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

 a { background-color: rgb(144,0,132); }

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

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

 span { border-color: rgb(144,0,132); }

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