Shades of Dark Purple #942C78
Tints of Dark Purple #942C78
RGB
CMYK
RGB Variations
Color information
#942C78 (or 0x942C78) is known color: Dark Purple. HEX triplet: 94, 2C and 78. RGB value is (148,44,120). Sum of RGB (Red+Green+Blue) = 148+44+120=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #942C78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942C78 is #6BD387. Grayscale: #535353. Windows color (decimal): -7066504 or 7875732. OLE color: 7875732.
HSL color Cylindrical-coordinate representation of color #942C78: hue angle of 316.15º degrees, saturation: 0.54, 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 #942C78 is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 44 | 120 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.42 |
| HSL | 316.15º | 0.54% | 0.38% | - |
| HSV(B) | 316.15º | 0.7% | 0.58% | - |
| XYZ | 16.5 | 9.45 | 18.72 | - |
| YUV | 83.76 | 148.46 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 44 | 120 | 0 | 0.70 | 0.19 | 0.42 | 316.15 | 0.54 | 0.38 |
| Hex | 94 | 2C | 78 | 0 | 46 | 13 | 2A | 13C | 36 | 26 |
| Octal | 224 | 54 | 170 | 0 | 106 | 23 | 52 | 474 | 66 | 46 |
| Binary | 10010100 | 101100 | 1111000 | 0 | 1000110 | 10011 | 101010 | 100111100 | 110110 | 100110 |
Color Harmonies of #942C78
Complementary color
Monochromatic Colors of #942C78
Black with #942C78
Text Example
Text Example
White with #942C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942C78; }
p { color: rgb(148,44,120); }
H1.HeaderClassName
{
color: #942C78;
}
.AnyTagClassName
{
color: #942C78;
}
</style>
background-color css
<style>
a { background-color: #942C78; }
a { background-color: rgb(148,44,120); }
div.DivClassName
{
background-color: #942C78;
}
.BgClassName
{
background-color: #942C78;
}
</style>
border-color css
<style>
span { border-color: #942C78; }
span { border-color: rgb(148,44,120); }
td.TdClassName
{
border-color: #942C78;
}
.TagClassName
{
border-color: #942C78;
}
</style>