Shades of Dark Purple #941182
Tints of Dark Purple #941182
RGB
CMYK
RGB Variations
Color information
#941182 (or 0x941182) is known color: Dark Purple. HEX triplet: 94, 11 and 82. RGB value is (148,17,130). Sum of RGB (Red+Green+Blue) = 148+17+130=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #941182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941182 is #6BEE7D. Grayscale: #444444. Windows color (decimal): -7073406 or 8524180. OLE color: 8524180.
HSL color Cylindrical-coordinate representation of color #941182: hue angle of 308.24º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #941182 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 17 | 130 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.42 |
| HSL | 308.24º | 0.79% | 0.32% | - |
| HSV(B) | 308.24º | 0.89% | 0.58% | - |
| XYZ | 16.44 | 8.31 | 21.86 | - |
| YUV | 69.05 | 162.4 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 17 | 130 | 0 | 0.89 | 0.12 | 0.42 | 308.24 | 0.79 | 0.32 |
| Hex | 94 | 11 | 82 | 0 | 59 | C | 2A | 134 | 4F | 20 |
| Octal | 224 | 21 | 202 | 0 | 131 | 14 | 52 | 464 | 117 | 40 |
| Binary | 10010100 | 10001 | 10000010 | 0 | 1011001 | 1100 | 101010 | 100110100 | 1001111 | 100000 |
Color Harmonies of #941182
Complementary color
Monochromatic Colors of #941182
Black with #941182
Text Example
Text Example
White with #941182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941182; }
p { color: rgb(148,17,130); }
H1.HeaderClassName
{
color: #941182;
}
.AnyTagClassName
{
color: #941182;
}
</style>
background-color css
<style>
a { background-color: #941182; }
a { background-color: rgb(148,17,130); }
div.DivClassName
{
background-color: #941182;
}
.BgClassName
{
background-color: #941182;
}
</style>
border-color css
<style>
span { border-color: #941182; }
span { border-color: rgb(148,17,130); }
td.TdClassName
{
border-color: #941182;
}
.TagClassName
{
border-color: #941182;
}
</style>