Shades of Dark Purple #981D8B
Tints of Dark Purple #981D8B
RGB
CMYK
RGB Variations
Color information
#981D8B (or 0x981D8B) is known color: Dark Purple. HEX triplet: 98, 1D and 8B. RGB value is (152,29,139). Sum of RGB (Red+Green+Blue) = 152+29+139=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 29 (11.72% from 255 or 9.06% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #981D8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981D8B is #67E274. Grayscale: #4E4E4E. Windows color (decimal): -6808181 or 9117080. OLE color: 9117080.
HSL color Cylindrical-coordinate representation of color #981D8B: hue angle of 306.34º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #981D8B is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 29 | 139 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.40 |
| HSL | 306.34º | 0.68% | 0.35% | - |
| HSV(B) | 306.34º | 0.81% | 0.6% | - |
| XYZ | 18.05 | 9.42 | 25.29 | - |
| YUV | 78.32 | 162.25 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 29 | 139 | 0 | 0.81 | 0.09 | 0.40 | 306.34 | 0.68 | 0.35 |
| Hex | 98 | 1D | 8B | 0 | 51 | 9 | 28 | 132 | 44 | 23 |
| Octal | 230 | 35 | 213 | 0 | 121 | 11 | 50 | 462 | 104 | 43 |
| Binary | 10011000 | 11101 | 10001011 | 0 | 1010001 | 1001 | 101000 | 100110010 | 1000100 | 100011 |
Color Harmonies of #981D8B
Complementary color
Monochromatic Colors of #981D8B
Black with #981D8B
Text Example
Text Example
White with #981D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981D8B; }
p { color: rgb(152,29,139); }
H1.HeaderClassName
{
color: #981D8B;
}
.AnyTagClassName
{
color: #981D8B;
}
</style>
background-color css
<style>
a { background-color: #981D8B; }
a { background-color: rgb(152,29,139); }
div.DivClassName
{
background-color: #981D8B;
}
.BgClassName
{
background-color: #981D8B;
}
</style>
border-color css
<style>
span { border-color: #981D8B; }
span { border-color: rgb(152,29,139); }
td.TdClassName
{
border-color: #981D8B;
}
.TagClassName
{
border-color: #981D8B;
}
</style>