Shades of Dark Magenta #900684
Tints of Dark Magenta #900684
RGB
CMYK
RGB Variations
Color information
#900684 (or 0x900684) is known color: Dark Magenta. HEX triplet: 90, 06 and 84. RGB value is (144,6,132). Sum of RGB (Red+Green+Blue) = 144+6+132=282 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.06% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 144 - color contains mainly: red. Hex color #900684 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900684 is #6FF97B. Grayscale: #3D3D3D. Windows color (decimal): -7338364 or 8652432. OLE color: 8652432.
HSL color Cylindrical-coordinate representation of color #900684: hue angle of 305.22º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #900684 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 6 | 132 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.44 |
| HSL | 305.22º | 0.92% | 0.29% | - |
| HSV(B) | 305.22º | 0.96% | 0.56% | - |
| XYZ | 15.73 | 7.73 | 22.49 | - |
| YUV | 61.63 | 167.72 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 6 | 132 | 0 | 0.96 | 0.08 | 0.44 | 305.22 | 0.92 | 0.29 |
| Hex | 90 | 6 | 84 | 0 | 60 | 8 | 2C | 131 | 5C | 1D |
| Octal | 220 | 6 | 204 | 0 | 140 | 10 | 54 | 461 | 134 | 35 |
| Binary | 10010000 | 110 | 10000100 | 0 | 1100000 | 1000 | 101100 | 100110001 | 1011100 | 11101 |
Color Harmonies of #900684
Complementary color
Monochromatic Colors of #900684
Black with #900684
Text Example
Text Example
White with #900684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900684; }
p { color: rgb(144,6,132); }
H1.HeaderClassName
{
color: #900684;
}
.AnyTagClassName
{
color: #900684;
}
</style>
background-color css
<style>
a { background-color: #900684; }
a { background-color: rgb(144,6,132); }
div.DivClassName
{
background-color: #900684;
}
.BgClassName
{
background-color: #900684;
}
</style>
border-color css
<style>
span { border-color: #900684; }
span { border-color: rgb(144,6,132); }
td.TdClassName
{
border-color: #900684;
}
.TagClassName
{
border-color: #900684;
}
</style>