Shades of Dark Purple #942C87
Tints of Dark Purple #942C87
RGB
CMYK
RGB Variations
Color information
#942C87 (or 0x942C87) is known color: Dark Purple. HEX triplet: 94, 2C and 87. RGB value is (148,44,135). Sum of RGB (Red+Green+Blue) = 148+44+135=327 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.26% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 148 - color contains mainly: red. Hex color #942C87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942C87 is #6BD378. Grayscale: #555555. Windows color (decimal): -7066489 or 8858772. OLE color: 8858772.
HSL color Cylindrical-coordinate representation of color #942C87: hue angle of 307.5º 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 #942C87 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 44 | 135 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.42 |
| HSL | 307.5º | 0.54% | 0.38% | - |
| HSV(B) | 307.5º | 0.7% | 0.58% | - |
| XYZ | 17.49 | 9.85 | 23.9 | - |
| YUV | 85.47 | 155.96 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 44 | 135 | 0 | 0.70 | 0.09 | 0.42 | 307.5 | 0.54 | 0.38 |
| Hex | 94 | 2C | 87 | 0 | 46 | 9 | 2A | 134 | 36 | 26 |
| Octal | 224 | 54 | 207 | 0 | 106 | 11 | 52 | 464 | 66 | 46 |
| Binary | 10010100 | 101100 | 10000111 | 0 | 1000110 | 1001 | 101010 | 100110100 | 110110 | 100110 |
Color Harmonies of #942C87
Complementary color
Monochromatic Colors of #942C87
Black with #942C87
Text Example
Text Example
White with #942C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942C87; }
p { color: rgb(148,44,135); }
H1.HeaderClassName
{
color: #942C87;
}
.AnyTagClassName
{
color: #942C87;
}
</style>
background-color css
<style>
a { background-color: #942C87; }
a { background-color: rgb(148,44,135); }
div.DivClassName
{
background-color: #942C87;
}
.BgClassName
{
background-color: #942C87;
}
</style>
border-color css
<style>
span { border-color: #942C87; }
span { border-color: rgb(148,44,135); }
td.TdClassName
{
border-color: #942C87;
}
.TagClassName
{
border-color: #942C87;
}
</style>