Shades of Dark Purple #904082
Tints of Dark Purple #904082
RGB
CMYK
RGB Variations
Color information
#904082 (or 0x904082) is known color: Dark Purple. HEX triplet: 90, 40 and 82. RGB value is (144,64,130). Sum of RGB (Red+Green+Blue) = 144+64+130=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 144 - color contains mainly: red. Hex color #904082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #904082 is #6FBF7D. Grayscale: #5F5F5F. Windows color (decimal): -7323518 or 8536208. OLE color: 8536208.
HSL color Cylindrical-coordinate representation of color #904082: hue angle of 310.5º 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 #904082 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 64 | 130 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.44 |
| HSL | 310.5º | 0.38% | 0.41% | - |
| HSV(B) | 310.5º | 0.56% | 0.56% | - |
| XYZ | 17.36 | 11.21 | 22.37 | - |
| YUV | 95.44 | 147.5 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 64 | 130 | 0 | 0.56 | 0.10 | 0.44 | 310.5 | 0.38 | 0.41 |
| Hex | 90 | 40 | 82 | 0 | 38 | A | 2C | 136 | 26 | 29 |
| Octal | 220 | 100 | 202 | 0 | 70 | 12 | 54 | 466 | 46 | 51 |
| Binary | 10010000 | 1000000 | 10000010 | 0 | 111000 | 1010 | 101100 | 100110110 | 100110 | 101001 |
Color Harmonies of #904082
Complementary color
Monochromatic Colors of #904082
Black with #904082
Text Example
Text Example
White with #904082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904082; }
p { color: rgb(144,64,130); }
H1.HeaderClassName
{
color: #904082;
}
.AnyTagClassName
{
color: #904082;
}
</style>
background-color css
<style>
a { background-color: #904082; }
a { background-color: rgb(144,64,130); }
div.DivClassName
{
background-color: #904082;
}
.BgClassName
{
background-color: #904082;
}
</style>
border-color css
<style>
span { border-color: #904082; }
span { border-color: rgb(144,64,130); }
td.TdClassName
{
border-color: #904082;
}
.TagClassName
{
border-color: #904082;
}
</style>