Shades of Dark Purple #941B8F
Tints of Dark Purple #941B8F
RGB
CMYK
RGB Variations
Color information
#941B8F (or 0x941B8F) is known color: Dark Purple. HEX triplet: 94, 1B and 8F. RGB value is (148,27,143). Sum of RGB (Red+Green+Blue) = 148+27+143=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 143 (56.25% from 255 or 44.97% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #941B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941B8F is #6BE470. Grayscale: #4C4C4C. Windows color (decimal): -7070833 or 9378708. OLE color: 9378708.
HSL color Cylindrical-coordinate representation of color #941B8F: hue angle of 302.48º 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 #941B8F is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 27 | 143 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.42 |
| HSL | 302.48º | 0.69% | 0.34% | - |
| HSV(B) | 302.48º | 0.82% | 0.58% | - |
| XYZ | 17.56 | 9.06 | 26.81 | - |
| YUV | 76.4 | 165.59 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 27 | 143 | 0 | 0.82 | 0.03 | 0.42 | 302.48 | 0.69 | 0.34 |
| Hex | 94 | 1B | 8F | 0 | 52 | 3 | 2A | 12E | 45 | 22 |
| Octal | 224 | 33 | 217 | 0 | 122 | 3 | 52 | 456 | 105 | 42 |
| Binary | 10010100 | 11011 | 10001111 | 0 | 1010010 | 11 | 101010 | 100101110 | 1000101 | 100010 |
Color Harmonies of #941B8F
Complementary color
Monochromatic Colors of #941B8F
Black with #941B8F
Text Example
Text Example
White with #941B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941B8F; }
p { color: rgb(148,27,143); }
H1.HeaderClassName
{
color: #941B8F;
}
.AnyTagClassName
{
color: #941B8F;
}
</style>
background-color css
<style>
a { background-color: #941B8F; }
a { background-color: rgb(148,27,143); }
div.DivClassName
{
background-color: #941B8F;
}
.BgClassName
{
background-color: #941B8F;
}
</style>
border-color css
<style>
span { border-color: #941B8F; }
span { border-color: rgb(148,27,143); }
td.TdClassName
{
border-color: #941B8F;
}
.TagClassName
{
border-color: #941B8F;
}
</style>