Shades of Dark Purple #942E7B
Tints of Dark Purple #942E7B
RGB
CMYK
RGB Variations
Color information
#942E7B (or 0x942E7B) is known color: Dark Purple. HEX triplet: 94, 2E and 7B. RGB value is (148,46,123). Sum of RGB (Red+Green+Blue) = 148+46+123=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #942E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942E7B is #6BD184. Grayscale: #555555. Windows color (decimal): -7065989 or 8072852. OLE color: 8072852.
HSL color Cylindrical-coordinate representation of color #942E7B: hue angle of 314.71º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #942E7B is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 46 | 123 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.42 |
| HSL | 314.71º | 0.53% | 0.38% | - |
| HSV(B) | 314.71º | 0.69% | 0.58% | - |
| XYZ | 16.76 | 9.68 | 19.72 | - |
| YUV | 85.28 | 149.29 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 46 | 123 | 0 | 0.69 | 0.17 | 0.42 | 314.71 | 0.53 | 0.38 |
| Hex | 94 | 2E | 7B | 0 | 45 | 11 | 2A | 13B | 35 | 26 |
| Octal | 224 | 56 | 173 | 0 | 105 | 21 | 52 | 473 | 65 | 46 |
| Binary | 10010100 | 101110 | 1111011 | 0 | 1000101 | 10001 | 101010 | 100111011 | 110101 | 100110 |
Color Harmonies of #942E7B
Complementary color
Monochromatic Colors of #942E7B
Black with #942E7B
Text Example
Text Example
White with #942E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942E7B; }
p { color: rgb(148,46,123); }
H1.HeaderClassName
{
color: #942E7B;
}
.AnyTagClassName
{
color: #942E7B;
}
</style>
background-color css
<style>
a { background-color: #942E7B; }
a { background-color: rgb(148,46,123); }
div.DivClassName
{
background-color: #942E7B;
}
.BgClassName
{
background-color: #942E7B;
}
</style>
border-color css
<style>
span { border-color: #942E7B; }
span { border-color: rgb(148,46,123); }
td.TdClassName
{
border-color: #942E7B;
}
.TagClassName
{
border-color: #942E7B;
}
</style>