Shades of Dark Purple #982672
Tints of Dark Purple #982672
RGB
CMYK
RGB Variations
Color information
#982672 (or 0x982672) is known color: Dark Purple. HEX triplet: 98, 26 and 72. RGB value is (152,38,114). Sum of RGB (Red+Green+Blue) = 152+38+114=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #982672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982672 is #67D98D. Grayscale: #505050. Windows color (decimal): -6805902 or 7480984. OLE color: 7480984.
HSL color Cylindrical-coordinate representation of color #982672: hue angle of 320º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #982672 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 38 | 114 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.40 |
| HSL | 320º | 0.6% | 0.37% | - |
| HSV(B) | 320º | 0.75% | 0.6% | - |
| XYZ | 16.68 | 9.28 | 16.83 | - |
| YUV | 80.75 | 146.77 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 38 | 114 | 0 | 0.75 | 0.25 | 0.40 | 320 | 0.6 | 0.37 |
| Hex | 98 | 26 | 72 | 0 | 4B | 19 | 28 | 140 | 3C | 25 |
| Octal | 230 | 46 | 162 | 0 | 113 | 31 | 50 | 500 | 74 | 45 |
| Binary | 10011000 | 100110 | 1110010 | 0 | 1001011 | 11001 | 101000 | 101000000 | 111100 | 100101 |
Color Harmonies of #982672
Complementary color
Monochromatic Colors of #982672
Black with #982672
Text Example
Text Example
White with #982672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982672; }
p { color: rgb(152,38,114); }
H1.HeaderClassName
{
color: #982672;
}
.AnyTagClassName
{
color: #982672;
}
</style>
background-color css
<style>
a { background-color: #982672; }
a { background-color: rgb(152,38,114); }
div.DivClassName
{
background-color: #982672;
}
.BgClassName
{
background-color: #982672;
}
</style>
border-color css
<style>
span { border-color: #982672; }
span { border-color: rgb(152,38,114); }
td.TdClassName
{
border-color: #982672;
}
.TagClassName
{
border-color: #982672;
}
</style>