Shades of Dark Purple #941A8D
Tints of Dark Purple #941A8D
RGB
CMYK
RGB Variations
Color information
#941A8D (or 0x941A8D) is known color: Dark Purple. HEX triplet: 94, 1A and 8D. RGB value is (148,26,141). Sum of RGB (Red+Green+Blue) = 148+26+141=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #941A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941A8D is #6BE572. Grayscale: #4B4B4B. Windows color (decimal): -7071091 or 9247380. OLE color: 9247380.
HSL color Cylindrical-coordinate representation of color #941A8D: hue angle of 303.44º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #941A8D is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 26 | 141 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.42 |
| HSL | 303.44º | 0.7% | 0.34% | - |
| HSV(B) | 303.44º | 0.82% | 0.58% | - |
| XYZ | 17.39 | 8.96 | 26.01 | - |
| YUV | 75.59 | 164.92 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 26 | 141 | 0 | 0.82 | 0.05 | 0.42 | 303.44 | 0.7 | 0.34 |
| Hex | 94 | 1A | 8D | 0 | 52 | 5 | 2A | 12F | 46 | 22 |
| Octal | 224 | 32 | 215 | 0 | 122 | 5 | 52 | 457 | 106 | 42 |
| Binary | 10010100 | 11010 | 10001101 | 0 | 1010010 | 101 | 101010 | 100101111 | 1000110 | 100010 |
Color Harmonies of #941A8D
Complementary color
Monochromatic Colors of #941A8D
Black with #941A8D
Text Example
Text Example
White with #941A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941A8D; }
p { color: rgb(148,26,141); }
H1.HeaderClassName
{
color: #941A8D;
}
.AnyTagClassName
{
color: #941A8D;
}
</style>
background-color css
<style>
a { background-color: #941A8D; }
a { background-color: rgb(148,26,141); }
div.DivClassName
{
background-color: #941A8D;
}
.BgClassName
{
background-color: #941A8D;
}
</style>
border-color css
<style>
span { border-color: #941A8D; }
span { border-color: rgb(148,26,141); }
td.TdClassName
{
border-color: #941A8D;
}
.TagClassName
{
border-color: #941A8D;
}
</style>