Shades of Dark Purple #983085
Tints of Dark Purple #983085
RGB
CMYK
RGB Variations
Color information
#983085 (or 0x983085) is known color: Dark Purple. HEX triplet: 98, 30 and 85. RGB value is (152,48,133). Sum of RGB (Red+Green+Blue) = 152+48+133=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #983085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983085 is #67CF7A. Grayscale: #585858. Windows color (decimal): -6803323 or 8728728. OLE color: 8728728.
HSL color Cylindrical-coordinate representation of color #983085: hue angle of 310.96º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983085 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 48 | 133 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.40 |
| HSL | 310.96º | 0.52% | 0.39% | - |
| HSV(B) | 310.96º | 0.68% | 0.6% | - |
| XYZ | 18.24 | 10.48 | 23.25 | - |
| YUV | 88.79 | 152.96 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 48 | 133 | 0 | 0.68 | 0.13 | 0.40 | 310.96 | 0.52 | 0.39 |
| Hex | 98 | 30 | 85 | 0 | 44 | D | 28 | 137 | 34 | 27 |
| Octal | 230 | 60 | 205 | 0 | 104 | 15 | 50 | 467 | 64 | 47 |
| Binary | 10011000 | 110000 | 10000101 | 0 | 1000100 | 1101 | 101000 | 100110111 | 110100 | 100111 |
Color Harmonies of #983085
Complementary color
Monochromatic Colors of #983085
Black with #983085
Text Example
Text Example
White with #983085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983085; }
p { color: rgb(152,48,133); }
H1.HeaderClassName
{
color: #983085;
}
.AnyTagClassName
{
color: #983085;
}
</style>
background-color css
<style>
a { background-color: #983085; }
a { background-color: rgb(152,48,133); }
div.DivClassName
{
background-color: #983085;
}
.BgClassName
{
background-color: #983085;
}
</style>
border-color css
<style>
span { border-color: #983085; }
span { border-color: rgb(152,48,133); }
td.TdClassName
{
border-color: #983085;
}
.TagClassName
{
border-color: #983085;
}
</style>