Shades of Dark Purple #942D8D
Tints of Dark Purple #942D8D
RGB
CMYK
RGB Variations
Color information
#942D8D (or 0x942D8D) is known color: Dark Purple. HEX triplet: 94, 2D and 8D. RGB value is (148,45,141). Sum of RGB (Red+Green+Blue) = 148+45+141=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 45 (17.97% from 255 or 13.47% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #942D8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942D8D is #6BD272. Grayscale: #565656. Windows color (decimal): -7066227 or 9252244. OLE color: 9252244.
HSL color Cylindrical-coordinate representation of color #942D8D: hue angle of 304.08º 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 #942D8D is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 45 | 141 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.42 |
| HSL | 304.08º | 0.53% | 0.38% | - |
| HSV(B) | 304.08º | 0.7% | 0.58% | - |
| XYZ | 17.96 | 10.1 | 26.2 | - |
| YUV | 86.74 | 158.62 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 45 | 141 | 0 | 0.70 | 0.05 | 0.42 | 304.08 | 0.53 | 0.38 |
| Hex | 94 | 2D | 8D | 0 | 46 | 5 | 2A | 130 | 35 | 26 |
| Octal | 224 | 55 | 215 | 0 | 106 | 5 | 52 | 460 | 65 | 46 |
| Binary | 10010100 | 101101 | 10001101 | 0 | 1000110 | 101 | 101010 | 100110000 | 110101 | 100110 |
Color Harmonies of #942D8D
Complementary color
Monochromatic Colors of #942D8D
Black with #942D8D
Text Example
Text Example
White with #942D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942D8D; }
p { color: rgb(148,45,141); }
H1.HeaderClassName
{
color: #942D8D;
}
.AnyTagClassName
{
color: #942D8D;
}
</style>
background-color css
<style>
a { background-color: #942D8D; }
a { background-color: rgb(148,45,141); }
div.DivClassName
{
background-color: #942D8D;
}
.BgClassName
{
background-color: #942D8D;
}
</style>
border-color css
<style>
span { border-color: #942D8D; }
span { border-color: rgb(148,45,141); }
td.TdClassName
{
border-color: #942D8D;
}
.TagClassName
{
border-color: #942D8D;
}
</style>