Shades of Dark Purple #944079
Tints of Dark Purple #944079
RGB
CMYK
RGB Variations
Color information
#944079 (or 0x944079) is known color: Dark Purple. HEX triplet: 94, 40 and 79. RGB value is (148,64,121). Sum of RGB (Red+Green+Blue) = 148+64+121=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 148 - color contains mainly: red. Hex color #944079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944079 is #6BBF86. Grayscale: #5F5F5F. Windows color (decimal): -7061383 or 7946388. OLE color: 7946388.
HSL color Cylindrical-coordinate representation of color #944079: hue angle of 319.29º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #944079 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 64 | 121 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.42 |
| HSL | 319.29º | 0.4% | 0.42% | - |
| HSV(B) | 319.29º | 0.57% | 0.58% | - |
| XYZ | 17.5 | 11.34 | 19.36 | - |
| YUV | 95.61 | 142.33 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 64 | 121 | 0 | 0.57 | 0.18 | 0.42 | 319.29 | 0.4 | 0.42 |
| Hex | 94 | 40 | 79 | 0 | 39 | 12 | 2A | 13F | 28 | 2A |
| Octal | 224 | 100 | 171 | 0 | 71 | 22 | 52 | 477 | 50 | 52 |
| Binary | 10010100 | 1000000 | 1111001 | 0 | 111001 | 10010 | 101010 | 100111111 | 101000 | 101010 |
Color Harmonies of #944079
Complementary color
Monochromatic Colors of #944079
Black with #944079
Text Example
Text Example
White with #944079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944079; }
p { color: rgb(148,64,121); }
H1.HeaderClassName
{
color: #944079;
}
.AnyTagClassName
{
color: #944079;
}
</style>
background-color css
<style>
a { background-color: #944079; }
a { background-color: rgb(148,64,121); }
div.DivClassName
{
background-color: #944079;
}
.BgClassName
{
background-color: #944079;
}
</style>
border-color css
<style>
span { border-color: #944079; }
span { border-color: rgb(148,64,121); }
td.TdClassName
{
border-color: #944079;
}
.TagClassName
{
border-color: #944079;
}
</style>