Shades of Dark Purple #941D73
Tints of Dark Purple #941D73
RGB
CMYK
RGB Variations
Color information
#941D73 (or 0x941D73) is known color: Dark Purple. HEX triplet: 94, 1D and 73. RGB value is (148,29,115). Sum of RGB (Red+Green+Blue) = 148+29+115=292 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.68% from 292); Green value is 29 (11.72% from 255 or 9.93% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 148 - color contains mainly: red. Hex color #941D73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941D73 is #6BE28C. Grayscale: #4A4A4A. Windows color (decimal): -7070349 or 7544212. OLE color: 7544212.
HSL color Cylindrical-coordinate representation of color #941D73: hue angle of 316.64º degrees, saturation: 0.67, 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 #941D73 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 29 | 115 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.42 |
| HSL | 316.64º | 0.67% | 0.35% | - |
| HSV(B) | 316.64º | 0.8% | 0.58% | - |
| XYZ | 15.75 | 8.41 | 17.01 | - |
| YUV | 74.39 | 150.92 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 29 | 115 | 0 | 0.80 | 0.22 | 0.42 | 316.64 | 0.67 | 0.35 |
| Hex | 94 | 1D | 73 | 0 | 50 | 16 | 2A | 13D | 43 | 23 |
| Octal | 224 | 35 | 163 | 0 | 120 | 26 | 52 | 475 | 103 | 43 |
| Binary | 10010100 | 11101 | 1110011 | 0 | 1010000 | 10110 | 101010 | 100111101 | 1000011 | 100011 |
Color Harmonies of #941D73
Complementary color
Monochromatic Colors of #941D73
Black with #941D73
Text Example
Text Example
White with #941D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941D73; }
p { color: rgb(148,29,115); }
H1.HeaderClassName
{
color: #941D73;
}
.AnyTagClassName
{
color: #941D73;
}
</style>
background-color css
<style>
a { background-color: #941D73; }
a { background-color: rgb(148,29,115); }
div.DivClassName
{
background-color: #941D73;
}
.BgClassName
{
background-color: #941D73;
}
</style>
border-color css
<style>
span { border-color: #941D73; }
span { border-color: rgb(148,29,115); }
td.TdClassName
{
border-color: #941D73;
}
.TagClassName
{
border-color: #941D73;
}
</style>