Shades of Dark Purple #942D84
Tints of Dark Purple #942D84
RGB
CMYK
RGB Variations
Color information
#942D84 (or 0x942D84) is known color: Dark Purple. HEX triplet: 94, 2D and 84. RGB value is (148,45,132). Sum of RGB (Red+Green+Blue) = 148+45+132=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 148 - color contains mainly: red. Hex color #942D84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942D84 is #6BD27B. Grayscale: #555555. Windows color (decimal): -7066236 or 8662420. OLE color: 8662420.
HSL color Cylindrical-coordinate representation of color #942D84: hue angle of 309.32º 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 #942D84 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 45 | 132 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.42 |
| HSL | 309.32º | 0.53% | 0.38% | - |
| HSV(B) | 309.32º | 0.7% | 0.58% | - |
| XYZ | 17.32 | 9.84 | 22.82 | - |
| YUV | 85.72 | 154.12 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 45 | 132 | 0 | 0.70 | 0.11 | 0.42 | 309.32 | 0.53 | 0.38 |
| Hex | 94 | 2D | 84 | 0 | 46 | B | 2A | 135 | 35 | 26 |
| Octal | 224 | 55 | 204 | 0 | 106 | 13 | 52 | 465 | 65 | 46 |
| Binary | 10010100 | 101101 | 10000100 | 0 | 1000110 | 1011 | 101010 | 100110101 | 110101 | 100110 |
Color Harmonies of #942D84
Complementary color
Monochromatic Colors of #942D84
Black with #942D84
Text Example
Text Example
White with #942D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942D84; }
p { color: rgb(148,45,132); }
H1.HeaderClassName
{
color: #942D84;
}
.AnyTagClassName
{
color: #942D84;
}
</style>
background-color css
<style>
a { background-color: #942D84; }
a { background-color: rgb(148,45,132); }
div.DivClassName
{
background-color: #942D84;
}
.BgClassName
{
background-color: #942D84;
}
</style>
border-color css
<style>
span { border-color: #942D84; }
span { border-color: rgb(148,45,132); }
td.TdClassName
{
border-color: #942D84;
}
.TagClassName
{
border-color: #942D84;
}
</style>