Shades of Dark Purple #941386
Tints of Dark Purple #941386
RGB
CMYK
RGB Variations
Color information
#941386 (or 0x941386) is known color: Dark Purple. HEX triplet: 94, 13 and 86. RGB value is (148,19,134). Sum of RGB (Red+Green+Blue) = 148+19+134=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 134 (52.73% from 255 or 44.52% from 301); Max value from RGB is 148 - color contains mainly: red. Hex color #941386 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941386 is #6BEC79. Grayscale: #464646. Windows color (decimal): -7072890 or 8786836. OLE color: 8786836.
HSL color Cylindrical-coordinate representation of color #941386: hue angle of 306.51º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #941386 is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 19 | 134 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.42 |
| HSL | 306.51º | 0.77% | 0.33% | - |
| HSV(B) | 306.51º | 0.87% | 0.58% | - |
| XYZ | 16.75 | 8.48 | 23.31 | - |
| YUV | 70.68 | 163.74 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 19 | 134 | 0 | 0.87 | 0.09 | 0.42 | 306.51 | 0.77 | 0.33 |
| Hex | 94 | 13 | 86 | 0 | 57 | 9 | 2A | 133 | 4D | 21 |
| Octal | 224 | 23 | 206 | 0 | 127 | 11 | 52 | 463 | 115 | 41 |
| Binary | 10010100 | 10011 | 10000110 | 0 | 1010111 | 1001 | 101010 | 100110011 | 1001101 | 100001 |
Color Harmonies of #941386
Complementary color
Monochromatic Colors of #941386
Black with #941386
Text Example
Text Example
White with #941386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941386; }
p { color: rgb(148,19,134); }
H1.HeaderClassName
{
color: #941386;
}
.AnyTagClassName
{
color: #941386;
}
</style>
background-color css
<style>
a { background-color: #941386; }
a { background-color: rgb(148,19,134); }
div.DivClassName
{
background-color: #941386;
}
.BgClassName
{
background-color: #941386;
}
</style>
border-color css
<style>
span { border-color: #941386; }
span { border-color: rgb(148,19,134); }
td.TdClassName
{
border-color: #941386;
}
.TagClassName
{
border-color: #941386;
}
</style>