Shades of Dark Purple #940E7B
Tints of Dark Purple #940E7B
RGB
CMYK
RGB Variations
Color information
#940E7B (or 0x940E7B) is known color: Dark Purple. HEX triplet: 94, 0E and 7B. RGB value is (148,14,123). Sum of RGB (Red+Green+Blue) = 148+14+123=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #940E7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940E7B is #6BF184. Grayscale: #424242. Windows color (decimal): -7074181 or 8064660. OLE color: 8064660.
HSL color Cylindrical-coordinate representation of color #940E7B: hue angle of 311.19º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #940E7B is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 14 | 123 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.42 |
| HSL | 311.19º | 0.83% | 0.32% | - |
| HSV(B) | 311.19º | 0.91% | 0.58% | - |
| XYZ | 15.94 | 8.04 | 19.45 | - |
| YUV | 66.49 | 159.89 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 14 | 123 | 0 | 0.91 | 0.17 | 0.42 | 311.19 | 0.83 | 0.32 |
| Hex | 94 | E | 7B | 0 | 5B | 11 | 2A | 137 | 53 | 20 |
| Octal | 224 | 16 | 173 | 0 | 133 | 21 | 52 | 467 | 123 | 40 |
| Binary | 10010100 | 1110 | 1111011 | 0 | 1011011 | 10001 | 101010 | 100110111 | 1010011 | 100000 |
Color Harmonies of #940E7B
Complementary color
Monochromatic Colors of #940E7B
Black with #940E7B
Text Example
Text Example
White with #940E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940E7B; }
p { color: rgb(148,14,123); }
H1.HeaderClassName
{
color: #940E7B;
}
.AnyTagClassName
{
color: #940E7B;
}
</style>
background-color css
<style>
a { background-color: #940E7B; }
a { background-color: rgb(148,14,123); }
div.DivClassName
{
background-color: #940E7B;
}
.BgClassName
{
background-color: #940E7B;
}
</style>
border-color css
<style>
span { border-color: #940E7B; }
span { border-color: rgb(148,14,123); }
td.TdClassName
{
border-color: #940E7B;
}
.TagClassName
{
border-color: #940E7B;
}
</style>