Shades of Dark Purple #983881
Tints of Dark Purple #983881
RGB
CMYK
RGB Variations
Color information
#983881 (or 0x983881) is known color: Dark Purple. HEX triplet: 98, 38 and 81. RGB value is (152,56,129). Sum of RGB (Red+Green+Blue) = 152+56+129=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #983881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983881 is #67C77E. Grayscale: #5C5C5C. Windows color (decimal): -6801279 or 8468632. OLE color: 8468632.
HSL color Cylindrical-coordinate representation of color #983881: hue angle of 314.38º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #983881 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 56 | 129 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.40 |
| HSL | 314.38º | 0.46% | 0.41% | - |
| HSV(B) | 314.38º | 0.63% | 0.6% | - |
| XYZ | 18.33 | 11.09 | 21.94 | - |
| YUV | 93.03 | 148.3 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 56 | 129 | 0 | 0.63 | 0.15 | 0.40 | 314.38 | 0.46 | 0.41 |
| Hex | 98 | 38 | 81 | 0 | 3F | F | 28 | 13A | 2E | 29 |
| Octal | 230 | 70 | 201 | 0 | 77 | 17 | 50 | 472 | 56 | 51 |
| Binary | 10011000 | 111000 | 10000001 | 0 | 111111 | 1111 | 101000 | 100111010 | 101110 | 101001 |
Color Harmonies of #983881
Complementary color
Monochromatic Colors of #983881
Black with #983881
Text Example
Text Example
White with #983881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983881; }
p { color: rgb(152,56,129); }
H1.HeaderClassName
{
color: #983881;
}
.AnyTagClassName
{
color: #983881;
}
</style>
background-color css
<style>
a { background-color: #983881; }
a { background-color: rgb(152,56,129); }
div.DivClassName
{
background-color: #983881;
}
.BgClassName
{
background-color: #983881;
}
</style>
border-color css
<style>
span { border-color: #983881; }
span { border-color: rgb(152,56,129); }
td.TdClassName
{
border-color: #983881;
}
.TagClassName
{
border-color: #983881;
}
</style>