Shades of Dark Purple #942C86
Tints of Dark Purple #942C86
RGB
CMYK
RGB Variations
Color information
#942C86 (or 0x942C86) is known color: Dark Purple. HEX triplet: 94, 2C and 86. RGB value is (148,44,134). Sum of RGB (Red+Green+Blue) = 148+44+134=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #942C86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942C86 is #6BD379. Grayscale: #555555. Windows color (decimal): -7066490 or 8793236. OLE color: 8793236.
HSL color Cylindrical-coordinate representation of color #942C86: hue angle of 308.08º 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 #942C86 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 44 | 134 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.42 |
| HSL | 308.08º | 0.54% | 0.38% | - |
| HSV(B) | 308.08º | 0.7% | 0.58% | - |
| XYZ | 17.42 | 9.82 | 23.53 | - |
| YUV | 85.36 | 155.46 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 44 | 134 | 0 | 0.70 | 0.09 | 0.42 | 308.08 | 0.54 | 0.38 |
| Hex | 94 | 2C | 86 | 0 | 46 | 9 | 2A | 134 | 36 | 26 |
| Octal | 224 | 54 | 206 | 0 | 106 | 11 | 52 | 464 | 66 | 46 |
| Binary | 10010100 | 101100 | 10000110 | 0 | 1000110 | 1001 | 101010 | 100110100 | 110110 | 100110 |
Color Harmonies of #942C86
Complementary color
Monochromatic Colors of #942C86
Black with #942C86
Text Example
Text Example
White with #942C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942C86; }
p { color: rgb(148,44,134); }
H1.HeaderClassName
{
color: #942C86;
}
.AnyTagClassName
{
color: #942C86;
}
</style>
background-color css
<style>
a { background-color: #942C86; }
a { background-color: rgb(148,44,134); }
div.DivClassName
{
background-color: #942C86;
}
.BgClassName
{
background-color: #942C86;
}
</style>
border-color css
<style>
span { border-color: #942C86; }
span { border-color: rgb(148,44,134); }
td.TdClassName
{
border-color: #942C86;
}
.TagClassName
{
border-color: #942C86;
}
</style>