Shades of Dark Purple #941E7D
Tints of Dark Purple #941E7D
RGB
CMYK
RGB Variations
Color information
#941E7D (or 0x941E7D) is known color: Dark Purple. HEX triplet: 94, 1E and 7D. RGB value is (148,30,125). Sum of RGB (Red+Green+Blue) = 148+30+125=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #941E7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941E7D is #6BE182. Grayscale: #4B4B4B. Windows color (decimal): -7070083 or 8199828. OLE color: 8199828.
HSL color Cylindrical-coordinate representation of color #941E7D: hue angle of 311.69º 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 #941E7D is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 30 | 125 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.42 |
| HSL | 311.69º | 0.66% | 0.35% | - |
| HSV(B) | 311.69º | 0.8% | 0.58% | - |
| XYZ | 16.38 | 8.71 | 20.22 | - |
| YUV | 76.11 | 155.59 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 30 | 125 | 0 | 0.80 | 0.16 | 0.42 | 311.69 | 0.66 | 0.35 |
| Hex | 94 | 1E | 7D | 0 | 50 | 10 | 2A | 138 | 42 | 23 |
| Octal | 224 | 36 | 175 | 0 | 120 | 20 | 52 | 470 | 102 | 43 |
| Binary | 10010100 | 11110 | 1111101 | 0 | 1010000 | 10000 | 101010 | 100111000 | 1000010 | 100011 |
Color Harmonies of #941E7D
Complementary color
Monochromatic Colors of #941E7D
Black with #941E7D
Text Example
Text Example
White with #941E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941E7D; }
p { color: rgb(148,30,125); }
H1.HeaderClassName
{
color: #941E7D;
}
.AnyTagClassName
{
color: #941E7D;
}
</style>
background-color css
<style>
a { background-color: #941E7D; }
a { background-color: rgb(148,30,125); }
div.DivClassName
{
background-color: #941E7D;
}
.BgClassName
{
background-color: #941E7D;
}
</style>
border-color css
<style>
span { border-color: #941E7D; }
span { border-color: rgb(148,30,125); }
td.TdClassName
{
border-color: #941E7D;
}
.TagClassName
{
border-color: #941E7D;
}
</style>