Shades of Dark Purple #984084
Tints of Dark Purple #984084
RGB
CMYK
RGB Variations
Color information
#984084 (or 0x984084) is known color: Dark Purple. HEX triplet: 98, 40 and 84. RGB value is (152,64,132). Sum of RGB (Red+Green+Blue) = 152+64+132=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #984084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984084 is #67BF7B. Grayscale: #616161. Windows color (decimal): -6799228 or 8667288. OLE color: 8667288.
HSL color Cylindrical-coordinate representation of color #984084: hue angle of 313.64º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #984084 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 64 | 132 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.40 |
| HSL | 313.64º | 0.41% | 0.42% | - |
| HSV(B) | 313.64º | 0.58% | 0.6% | - |
| XYZ | 18.95 | 12.01 | 23.15 | - |
| YUV | 98.06 | 147.15 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 64 | 132 | 0 | 0.58 | 0.13 | 0.40 | 313.64 | 0.41 | 0.42 |
| Hex | 98 | 40 | 84 | 0 | 3A | D | 28 | 13A | 29 | 2A |
| Octal | 230 | 100 | 204 | 0 | 72 | 15 | 50 | 472 | 51 | 52 |
| Binary | 10011000 | 1000000 | 10000100 | 0 | 111010 | 1101 | 101000 | 100111010 | 101001 | 101010 |
Color Harmonies of #984084
Complementary color
Monochromatic Colors of #984084
Black with #984084
Text Example
Text Example
White with #984084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984084; }
p { color: rgb(152,64,132); }
H1.HeaderClassName
{
color: #984084;
}
.AnyTagClassName
{
color: #984084;
}
</style>
background-color css
<style>
a { background-color: #984084; }
a { background-color: rgb(152,64,132); }
div.DivClassName
{
background-color: #984084;
}
.BgClassName
{
background-color: #984084;
}
</style>
border-color css
<style>
span { border-color: #984084; }
span { border-color: rgb(152,64,132); }
td.TdClassName
{
border-color: #984084;
}
.TagClassName
{
border-color: #984084;
}
</style>