Shades of Dark Purple #941B8D
Tints of Dark Purple #941B8D
RGB
CMYK
RGB Variations
Color information
#941B8D (or 0x941B8D) is known color: Dark Purple. HEX triplet: 94, 1B and 8D. RGB value is (148,27,141). Sum of RGB (Red+Green+Blue) = 148+27+141=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 27 (10.94% from 255 or 8.54% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #941B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941B8D is #6BE472. Grayscale: #4B4B4B. Windows color (decimal): -7070835 or 9247636. OLE color: 9247636.
HSL color Cylindrical-coordinate representation of color #941B8D: hue angle of 303.47º degrees, saturation: 0.69, 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 #941B8D is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 27 | 141 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.42 |
| HSL | 303.47º | 0.69% | 0.34% | - |
| HSV(B) | 303.47º | 0.82% | 0.58% | - |
| XYZ | 17.41 | 9 | 26.02 | - |
| YUV | 76.18 | 164.59 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 27 | 141 | 0 | 0.82 | 0.05 | 0.42 | 303.47 | 0.69 | 0.34 |
| Hex | 94 | 1B | 8D | 0 | 52 | 5 | 2A | 12F | 45 | 22 |
| Octal | 224 | 33 | 215 | 0 | 122 | 5 | 52 | 457 | 105 | 42 |
| Binary | 10010100 | 11011 | 10001101 | 0 | 1010010 | 101 | 101010 | 100101111 | 1000101 | 100010 |
Color Harmonies of #941B8D
Complementary color
Monochromatic Colors of #941B8D
Black with #941B8D
Text Example
Text Example
White with #941B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941B8D; }
p { color: rgb(148,27,141); }
H1.HeaderClassName
{
color: #941B8D;
}
.AnyTagClassName
{
color: #941B8D;
}
</style>
background-color css
<style>
a { background-color: #941B8D; }
a { background-color: rgb(148,27,141); }
div.DivClassName
{
background-color: #941B8D;
}
.BgClassName
{
background-color: #941B8D;
}
</style>
border-color css
<style>
span { border-color: #941B8D; }
span { border-color: rgb(148,27,141); }
td.TdClassName
{
border-color: #941B8D;
}
.TagClassName
{
border-color: #941B8D;
}
</style>