Shades of Dark Purple #904083
Tints of Dark Purple #904083
RGB
CMYK
RGB Variations
Color information
#904083 (or 0x904083) is known color: Dark Purple. HEX triplet: 90, 40 and 83. RGB value is (144,64,131). Sum of RGB (Red+Green+Blue) = 144+64+131=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 144 - color contains mainly: red. Hex color #904083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #904083 is #6FBF7C. Grayscale: #5F5F5F. Windows color (decimal): -7323517 or 8601744. OLE color: 8601744.
HSL color Cylindrical-coordinate representation of color #904083: hue angle of 309.75º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #904083 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 64 | 131 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.44 |
| HSL | 309.75º | 0.38% | 0.41% | - |
| HSV(B) | 309.75º | 0.56% | 0.56% | - |
| XYZ | 17.43 | 11.23 | 22.72 | - |
| YUV | 95.56 | 148 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 64 | 131 | 0 | 0.56 | 0.09 | 0.44 | 309.75 | 0.38 | 0.41 |
| Hex | 90 | 40 | 83 | 0 | 38 | 9 | 2C | 136 | 26 | 29 |
| Octal | 220 | 100 | 203 | 0 | 70 | 11 | 54 | 466 | 46 | 51 |
| Binary | 10010000 | 1000000 | 10000011 | 0 | 111000 | 1001 | 101100 | 100110110 | 100110 | 101001 |
Color Harmonies of #904083
Complementary color
Monochromatic Colors of #904083
Black with #904083
Text Example
Text Example
White with #904083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904083; }
p { color: rgb(144,64,131); }
H1.HeaderClassName
{
color: #904083;
}
.AnyTagClassName
{
color: #904083;
}
</style>
background-color css
<style>
a { background-color: #904083; }
a { background-color: rgb(144,64,131); }
div.DivClassName
{
background-color: #904083;
}
.BgClassName
{
background-color: #904083;
}
</style>
border-color css
<style>
span { border-color: #904083; }
span { border-color: rgb(144,64,131); }
td.TdClassName
{
border-color: #904083;
}
.TagClassName
{
border-color: #904083;
}
</style>