Shades of Dark Purple #941D8C
Tints of Dark Purple #941D8C
RGB
CMYK
RGB Variations
Color information
#941D8C (or 0x941D8C) is known color: Dark Purple. HEX triplet: 94, 1D and 8C. RGB value is (148,29,140). Sum of RGB (Red+Green+Blue) = 148+29+140=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 29 (11.72% from 255 or 9.15% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #941D8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941D8C is #6BE273. Grayscale: #4C4C4C. Windows color (decimal): -7070324 or 9182612. OLE color: 9182612.
HSL color Cylindrical-coordinate representation of color #941D8C: hue angle of 304.03º 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 #941D8C is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 29 | 140 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.42 |
| HSL | 304.03º | 0.67% | 0.35% | - |
| HSV(B) | 304.03º | 0.8% | 0.58% | - |
| XYZ | 17.39 | 9.07 | 25.64 | - |
| YUV | 77.24 | 163.42 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 29 | 140 | 0 | 0.80 | 0.05 | 0.42 | 304.03 | 0.67 | 0.35 |
| Hex | 94 | 1D | 8C | 0 | 50 | 5 | 2A | 130 | 43 | 23 |
| Octal | 224 | 35 | 214 | 0 | 120 | 5 | 52 | 460 | 103 | 43 |
| Binary | 10010100 | 11101 | 10001100 | 0 | 1010000 | 101 | 101010 | 100110000 | 1000011 | 100011 |
Color Harmonies of #941D8C
Complementary color
Monochromatic Colors of #941D8C
Black with #941D8C
Text Example
Text Example
White with #941D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941D8C; }
p { color: rgb(148,29,140); }
H1.HeaderClassName
{
color: #941D8C;
}
.AnyTagClassName
{
color: #941D8C;
}
</style>
background-color css
<style>
a { background-color: #941D8C; }
a { background-color: rgb(148,29,140); }
div.DivClassName
{
background-color: #941D8C;
}
.BgClassName
{
background-color: #941D8C;
}
</style>
border-color css
<style>
span { border-color: #941D8C; }
span { border-color: rgb(148,29,140); }
td.TdClassName
{
border-color: #941D8C;
}
.TagClassName
{
border-color: #941D8C;
}
</style>