Shades of Dark Purple #981C7B
Tints of Dark Purple #981C7B
RGB
CMYK
RGB Variations
Color information
#981C7B (or 0x981C7B) is known color: Dark Purple. HEX triplet: 98, 1C and 7B. RGB value is (152,28,123). Sum of RGB (Red+Green+Blue) = 152+28+123=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #981C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981C7B is #67E384. Grayscale: #4B4B4B. Windows color (decimal): -6808453 or 8068248. OLE color: 8068248.
HSL color Cylindrical-coordinate representation of color #981C7B: hue angle of 314.03º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #981C7B is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 28 | 123 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.40 |
| HSL | 314.03º | 0.69% | 0.35% | - |
| HSV(B) | 314.03º | 0.82% | 0.6% | - |
| XYZ | 16.94 | 8.94 | 19.57 | - |
| YUV | 75.91 | 154.58 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 28 | 123 | 0 | 0.82 | 0.19 | 0.40 | 314.03 | 0.69 | 0.35 |
| Hex | 98 | 1C | 7B | 0 | 52 | 13 | 28 | 13A | 45 | 23 |
| Octal | 230 | 34 | 173 | 0 | 122 | 23 | 50 | 472 | 105 | 43 |
| Binary | 10011000 | 11100 | 1111011 | 0 | 1010010 | 10011 | 101000 | 100111010 | 1000101 | 100011 |
Color Harmonies of #981C7B
Complementary color
Monochromatic Colors of #981C7B
Black with #981C7B
Text Example
Text Example
White with #981C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981C7B; }
p { color: rgb(152,28,123); }
H1.HeaderClassName
{
color: #981C7B;
}
.AnyTagClassName
{
color: #981C7B;
}
</style>
background-color css
<style>
a { background-color: #981C7B; }
a { background-color: rgb(152,28,123); }
div.DivClassName
{
background-color: #981C7B;
}
.BgClassName
{
background-color: #981C7B;
}
</style>
border-color css
<style>
span { border-color: #981C7B; }
span { border-color: rgb(152,28,123); }
td.TdClassName
{
border-color: #981C7B;
}
.TagClassName
{
border-color: #981C7B;
}
</style>