Shades of Dark Purple #982784
Tints of Dark Purple #982784
RGB
CMYK
RGB Variations
Color information
#982784 (or 0x982784) is known color: Dark Purple. HEX triplet: 98, 27 and 84. RGB value is (152,39,132). Sum of RGB (Red+Green+Blue) = 152+39+132=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #982784 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982784 is #67D87B. Grayscale: #535353. Windows color (decimal): -6805628 or 8660888. OLE color: 8660888.
HSL color Cylindrical-coordinate representation of color #982784: hue angle of 310.62º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #982784 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 39 | 132 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.40 |
| HSL | 310.62º | 0.59% | 0.37% | - |
| HSV(B) | 310.62º | 0.74% | 0.6% | - |
| XYZ | 17.84 | 9.79 | 22.78 | - |
| YUV | 83.39 | 155.44 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 39 | 132 | 0 | 0.74 | 0.13 | 0.40 | 310.62 | 0.59 | 0.37 |
| Hex | 98 | 27 | 84 | 0 | 4A | D | 28 | 137 | 3B | 25 |
| Octal | 230 | 47 | 204 | 0 | 112 | 15 | 50 | 467 | 73 | 45 |
| Binary | 10011000 | 100111 | 10000100 | 0 | 1001010 | 1101 | 101000 | 100110111 | 111011 | 100101 |
Color Harmonies of #982784
Complementary color
Monochromatic Colors of #982784
Black with #982784
Text Example
Text Example
White with #982784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982784; }
p { color: rgb(152,39,132); }
H1.HeaderClassName
{
color: #982784;
}
.AnyTagClassName
{
color: #982784;
}
</style>
background-color css
<style>
a { background-color: #982784; }
a { background-color: rgb(152,39,132); }
div.DivClassName
{
background-color: #982784;
}
.BgClassName
{
background-color: #982784;
}
</style>
border-color css
<style>
span { border-color: #982784; }
span { border-color: rgb(152,39,132); }
td.TdClassName
{
border-color: #982784;
}
.TagClassName
{
border-color: #982784;
}
</style>