Shades of Dark Purple #982C6F
Tints of Dark Purple #982C6F
RGB
CMYK
RGB Variations
Color information
#982C6F (or 0x982C6F) is known color: Dark Purple. HEX triplet: 98, 2C and 6F. RGB value is (152,44,111). Sum of RGB (Red+Green+Blue) = 152+44+111=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #982C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982C6F is #67D390. Grayscale: #535353. Windows color (decimal): -6804369 or 7285912. OLE color: 7285912.
HSL color Cylindrical-coordinate representation of color #982C6F: hue angle of 322.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 #982C6F is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 44 | 111 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.40 |
| HSL | 322.78º | 0.55% | 0.38% | - |
| HSV(B) | 322.78º | 0.71% | 0.6% | - |
| XYZ | 16.72 | 9.62 | 16.02 | - |
| YUV | 83.93 | 143.28 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 44 | 111 | 0 | 0.71 | 0.27 | 0.40 | 322.78 | 0.55 | 0.38 |
| Hex | 98 | 2C | 6F | 0 | 47 | 1B | 28 | 143 | 37 | 26 |
| Octal | 230 | 54 | 157 | 0 | 107 | 33 | 50 | 503 | 67 | 46 |
| Binary | 10011000 | 101100 | 1101111 | 0 | 1000111 | 11011 | 101000 | 101000011 | 110111 | 100110 |
Color Harmonies of #982C6F
Complementary color
Monochromatic Colors of #982C6F
Black with #982C6F
Text Example
Text Example
White with #982C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982C6F; }
p { color: rgb(152,44,111); }
H1.HeaderClassName
{
color: #982C6F;
}
.AnyTagClassName
{
color: #982C6F;
}
</style>
background-color css
<style>
a { background-color: #982C6F; }
a { background-color: rgb(152,44,111); }
div.DivClassName
{
background-color: #982C6F;
}
.BgClassName
{
background-color: #982C6F;
}
</style>
border-color css
<style>
span { border-color: #982C6F; }
span { border-color: rgb(152,44,111); }
td.TdClassName
{
border-color: #982C6F;
}
.TagClassName
{
border-color: #982C6F;
}
</style>