Shades of Dark Purple #941979
Tints of Dark Purple #941979
RGB
CMYK
RGB Variations
Color information
#941979 (or 0x941979) is known color: Dark Purple. HEX triplet: 94, 19 and 79. RGB value is (148,25,121). Sum of RGB (Red+Green+Blue) = 148+25+121=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 121 (47.66% from 255 or 41.16% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #941979 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941979 is #6BE686. Grayscale: #484848. Windows color (decimal): -7071367 or 7936404. OLE color: 7936404.
HSL color Cylindrical-coordinate representation of color #941979: hue angle of 313.17º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #941979 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 25 | 121 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.42 |
| HSL | 313.17º | 0.71% | 0.34% | - |
| HSV(B) | 313.17º | 0.83% | 0.58% | - |
| XYZ | 16.01 | 8.37 | 18.86 | - |
| YUV | 72.72 | 155.25 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 25 | 121 | 0 | 0.83 | 0.18 | 0.42 | 313.17 | 0.71 | 0.34 |
| Hex | 94 | 19 | 79 | 0 | 53 | 12 | 2A | 139 | 47 | 22 |
| Octal | 224 | 31 | 171 | 0 | 123 | 22 | 52 | 471 | 107 | 42 |
| Binary | 10010100 | 11001 | 1111001 | 0 | 1010011 | 10010 | 101010 | 100111001 | 1000111 | 100010 |
Color Harmonies of #941979
Complementary color
Monochromatic Colors of #941979
Black with #941979
Text Example
Text Example
White with #941979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941979; }
p { color: rgb(148,25,121); }
H1.HeaderClassName
{
color: #941979;
}
.AnyTagClassName
{
color: #941979;
}
</style>
background-color css
<style>
a { background-color: #941979; }
a { background-color: rgb(148,25,121); }
div.DivClassName
{
background-color: #941979;
}
.BgClassName
{
background-color: #941979;
}
</style>
border-color css
<style>
span { border-color: #941979; }
span { border-color: rgb(148,25,121); }
td.TdClassName
{
border-color: #941979;
}
.TagClassName
{
border-color: #941979;
}
</style>