Shades of Dark Purple #941E7E
Tints of Dark Purple #941E7E
RGB
CMYK
RGB Variations
Color information
#941E7E (or 0x941E7E) is known color: Dark Purple. HEX triplet: 94, 1E and 7E. RGB value is (148,30,126). Sum of RGB (Red+Green+Blue) = 148+30+126=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 148 - color contains mainly: red. Hex color #941E7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941E7E is #6BE181. Grayscale: #4B4B4B. Windows color (decimal): -7070082 or 8265364. OLE color: 8265364.
HSL color Cylindrical-coordinate representation of color #941E7E: hue angle of 311.19º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #941E7E is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 30 | 126 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.42 |
| HSL | 311.19º | 0.66% | 0.35% | - |
| HSV(B) | 311.19º | 0.8% | 0.58% | - |
| XYZ | 16.44 | 8.73 | 20.56 | - |
| YUV | 76.23 | 156.09 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 30 | 126 | 0 | 0.80 | 0.15 | 0.42 | 311.19 | 0.66 | 0.35 |
| Hex | 94 | 1E | 7E | 0 | 50 | F | 2A | 137 | 42 | 23 |
| Octal | 224 | 36 | 176 | 0 | 120 | 17 | 52 | 467 | 102 | 43 |
| Binary | 10010100 | 11110 | 1111110 | 0 | 1010000 | 1111 | 101010 | 100110111 | 1000010 | 100011 |
Color Harmonies of #941E7E
Complementary color
Monochromatic Colors of #941E7E
Black with #941E7E
Text Example
Text Example
White with #941E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941E7E; }
p { color: rgb(148,30,126); }
H1.HeaderClassName
{
color: #941E7E;
}
.AnyTagClassName
{
color: #941E7E;
}
</style>
background-color css
<style>
a { background-color: #941E7E; }
a { background-color: rgb(148,30,126); }
div.DivClassName
{
background-color: #941E7E;
}
.BgClassName
{
background-color: #941E7E;
}
</style>
border-color css
<style>
span { border-color: #941E7E; }
span { border-color: rgb(148,30,126); }
td.TdClassName
{
border-color: #941E7E;
}
.TagClassName
{
border-color: #941E7E;
}
</style>