Shades of Dark Purple #983B85
Tints of Dark Purple #983B85
RGB
CMYK
RGB Variations
Color information
#983B85 (or 0x983B85) is known color: Dark Purple. HEX triplet: 98, 3B and 85. RGB value is (152,59,133). Sum of RGB (Red+Green+Blue) = 152+59+133=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 59 (23.44% from 255 or 17.15% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 152 - color contains mainly: red. Hex color #983B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983B85 is #67C47A. Grayscale: #5F5F5F. Windows color (decimal): -6800507 or 8731544. OLE color: 8731544.
HSL color Cylindrical-coordinate representation of color #983B85: hue angle of 312.26º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #983B85 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 59 | 133 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.40 |
| HSL | 312.26º | 0.44% | 0.41% | - |
| HSV(B) | 312.26º | 0.61% | 0.6% | - |
| XYZ | 18.75 | 11.5 | 23.42 | - |
| YUV | 95.24 | 149.31 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 59 | 133 | 0 | 0.61 | 0.13 | 0.40 | 312.26 | 0.44 | 0.41 |
| Hex | 98 | 3B | 85 | 0 | 3D | D | 28 | 138 | 2C | 29 |
| Octal | 230 | 73 | 205 | 0 | 75 | 15 | 50 | 470 | 54 | 51 |
| Binary | 10011000 | 111011 | 10000101 | 0 | 111101 | 1101 | 101000 | 100111000 | 101100 | 101001 |
Color Harmonies of #983B85
Complementary color
Monochromatic Colors of #983B85
Black with #983B85
Text Example
Text Example
White with #983B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983B85; }
p { color: rgb(152,59,133); }
H1.HeaderClassName
{
color: #983B85;
}
.AnyTagClassName
{
color: #983B85;
}
</style>
background-color css
<style>
a { background-color: #983B85; }
a { background-color: rgb(152,59,133); }
div.DivClassName
{
background-color: #983B85;
}
.BgClassName
{
background-color: #983B85;
}
</style>
border-color css
<style>
span { border-color: #983B85; }
span { border-color: rgb(152,59,133); }
td.TdClassName
{
border-color: #983B85;
}
.TagClassName
{
border-color: #983B85;
}
</style>