Shades of Dark Purple #981379
Tints of Dark Purple #981379
RGB
CMYK
RGB Variations
Color information
#981379 (or 0x981379) is known color: Dark Purple. HEX triplet: 98, 13 and 79. RGB value is (152,19,121). Sum of RGB (Red+Green+Blue) = 152+19+121=292 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.05% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 121 (47.66% from 255 or 41.44% from 292); Max value from RGB is 152 - color contains mainly: red. Hex color #981379 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981379 is #67EC86. Grayscale: #464646. Windows color (decimal): -6810759 or 7934872. OLE color: 7934872.
HSL color Cylindrical-coordinate representation of color #981379: hue angle of 313.98º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981379 is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 19 | 121 | - |
| CMYK | 0 | 0.87 | 0.20 | 0.40 |
| HSL | 313.99º | 0.78% | 0.34% | - |
| HSV(B) | 313.99º | 0.88% | 0.6% | - |
| XYZ | 16.63 | 8.52 | 18.86 | - |
| YUV | 70.4 | 156.56 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 19 | 121 | 0 | 0.87 | 0.20 | 0.40 | 313.99 | 0.78 | 0.34 |
| Hex | 98 | 13 | 79 | 0 | 57 | 14 | 28 | 13A | 4E | 22 |
| Octal | 230 | 23 | 171 | 0 | 127 | 24 | 50 | 472 | 116 | 42 |
| Binary | 10011000 | 10011 | 1111001 | 0 | 1010111 | 10100 | 101000 | 100111010 | 1001110 | 100010 |
Color Harmonies of #981379
Complementary color
Monochromatic Colors of #981379
Black with #981379
Text Example
Text Example
White with #981379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981379; }
p { color: rgb(152,19,121); }
H1.HeaderClassName
{
color: #981379;
}
.AnyTagClassName
{
color: #981379;
}
</style>
background-color css
<style>
a { background-color: #981379; }
a { background-color: rgb(152,19,121); }
div.DivClassName
{
background-color: #981379;
}
.BgClassName
{
background-color: #981379;
}
</style>
border-color css
<style>
span { border-color: #981379; }
span { border-color: rgb(152,19,121); }
td.TdClassName
{
border-color: #981379;
}
.TagClassName
{
border-color: #981379;
}
</style>