Shades of Dark Purple #942D79
Tints of Dark Purple #942D79
RGB
CMYK
RGB Variations
Color information
#942D79 (or 0x942D79) is known color: Dark Purple. HEX triplet: 94, 2D and 79. RGB value is (148,45,121). Sum of RGB (Red+Green+Blue) = 148+45+121=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #942D79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942D79 is #6BD286. Grayscale: #545454. Windows color (decimal): -7066247 or 7941524. OLE color: 7941524.
HSL color Cylindrical-coordinate representation of color #942D79: hue angle of 315.73º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #942D79 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 45 | 121 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.42 |
| HSL | 315.73º | 0.53% | 0.38% | - |
| HSV(B) | 315.73º | 0.7% | 0.58% | - |
| XYZ | 16.6 | 9.55 | 19.06 | - |
| YUV | 84.46 | 148.62 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 45 | 121 | 0 | 0.70 | 0.18 | 0.42 | 315.73 | 0.53 | 0.38 |
| Hex | 94 | 2D | 79 | 0 | 46 | 12 | 2A | 13C | 35 | 26 |
| Octal | 224 | 55 | 171 | 0 | 106 | 22 | 52 | 474 | 65 | 46 |
| Binary | 10010100 | 101101 | 1111001 | 0 | 1000110 | 10010 | 101010 | 100111100 | 110101 | 100110 |
Color Harmonies of #942D79
Complementary color
Monochromatic Colors of #942D79
Black with #942D79
Text Example
Text Example
White with #942D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942D79; }
p { color: rgb(148,45,121); }
H1.HeaderClassName
{
color: #942D79;
}
.AnyTagClassName
{
color: #942D79;
}
</style>
background-color css
<style>
a { background-color: #942D79; }
a { background-color: rgb(148,45,121); }
div.DivClassName
{
background-color: #942D79;
}
.BgClassName
{
background-color: #942D79;
}
</style>
border-color css
<style>
span { border-color: #942D79; }
span { border-color: rgb(148,45,121); }
td.TdClassName
{
border-color: #942D79;
}
.TagClassName
{
border-color: #942D79;
}
</style>