Shades of Dark Purple #941E72
Tints of Dark Purple #941E72
RGB
CMYK
RGB Variations
Color information
#941E72 (or 0x941E72) is known color: Dark Purple. HEX triplet: 94, 1E and 72. RGB value is (148,30,114). Sum of RGB (Red+Green+Blue) = 148+30+114=292 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.68% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 148 - color contains mainly: red. Hex color #941E72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941E72 is #6BE18D. Grayscale: #4A4A4A. Windows color (decimal): -7070094 or 7478932. OLE color: 7478932.
HSL color Cylindrical-coordinate representation of color #941E72: hue angle of 317.29º 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 #941E72 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 30 | 114 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.42 |
| HSL | 317.29º | 0.66% | 0.35% | - |
| HSV(B) | 317.29º | 0.8% | 0.58% | - |
| XYZ | 15.71 | 8.44 | 16.72 | - |
| YUV | 74.86 | 150.09 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 30 | 114 | 0 | 0.80 | 0.23 | 0.42 | 317.29 | 0.66 | 0.35 |
| Hex | 94 | 1E | 72 | 0 | 50 | 17 | 2A | 13D | 42 | 23 |
| Octal | 224 | 36 | 162 | 0 | 120 | 27 | 52 | 475 | 102 | 43 |
| Binary | 10010100 | 11110 | 1110010 | 0 | 1010000 | 10111 | 101010 | 100111101 | 1000010 | 100011 |
Color Harmonies of #941E72
Complementary color
Monochromatic Colors of #941E72
Black with #941E72
Text Example
Text Example
White with #941E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941E72; }
p { color: rgb(148,30,114); }
H1.HeaderClassName
{
color: #941E72;
}
.AnyTagClassName
{
color: #941E72;
}
</style>
background-color css
<style>
a { background-color: #941E72; }
a { background-color: rgb(148,30,114); }
div.DivClassName
{
background-color: #941E72;
}
.BgClassName
{
background-color: #941E72;
}
</style>
border-color css
<style>
span { border-color: #941E72; }
span { border-color: rgb(148,30,114); }
td.TdClassName
{
border-color: #941E72;
}
.TagClassName
{
border-color: #941E72;
}
</style>