Shades of Dark Purple #941B81
Tints of Dark Purple #941B81
RGB
CMYK
RGB Variations
Color information
#941B81 (or 0x941B81) is known color: Dark Purple. HEX triplet: 94, 1B and 81. RGB value is (148,27,129). Sum of RGB (Red+Green+Blue) = 148+27+129=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 27 (10.94% from 255 or 8.88% from 304); Blue value is 129 (50.78% from 255 or 42.43% from 304); Max value from RGB is 148 - color contains mainly: red. Hex color #941B81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941B81 is #6BE47E. Grayscale: #4A4A4A. Windows color (decimal): -7070847 or 8461204. OLE color: 8461204.
HSL color Cylindrical-coordinate representation of color #941B81: hue angle of 309.42º 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 #941B81 is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 27 | 129 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.42 |
| HSL | 309.42º | 0.69% | 0.34% | - |
| HSV(B) | 309.42º | 0.82% | 0.58% | - |
| XYZ | 16.57 | 8.66 | 21.57 | - |
| YUV | 74.81 | 158.59 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 27 | 129 | 0 | 0.82 | 0.13 | 0.42 | 309.42 | 0.69 | 0.34 |
| Hex | 94 | 1B | 81 | 0 | 52 | D | 2A | 135 | 45 | 22 |
| Octal | 224 | 33 | 201 | 0 | 122 | 15 | 52 | 465 | 105 | 42 |
| Binary | 10010100 | 11011 | 10000001 | 0 | 1010010 | 1101 | 101010 | 100110101 | 1000101 | 100010 |
Color Harmonies of #941B81
Complementary color
Monochromatic Colors of #941B81
Black with #941B81
Text Example
Text Example
White with #941B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941B81; }
p { color: rgb(148,27,129); }
H1.HeaderClassName
{
color: #941B81;
}
.AnyTagClassName
{
color: #941B81;
}
</style>
background-color css
<style>
a { background-color: #941B81; }
a { background-color: rgb(148,27,129); }
div.DivClassName
{
background-color: #941B81;
}
.BgClassName
{
background-color: #941B81;
}
</style>
border-color css
<style>
span { border-color: #941B81; }
span { border-color: rgb(148,27,129); }
td.TdClassName
{
border-color: #941B81;
}
.TagClassName
{
border-color: #941B81;
}
</style>