Shades of Dark Purple #983889
Tints of Dark Purple #983889
RGB
CMYK
RGB Variations
Color information
#983889 (or 0x983889) is known color: Dark Purple. HEX triplet: 98, 38 and 89. RGB value is (152,56,137). Sum of RGB (Red+Green+Blue) = 152+56+137=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 152 - color contains mainly: red. Hex color #983889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983889 is #67C776. Grayscale: #5D5D5D. Windows color (decimal): -6801271 or 8992920. OLE color: 8992920.
HSL color Cylindrical-coordinate representation of color #983889: hue angle of 309.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 #983889 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 56 | 137 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.40 |
| HSL | 309.38º | 0.46% | 0.41% | - |
| HSV(B) | 309.38º | 0.63% | 0.6% | - |
| XYZ | 18.88 | 11.31 | 24.85 | - |
| YUV | 93.94 | 152.3 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 56 | 137 | 0 | 0.63 | 0.10 | 0.40 | 309.38 | 0.46 | 0.41 |
| Hex | 98 | 38 | 89 | 0 | 3F | A | 28 | 135 | 2E | 29 |
| Octal | 230 | 70 | 211 | 0 | 77 | 12 | 50 | 465 | 56 | 51 |
| Binary | 10011000 | 111000 | 10001001 | 0 | 111111 | 1010 | 101000 | 100110101 | 101110 | 101001 |
Color Harmonies of #983889
Complementary color
Monochromatic Colors of #983889
Black with #983889
Text Example
Text Example
White with #983889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983889; }
p { color: rgb(152,56,137); }
H1.HeaderClassName
{
color: #983889;
}
.AnyTagClassName
{
color: #983889;
}
</style>
background-color css
<style>
a { background-color: #983889; }
a { background-color: rgb(152,56,137); }
div.DivClassName
{
background-color: #983889;
}
.BgClassName
{
background-color: #983889;
}
</style>
border-color css
<style>
span { border-color: #983889; }
span { border-color: rgb(152,56,137); }
td.TdClassName
{
border-color: #983889;
}
.TagClassName
{
border-color: #983889;
}
</style>