Shades of Dark Purple #982F8B
Tints of Dark Purple #982F8B
RGB
CMYK
RGB Variations
Color information
#982F8B (or 0x982F8B) is known color: Dark Purple. HEX triplet: 98, 2F and 8B. RGB value is (152,47,139). Sum of RGB (Red+Green+Blue) = 152+47+139=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 47 (18.75% from 255 or 13.91% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #982F8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982F8B is #67D074. Grayscale: #585858. Windows color (decimal): -6803573 or 9121688. OLE color: 9121688.
HSL color Cylindrical-coordinate representation of color #982F8B: hue angle of 307.43º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #982F8B is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 47 | 139 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.40 |
| HSL | 307.43º | 0.53% | 0.39% | - |
| HSV(B) | 307.43º | 0.69% | 0.6% | - |
| XYZ | 18.63 | 10.57 | 25.49 | - |
| YUV | 88.88 | 156.29 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 47 | 139 | 0 | 0.69 | 0.09 | 0.40 | 307.43 | 0.53 | 0.39 |
| Hex | 98 | 2F | 8B | 0 | 45 | 9 | 28 | 133 | 35 | 27 |
| Octal | 230 | 57 | 213 | 0 | 105 | 11 | 50 | 463 | 65 | 47 |
| Binary | 10011000 | 101111 | 10001011 | 0 | 1000101 | 1001 | 101000 | 100110011 | 110101 | 100111 |
Color Harmonies of #982F8B
Complementary color
Monochromatic Colors of #982F8B
Black with #982F8B
Text Example
Text Example
White with #982F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982F8B; }
p { color: rgb(152,47,139); }
H1.HeaderClassName
{
color: #982F8B;
}
.AnyTagClassName
{
color: #982F8B;
}
</style>
background-color css
<style>
a { background-color: #982F8B; }
a { background-color: rgb(152,47,139); }
div.DivClassName
{
background-color: #982F8B;
}
.BgClassName
{
background-color: #982F8B;
}
</style>
border-color css
<style>
span { border-color: #982F8B; }
span { border-color: rgb(152,47,139); }
td.TdClassName
{
border-color: #982F8B;
}
.TagClassName
{
border-color: #982F8B;
}
</style>