Shades of Dark Purple #942C8D
Tints of Dark Purple #942C8D
RGB
CMYK
RGB Variations
Color information
#942C8D (or 0x942C8D) is known color: Dark Purple. HEX triplet: 94, 2C and 8D. RGB value is (148,44,141). Sum of RGB (Red+Green+Blue) = 148+44+141=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 44 (17.58% from 255 or 13.21% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 148 - color contains mainly: red. Hex color #942C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942C8D is #6BD372. Grayscale: #555555. Windows color (decimal): -7066483 or 9251988. OLE color: 9251988.
HSL color Cylindrical-coordinate representation of color #942C8D: hue angle of 304.04º 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 #942C8D is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 44 | 141 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.42 |
| HSL | 304.04º | 0.54% | 0.38% | - |
| HSV(B) | 304.04º | 0.7% | 0.58% | - |
| XYZ | 17.92 | 10.02 | 26.19 | - |
| YUV | 86.15 | 158.96 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 44 | 141 | 0 | 0.70 | 0.05 | 0.42 | 304.04 | 0.54 | 0.38 |
| Hex | 94 | 2C | 8D | 0 | 46 | 5 | 2A | 130 | 36 | 26 |
| Octal | 224 | 54 | 215 | 0 | 106 | 5 | 52 | 460 | 66 | 46 |
| Binary | 10010100 | 101100 | 10001101 | 0 | 1000110 | 101 | 101010 | 100110000 | 110110 | 100110 |
Color Harmonies of #942C8D
Complementary color
Monochromatic Colors of #942C8D
Black with #942C8D
Text Example
Text Example
White with #942C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942C8D; }
p { color: rgb(148,44,141); }
H1.HeaderClassName
{
color: #942C8D;
}
.AnyTagClassName
{
color: #942C8D;
}
</style>
background-color css
<style>
a { background-color: #942C8D; }
a { background-color: rgb(148,44,141); }
div.DivClassName
{
background-color: #942C8D;
}
.BgClassName
{
background-color: #942C8D;
}
</style>
border-color css
<style>
span { border-color: #942C8D; }
span { border-color: rgb(148,44,141); }
td.TdClassName
{
border-color: #942C8D;
}
.TagClassName
{
border-color: #942C8D;
}
</style>