Shades of Dark Purple #982178
Tints of Dark Purple #982178
RGB
CMYK
RGB Variations
Color information
#982178 (or 0x982178) is known color: Dark Purple. HEX triplet: 98, 21 and 78. RGB value is (152,33,120). Sum of RGB (Red+Green+Blue) = 152+33+120=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #982178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982178 is #67DE87. Grayscale: #4E4E4E. Windows color (decimal): -6807176 or 7872920. OLE color: 7872920.
HSL color Cylindrical-coordinate representation of color #982178: hue angle of 316.13º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #982178 is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 33 | 120 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.40 |
| HSL | 316.13º | 0.64% | 0.36% | - |
| HSV(B) | 316.13º | 0.78% | 0.6% | - |
| XYZ | 16.88 | 9.12 | 18.64 | - |
| YUV | 78.5 | 151.42 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 33 | 120 | 0 | 0.78 | 0.21 | 0.40 | 316.13 | 0.64 | 0.36 |
| Hex | 98 | 21 | 78 | 0 | 4E | 15 | 28 | 13C | 40 | 24 |
| Octal | 230 | 41 | 170 | 0 | 116 | 25 | 50 | 474 | 100 | 44 |
| Binary | 10011000 | 100001 | 1111000 | 0 | 1001110 | 10101 | 101000 | 100111100 | 1000000 | 100100 |
Color Harmonies of #982178
Complementary color
Monochromatic Colors of #982178
Black with #982178
Text Example
Text Example
White with #982178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982178; }
p { color: rgb(152,33,120); }
H1.HeaderClassName
{
color: #982178;
}
.AnyTagClassName
{
color: #982178;
}
</style>
background-color css
<style>
a { background-color: #982178; }
a { background-color: rgb(152,33,120); }
div.DivClassName
{
background-color: #982178;
}
.BgClassName
{
background-color: #982178;
}
</style>
border-color css
<style>
span { border-color: #982178; }
span { border-color: rgb(152,33,120); }
td.TdClassName
{
border-color: #982178;
}
.TagClassName
{
border-color: #982178;
}
</style>