Shades of Dark Purple #941D8D
Tints of Dark Purple #941D8D
RGB
CMYK
RGB Variations
Color information
#941D8D (or 0x941D8D) is known color: Dark Purple. HEX triplet: 94, 1D and 8D. RGB value is (148,29,141). Sum of RGB (Red+Green+Blue) = 148+29+141=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 29 (11.72% from 255 or 9.12% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #941D8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941D8D is #6BE272. Grayscale: #4D4D4D. Windows color (decimal): -7070323 or 9248148. OLE color: 9248148.
HSL color Cylindrical-coordinate representation of color #941D8D: hue angle of 303.53º 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 #941D8D is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 29 | 141 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.42 |
| HSL | 303.53º | 0.67% | 0.35% | - |
| HSV(B) | 303.53º | 0.8% | 0.58% | - |
| XYZ | 17.46 | 9.1 | 26.04 | - |
| YUV | 77.35 | 163.92 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 29 | 141 | 0 | 0.80 | 0.05 | 0.42 | 303.53 | 0.67 | 0.35 |
| Hex | 94 | 1D | 8D | 0 | 50 | 5 | 2A | 130 | 43 | 23 |
| Octal | 224 | 35 | 215 | 0 | 120 | 5 | 52 | 460 | 103 | 43 |
| Binary | 10010100 | 11101 | 10001101 | 0 | 1010000 | 101 | 101010 | 100110000 | 1000011 | 100011 |
Color Harmonies of #941D8D
Complementary color
Monochromatic Colors of #941D8D
Black with #941D8D
Text Example
Text Example
White with #941D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941D8D; }
p { color: rgb(148,29,141); }
H1.HeaderClassName
{
color: #941D8D;
}
.AnyTagClassName
{
color: #941D8D;
}
</style>
background-color css
<style>
a { background-color: #941D8D; }
a { background-color: rgb(148,29,141); }
div.DivClassName
{
background-color: #941D8D;
}
.BgClassName
{
background-color: #941D8D;
}
</style>
border-color css
<style>
span { border-color: #941D8D; }
span { border-color: rgb(148,29,141); }
td.TdClassName
{
border-color: #941D8D;
}
.TagClassName
{
border-color: #941D8D;
}
</style>