Shades of Dark Purple #942F8D
Tints of Dark Purple #942F8D
RGB
CMYK
RGB Variations
Color information
#942F8D (or 0x942F8D) is known color: Dark Purple. HEX triplet: 94, 2F and 8D. RGB value is (148,47,141). Sum of RGB (Red+Green+Blue) = 148+47+141=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 47 (18.75% from 255 or 13.99% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #942F8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942F8D is #6BD072. Grayscale: #575757. Windows color (decimal): -7065715 or 9252756. OLE color: 9252756.
HSL color Cylindrical-coordinate representation of color #942F8D: hue angle of 304.16º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #942F8D is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 47 | 141 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.42 |
| HSL | 304.16º | 0.52% | 0.38% | - |
| HSV(B) | 304.16º | 0.68% | 0.58% | - |
| XYZ | 18.04 | 10.25 | 26.23 | - |
| YUV | 87.92 | 157.96 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 47 | 141 | 0 | 0.68 | 0.05 | 0.42 | 304.16 | 0.52 | 0.38 |
| Hex | 94 | 2F | 8D | 0 | 44 | 5 | 2A | 130 | 34 | 26 |
| Octal | 224 | 57 | 215 | 0 | 104 | 5 | 52 | 460 | 64 | 46 |
| Binary | 10010100 | 101111 | 10001101 | 0 | 1000100 | 101 | 101010 | 100110000 | 110100 | 100110 |
Color Harmonies of #942F8D
Complementary color
Monochromatic Colors of #942F8D
Black with #942F8D
Text Example
Text Example
White with #942F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942F8D; }
p { color: rgb(148,47,141); }
H1.HeaderClassName
{
color: #942F8D;
}
.AnyTagClassName
{
color: #942F8D;
}
</style>
background-color css
<style>
a { background-color: #942F8D; }
a { background-color: rgb(148,47,141); }
div.DivClassName
{
background-color: #942F8D;
}
.BgClassName
{
background-color: #942F8D;
}
</style>
border-color css
<style>
span { border-color: #942F8D; }
span { border-color: rgb(148,47,141); }
td.TdClassName
{
border-color: #942F8D;
}
.TagClassName
{
border-color: #942F8D;
}
</style>