Shades of Dark Purple #982C74
Tints of Dark Purple #982C74
RGB
CMYK
RGB Variations
Color information
#982C74 (or 0x982C74) is known color: Dark Purple. HEX triplet: 98, 2C and 74. RGB value is (152,44,116). Sum of RGB (Red+Green+Blue) = 152+44+116=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #982C74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982C74 is #67D38B. Grayscale: #545454. Windows color (decimal): -6804364 or 7613592. OLE color: 7613592.
HSL color Cylindrical-coordinate representation of color #982C74: hue angle of 320º 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 #982C74 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 44 | 116 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.40 |
| HSL | 320º | 0.55% | 0.38% | - |
| HSV(B) | 320º | 0.71% | 0.6% | - |
| XYZ | 17 | 9.74 | 17.51 | - |
| YUV | 84.5 | 145.78 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 44 | 116 | 0 | 0.71 | 0.24 | 0.40 | 320 | 0.55 | 0.38 |
| Hex | 98 | 2C | 74 | 0 | 47 | 18 | 28 | 140 | 37 | 26 |
| Octal | 230 | 54 | 164 | 0 | 107 | 30 | 50 | 500 | 67 | 46 |
| Binary | 10011000 | 101100 | 1110100 | 0 | 1000111 | 11000 | 101000 | 101000000 | 110111 | 100110 |
Color Harmonies of #982C74
Complementary color
Monochromatic Colors of #982C74
Black with #982C74
Text Example
Text Example
White with #982C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982C74; }
p { color: rgb(152,44,116); }
H1.HeaderClassName
{
color: #982C74;
}
.AnyTagClassName
{
color: #982C74;
}
</style>
background-color css
<style>
a { background-color: #982C74; }
a { background-color: rgb(152,44,116); }
div.DivClassName
{
background-color: #982C74;
}
.BgClassName
{
background-color: #982C74;
}
</style>
border-color css
<style>
span { border-color: #982C74; }
span { border-color: rgb(152,44,116); }
td.TdClassName
{
border-color: #982C74;
}
.TagClassName
{
border-color: #982C74;
}
</style>