Shades of Dark Purple #981378
Tints of Dark Purple #981378
RGB
CMYK
RGB Variations
Color information
#981378 (or 0x981378) is known color: Dark Purple. HEX triplet: 98, 13 and 78. RGB value is (152,19,120). Sum of RGB (Red+Green+Blue) = 152+19+120=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 120 (47.27% from 255 or 41.24% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #981378 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981378 is #67EC87. Grayscale: #464646. Windows color (decimal): -6810760 or 7869336. OLE color: 7869336.
HSL color Cylindrical-coordinate representation of color #981378: hue angle of 314.44º 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 #981378 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 19 | 120 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.40 |
| HSL | 314.44º | 0.78% | 0.34% | - |
| HSV(B) | 314.44º | 0.88% | 0.6% | - |
| XYZ | 16.57 | 8.5 | 18.54 | - |
| YUV | 70.28 | 156.06 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 19 | 120 | 0 | 0.87 | 0.21 | 0.40 | 314.44 | 0.78 | 0.34 |
| Hex | 98 | 13 | 78 | 0 | 57 | 15 | 28 | 13A | 4E | 22 |
| Octal | 230 | 23 | 170 | 0 | 127 | 25 | 50 | 472 | 116 | 42 |
| Binary | 10011000 | 10011 | 1111000 | 0 | 1010111 | 10101 | 101000 | 100111010 | 1001110 | 100010 |
Color Harmonies of #981378
Complementary color
Monochromatic Colors of #981378
Black with #981378
Text Example
Text Example
White with #981378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981378; }
p { color: rgb(152,19,120); }
H1.HeaderClassName
{
color: #981378;
}
.AnyTagClassName
{
color: #981378;
}
</style>
background-color css
<style>
a { background-color: #981378; }
a { background-color: rgb(152,19,120); }
div.DivClassName
{
background-color: #981378;
}
.BgClassName
{
background-color: #981378;
}
</style>
border-color css
<style>
span { border-color: #981378; }
span { border-color: rgb(152,19,120); }
td.TdClassName
{
border-color: #981378;
}
.TagClassName
{
border-color: #981378;
}
</style>