Shades of Dark Purple #983178
Tints of Dark Purple #983178
RGB
CMYK
RGB Variations
Color information
#983178 (or 0x983178) is known color: Dark Purple. HEX triplet: 98, 31 and 78. RGB value is (152,49,120). Sum of RGB (Red+Green+Blue) = 152+49+120=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #983178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983178 is #67CE87. Grayscale: #575757. Windows color (decimal): -6803080 or 7877016. OLE color: 7877016.
HSL color Cylindrical-coordinate representation of color #983178: hue angle of 318.64º 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 #983178 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 49 | 120 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.40 |
| HSL | 318.64º | 0.51% | 0.39% | - |
| HSV(B) | 318.64º | 0.68% | 0.6% | - |
| XYZ | 17.44 | 10.23 | 18.82 | - |
| YUV | 87.89 | 146.12 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 49 | 120 | 0 | 0.68 | 0.21 | 0.40 | 318.64 | 0.51 | 0.39 |
| Hex | 98 | 31 | 78 | 0 | 44 | 15 | 28 | 13F | 33 | 27 |
| Octal | 230 | 61 | 170 | 0 | 104 | 25 | 50 | 477 | 63 | 47 |
| Binary | 10011000 | 110001 | 1111000 | 0 | 1000100 | 10101 | 101000 | 100111111 | 110011 | 100111 |
Color Harmonies of #983178
Complementary color
Monochromatic Colors of #983178
Black with #983178
Text Example
Text Example
White with #983178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983178; }
p { color: rgb(152,49,120); }
H1.HeaderClassName
{
color: #983178;
}
.AnyTagClassName
{
color: #983178;
}
</style>
background-color css
<style>
a { background-color: #983178; }
a { background-color: rgb(152,49,120); }
div.DivClassName
{
background-color: #983178;
}
.BgClassName
{
background-color: #983178;
}
</style>
border-color css
<style>
span { border-color: #983178; }
span { border-color: rgb(152,49,120); }
td.TdClassName
{
border-color: #983178;
}
.TagClassName
{
border-color: #983178;
}
</style>