Shades of Dark Purple #983176
Tints of Dark Purple #983176
RGB
CMYK
RGB Variations
Color information
#983176 (or 0x983176) is known color: Dark Purple. HEX triplet: 98, 31 and 76. RGB value is (152,49,118). Sum of RGB (Red+Green+Blue) = 152+49+118=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #983176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983176 is #67CE89. Grayscale: #575757. Windows color (decimal): -6803082 or 7745944. OLE color: 7745944.
HSL color Cylindrical-coordinate representation of color #983176: hue angle of 319.81º degrees, saturation: 0.51, 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 #983176 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 49 | 118 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.40 |
| HSL | 319.81º | 0.51% | 0.39% | - |
| HSV(B) | 319.81º | 0.68% | 0.6% | - |
| XYZ | 17.32 | 10.18 | 18.19 | - |
| YUV | 87.66 | 145.12 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 49 | 118 | 0 | 0.68 | 0.22 | 0.40 | 319.81 | 0.51 | 0.39 |
| Hex | 98 | 31 | 76 | 0 | 44 | 16 | 28 | 140 | 33 | 27 |
| Octal | 230 | 61 | 166 | 0 | 104 | 26 | 50 | 500 | 63 | 47 |
| Binary | 10011000 | 110001 | 1110110 | 0 | 1000100 | 10110 | 101000 | 101000000 | 110011 | 100111 |
Color Harmonies of #983176
Complementary color
Monochromatic Colors of #983176
Black with #983176
Text Example
Text Example
White with #983176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983176; }
p { color: rgb(152,49,118); }
H1.HeaderClassName
{
color: #983176;
}
.AnyTagClassName
{
color: #983176;
}
</style>
background-color css
<style>
a { background-color: #983176; }
a { background-color: rgb(152,49,118); }
div.DivClassName
{
background-color: #983176;
}
.BgClassName
{
background-color: #983176;
}
</style>
border-color css
<style>
span { border-color: #983176; }
span { border-color: rgb(152,49,118); }
td.TdClassName
{
border-color: #983176;
}
.TagClassName
{
border-color: #983176;
}
</style>