Shades of Dark Purple #941D8F
Tints of Dark Purple #941D8F
RGB
CMYK
RGB Variations
Color information
#941D8F (or 0x941D8F) is known color: Dark Purple. HEX triplet: 94, 1D and 8F. RGB value is (148,29,143). Sum of RGB (Red+Green+Blue) = 148+29+143=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 29 (11.72% from 255 or 9.06% from 320); Blue value is 143 (56.25% from 255 or 44.69% from 320); Max value from RGB is 148 - color contains mainly: red. Hex color #941D8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941D8F is #6BE270. Grayscale: #4D4D4D. Windows color (decimal): -7070321 or 9379220. OLE color: 9379220.
HSL color Cylindrical-coordinate representation of color #941D8F: hue angle of 302.52º 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 #941D8F is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 29 | 143 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.42 |
| HSL | 302.52º | 0.67% | 0.35% | - |
| HSV(B) | 302.52º | 0.8% | 0.58% | - |
| XYZ | 17.61 | 9.16 | 26.83 | - |
| YUV | 77.58 | 164.92 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 29 | 143 | 0 | 0.80 | 0.03 | 0.42 | 302.52 | 0.67 | 0.35 |
| Hex | 94 | 1D | 8F | 0 | 50 | 3 | 2A | 12F | 43 | 23 |
| Octal | 224 | 35 | 217 | 0 | 120 | 3 | 52 | 457 | 103 | 43 |
| Binary | 10010100 | 11101 | 10001111 | 0 | 1010000 | 11 | 101010 | 100101111 | 1000011 | 100011 |
Color Harmonies of #941D8F
Complementary color
Monochromatic Colors of #941D8F
Black with #941D8F
Text Example
Text Example
White with #941D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941D8F; }
p { color: rgb(148,29,143); }
H1.HeaderClassName
{
color: #941D8F;
}
.AnyTagClassName
{
color: #941D8F;
}
</style>
background-color css
<style>
a { background-color: #941D8F; }
a { background-color: rgb(148,29,143); }
div.DivClassName
{
background-color: #941D8F;
}
.BgClassName
{
background-color: #941D8F;
}
</style>
border-color css
<style>
span { border-color: #941D8F; }
span { border-color: rgb(148,29,143); }
td.TdClassName
{
border-color: #941D8F;
}
.TagClassName
{
border-color: #941D8F;
}
</style>