Shades of Dark Purple #941470
Tints of Dark Purple #941470
RGB
CMYK
RGB Variations
Color information
#941470 (or 0x941470) is known color: Dark Purple. HEX triplet: 94, 14 and 70. RGB value is (148,20,112). Sum of RGB (Red+Green+Blue) = 148+20+112=280 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.86% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 148 - color contains mainly: red. Hex color #941470 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941470 is #6BEB8F. Grayscale: #444444. Windows color (decimal): -7072656 or 7345300. OLE color: 7345300.
HSL color Cylindrical-coordinate representation of color #941470: hue angle of 316.88º degrees, saturation: 0.76, 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 #941470 is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 20 | 112 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.42 |
| HSL | 316.88º | 0.76% | 0.33% | - |
| HSV(B) | 316.88º | 0.86% | 0.58% | - |
| XYZ | 15.39 | 7.97 | 16.06 | - |
| YUV | 68.76 | 152.41 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 20 | 112 | 0 | 0.86 | 0.24 | 0.42 | 316.88 | 0.76 | 0.33 |
| Hex | 94 | 14 | 70 | 0 | 56 | 18 | 2A | 13D | 4C | 21 |
| Octal | 224 | 24 | 160 | 0 | 126 | 30 | 52 | 475 | 114 | 41 |
| Binary | 10010100 | 10100 | 1110000 | 0 | 1010110 | 11000 | 101010 | 100111101 | 1001100 | 100001 |
Color Harmonies of #941470
Complementary color
Monochromatic Colors of #941470
Black with #941470
Text Example
Text Example
White with #941470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941470; }
p { color: rgb(148,20,112); }
H1.HeaderClassName
{
color: #941470;
}
.AnyTagClassName
{
color: #941470;
}
</style>
background-color css
<style>
a { background-color: #941470; }
a { background-color: rgb(148,20,112); }
div.DivClassName
{
background-color: #941470;
}
.BgClassName
{
background-color: #941470;
}
</style>
border-color css
<style>
span { border-color: #941470; }
span { border-color: rgb(148,20,112); }
td.TdClassName
{
border-color: #941470;
}
.TagClassName
{
border-color: #941470;
}
</style>