Shades of Dark Purple #942D78
Tints of Dark Purple #942D78
RGB
CMYK
RGB Variations
Color information
#942D78 (or 0x942D78) is known color: Dark Purple. HEX triplet: 94, 2D and 78. RGB value is (148,45,120). Sum of RGB (Red+Green+Blue) = 148+45+120=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #942D78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942D78 is #6BD287. Grayscale: #545454. Windows color (decimal): -7066248 or 7875988. OLE color: 7875988.
HSL color Cylindrical-coordinate representation of color #942D78: hue angle of 316.31º 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 #942D78 is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 45 | 120 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.42 |
| HSL | 316.31º | 0.53% | 0.38% | - |
| HSV(B) | 316.31º | 0.7% | 0.58% | - |
| XYZ | 16.54 | 9.53 | 18.74 | - |
| YUV | 84.35 | 148.12 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 45 | 120 | 0 | 0.70 | 0.19 | 0.42 | 316.31 | 0.53 | 0.38 |
| Hex | 94 | 2D | 78 | 0 | 46 | 13 | 2A | 13C | 35 | 26 |
| Octal | 224 | 55 | 170 | 0 | 106 | 23 | 52 | 474 | 65 | 46 |
| Binary | 10010100 | 101101 | 1111000 | 0 | 1000110 | 10011 | 101010 | 100111100 | 110101 | 100110 |
Color Harmonies of #942D78
Complementary color
Monochromatic Colors of #942D78
Black with #942D78
Text Example
Text Example
White with #942D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942D78; }
p { color: rgb(148,45,120); }
H1.HeaderClassName
{
color: #942D78;
}
.AnyTagClassName
{
color: #942D78;
}
</style>
background-color css
<style>
a { background-color: #942D78; }
a { background-color: rgb(148,45,120); }
div.DivClassName
{
background-color: #942D78;
}
.BgClassName
{
background-color: #942D78;
}
</style>
border-color css
<style>
span { border-color: #942D78; }
span { border-color: rgb(148,45,120); }
td.TdClassName
{
border-color: #942D78;
}
.TagClassName
{
border-color: #942D78;
}
</style>