Shades of Dark Purple #982483
Tints of Dark Purple #982483
RGB
CMYK
RGB Variations
Color information
#982483 (or 0x982483) is known color: Dark Purple. HEX triplet: 98, 24 and 83. RGB value is (152,36,131). Sum of RGB (Red+Green+Blue) = 152+36+131=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #982483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982483 is #67DB7C. Grayscale: #515151. Windows color (decimal): -6806397 or 8594584. OLE color: 8594584.
HSL color Cylindrical-coordinate representation of color #982483: hue angle of 310.86º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #982483 is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 36 | 131 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.40 |
| HSL | 310.86º | 0.62% | 0.37% | - |
| HSV(B) | 310.86º | 0.76% | 0.6% | - |
| XYZ | 17.68 | 9.58 | 22.39 | - |
| YUV | 81.51 | 155.93 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 36 | 131 | 0 | 0.76 | 0.14 | 0.40 | 310.86 | 0.62 | 0.37 |
| Hex | 98 | 24 | 83 | 0 | 4C | E | 28 | 137 | 3E | 25 |
| Octal | 230 | 44 | 203 | 0 | 114 | 16 | 50 | 467 | 76 | 45 |
| Binary | 10011000 | 100100 | 10000011 | 0 | 1001100 | 1110 | 101000 | 100110111 | 111110 | 100101 |
Color Harmonies of #982483
Complementary color
Monochromatic Colors of #982483
Black with #982483
Text Example
Text Example
White with #982483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982483; }
p { color: rgb(152,36,131); }
H1.HeaderClassName
{
color: #982483;
}
.AnyTagClassName
{
color: #982483;
}
</style>
background-color css
<style>
a { background-color: #982483; }
a { background-color: rgb(152,36,131); }
div.DivClassName
{
background-color: #982483;
}
.BgClassName
{
background-color: #982483;
}
</style>
border-color css
<style>
span { border-color: #982483; }
span { border-color: rgb(152,36,131); }
td.TdClassName
{
border-color: #982483;
}
.TagClassName
{
border-color: #982483;
}
</style>