Shades of Dark Purple #983888
Tints of Dark Purple #983888
RGB
CMYK
RGB Variations
Color information
#983888 (or 0x983888) is known color: Dark Purple. HEX triplet: 98, 38 and 88. RGB value is (152,56,136). Sum of RGB (Red+Green+Blue) = 152+56+136=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 152 - color contains mainly: red. Hex color #983888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983888 is #67C777. Grayscale: #5D5D5D. Windows color (decimal): -6801272 or 8927384. OLE color: 8927384.
HSL color Cylindrical-coordinate representation of color #983888: hue angle of 310º 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 #983888 is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 56 | 136 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.40 |
| HSL | 310º | 0.46% | 0.41% | - |
| HSV(B) | 310º | 0.63% | 0.6% | - |
| XYZ | 18.81 | 11.28 | 24.48 | - |
| YUV | 93.82 | 151.8 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 56 | 136 | 0 | 0.63 | 0.11 | 0.40 | 310 | 0.46 | 0.41 |
| Hex | 98 | 38 | 88 | 0 | 3F | B | 28 | 136 | 2E | 29 |
| Octal | 230 | 70 | 210 | 0 | 77 | 13 | 50 | 466 | 56 | 51 |
| Binary | 10011000 | 111000 | 10001000 | 0 | 111111 | 1011 | 101000 | 100110110 | 101110 | 101001 |
Color Harmonies of #983888
Complementary color
Monochromatic Colors of #983888
Black with #983888
Text Example
Text Example
White with #983888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983888; }
p { color: rgb(152,56,136); }
H1.HeaderClassName
{
color: #983888;
}
.AnyTagClassName
{
color: #983888;
}
</style>
background-color css
<style>
a { background-color: #983888; }
a { background-color: rgb(152,56,136); }
div.DivClassName
{
background-color: #983888;
}
.BgClassName
{
background-color: #983888;
}
</style>
border-color css
<style>
span { border-color: #983888; }
span { border-color: rgb(152,56,136); }
td.TdClassName
{
border-color: #983888;
}
.TagClassName
{
border-color: #983888;
}
</style>