Shades of Dark Magenta #900683
Tints of Dark Magenta #900683
RGB
CMYK
RGB Variations
Color information
#900683 (or 0x900683) is known color: Dark Magenta. HEX triplet: 90, 06 and 83. RGB value is (144,6,131). Sum of RGB (Red+Green+Blue) = 144+6+131=281 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.25% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 131 (51.56% from 255 or 46.62% from 281); Max value from RGB is 144 - color contains mainly: red. Hex color #900683 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900683 is #6FF97C. Grayscale: #3D3D3D. Windows color (decimal): -7338365 or 8586896. OLE color: 8586896.
HSL color Cylindrical-coordinate representation of color #900683: hue angle of 305.65º 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 #900683 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 6 | 131 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.44 |
| HSL | 305.65º | 0.92% | 0.29% | - |
| HSV(B) | 305.65º | 0.96% | 0.56% | - |
| XYZ | 15.66 | 7.7 | 22.13 | - |
| YUV | 61.51 | 167.22 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 6 | 131 | 0 | 0.96 | 0.09 | 0.44 | 305.65 | 0.92 | 0.29 |
| Hex | 90 | 6 | 83 | 0 | 60 | 9 | 2C | 132 | 5C | 1D |
| Octal | 220 | 6 | 203 | 0 | 140 | 11 | 54 | 462 | 134 | 35 |
| Binary | 10010000 | 110 | 10000011 | 0 | 1100000 | 1001 | 101100 | 100110010 | 1011100 | 11101 |
Color Harmonies of #900683
Complementary color
Monochromatic Colors of #900683
Black with #900683
Text Example
Text Example
White with #900683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900683; }
p { color: rgb(144,6,131); }
H1.HeaderClassName
{
color: #900683;
}
.AnyTagClassName
{
color: #900683;
}
</style>
background-color css
<style>
a { background-color: #900683; }
a { background-color: rgb(144,6,131); }
div.DivClassName
{
background-color: #900683;
}
.BgClassName
{
background-color: #900683;
}
</style>
border-color css
<style>
span { border-color: #900683; }
span { border-color: rgb(144,6,131); }
td.TdClassName
{
border-color: #900683;
}
.TagClassName
{
border-color: #900683;
}
</style>