Shades of Dark Purple #982C78
Tints of Dark Purple #982C78
RGB
CMYK
RGB Variations
Color information
#982C78 (or 0x982C78) is known color: Dark Purple. HEX triplet: 98, 2C and 78. RGB value is (152,44,120). Sum of RGB (Red+Green+Blue) = 152+44+120=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #982C78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982C78 is #67D387. Grayscale: #545454. Windows color (decimal): -6804360 or 7875736. OLE color: 7875736.
HSL color Cylindrical-coordinate representation of color #982C78: hue angle of 317.78º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #982C78 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 44 | 120 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.40 |
| HSL | 317.78º | 0.55% | 0.38% | - |
| HSV(B) | 317.78º | 0.71% | 0.6% | - |
| XYZ | 17.24 | 9.83 | 18.76 | - |
| YUV | 84.96 | 147.78 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 44 | 120 | 0 | 0.71 | 0.21 | 0.40 | 317.78 | 0.55 | 0.38 |
| Hex | 98 | 2C | 78 | 0 | 47 | 15 | 28 | 13E | 37 | 26 |
| Octal | 230 | 54 | 170 | 0 | 107 | 25 | 50 | 476 | 67 | 46 |
| Binary | 10011000 | 101100 | 1111000 | 0 | 1000111 | 10101 | 101000 | 100111110 | 110111 | 100110 |
Color Harmonies of #982C78
Complementary color
Monochromatic Colors of #982C78
Black with #982C78
Text Example
Text Example
White with #982C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982C78; }
p { color: rgb(152,44,120); }
H1.HeaderClassName
{
color: #982C78;
}
.AnyTagClassName
{
color: #982C78;
}
</style>
background-color css
<style>
a { background-color: #982C78; }
a { background-color: rgb(152,44,120); }
div.DivClassName
{
background-color: #982C78;
}
.BgClassName
{
background-color: #982C78;
}
</style>
border-color css
<style>
span { border-color: #982C78; }
span { border-color: rgb(152,44,120); }
td.TdClassName
{
border-color: #982C78;
}
.TagClassName
{
border-color: #982C78;
}
</style>