Shades of Dark Purple #942D87
Tints of Dark Purple #942D87
RGB
CMYK
RGB Variations
Color information
#942D87 (or 0x942D87) is known color: Dark Purple. HEX triplet: 94, 2D and 87. RGB value is (148,45,135). Sum of RGB (Red+Green+Blue) = 148+45+135=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 135 (53.12% from 255 or 41.16% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #942D87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942D87 is #6BD278. Grayscale: #555555. Windows color (decimal): -7066233 or 8859028. OLE color: 8859028.
HSL color Cylindrical-coordinate representation of color #942D87: hue angle of 307.57º 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 #942D87 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 45 | 135 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.42 |
| HSL | 307.57º | 0.53% | 0.38% | - |
| HSV(B) | 307.57º | 0.7% | 0.58% | - |
| XYZ | 17.52 | 9.92 | 23.91 | - |
| YUV | 86.06 | 155.62 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 45 | 135 | 0 | 0.70 | 0.09 | 0.42 | 307.57 | 0.53 | 0.38 |
| Hex | 94 | 2D | 87 | 0 | 46 | 9 | 2A | 134 | 35 | 26 |
| Octal | 224 | 55 | 207 | 0 | 106 | 11 | 52 | 464 | 65 | 46 |
| Binary | 10010100 | 101101 | 10000111 | 0 | 1000110 | 1001 | 101010 | 100110100 | 110101 | 100110 |
Color Harmonies of #942D87
Complementary color
Monochromatic Colors of #942D87
Black with #942D87
Text Example
Text Example
White with #942D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942D87; }
p { color: rgb(148,45,135); }
H1.HeaderClassName
{
color: #942D87;
}
.AnyTagClassName
{
color: #942D87;
}
</style>
background-color css
<style>
a { background-color: #942D87; }
a { background-color: rgb(148,45,135); }
div.DivClassName
{
background-color: #942D87;
}
.BgClassName
{
background-color: #942D87;
}
</style>
border-color css
<style>
span { border-color: #942D87; }
span { border-color: rgb(148,45,135); }
td.TdClassName
{
border-color: #942D87;
}
.TagClassName
{
border-color: #942D87;
}
</style>