Shades of Dark Purple #941579
Tints of Dark Purple #941579
RGB
CMYK
RGB Variations
Color information
#941579 (or 0x941579) is known color: Dark Purple. HEX triplet: 94, 15 and 79. RGB value is (148,21,121). Sum of RGB (Red+Green+Blue) = 148+21+121=290 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.03% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 148 - color contains mainly: red. Hex color #941579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941579 is #6BEA86. Grayscale: #464646. Windows color (decimal): -7072391 or 7935380. OLE color: 7935380.
HSL color Cylindrical-coordinate representation of color #941579: hue angle of 312.76º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #941579 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 21 | 121 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.42 |
| HSL | 312.76º | 0.75% | 0.33% | - |
| HSV(B) | 312.76º | 0.86% | 0.58% | - |
| XYZ | 15.93 | 8.21 | 18.83 | - |
| YUV | 70.37 | 156.58 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 21 | 121 | 0 | 0.86 | 0.18 | 0.42 | 312.76 | 0.75 | 0.33 |
| Hex | 94 | 15 | 79 | 0 | 56 | 12 | 2A | 139 | 4B | 21 |
| Octal | 224 | 25 | 171 | 0 | 126 | 22 | 52 | 471 | 113 | 41 |
| Binary | 10010100 | 10101 | 1111001 | 0 | 1010110 | 10010 | 101010 | 100111001 | 1001011 | 100001 |
Color Harmonies of #941579
Complementary color
Monochromatic Colors of #941579
Black with #941579
Text Example
Text Example
White with #941579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941579; }
p { color: rgb(148,21,121); }
H1.HeaderClassName
{
color: #941579;
}
.AnyTagClassName
{
color: #941579;
}
</style>
background-color css
<style>
a { background-color: #941579; }
a { background-color: rgb(148,21,121); }
div.DivClassName
{
background-color: #941579;
}
.BgClassName
{
background-color: #941579;
}
</style>
border-color css
<style>
span { border-color: #941579; }
span { border-color: rgb(148,21,121); }
td.TdClassName
{
border-color: #941579;
}
.TagClassName
{
border-color: #941579;
}
</style>