Shades of Dark Purple #941471
Tints of Dark Purple #941471
RGB
CMYK
RGB Variations
Color information
#941471 (or 0x941471) is known color: Dark Purple. HEX triplet: 94, 14 and 71. RGB value is (148,20,113). Sum of RGB (Red+Green+Blue) = 148+20+113=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #941471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941471 is #6BEB8E. Grayscale: #444444. Windows color (decimal): -7072655 or 7410836. OLE color: 7410836.
HSL color Cylindrical-coordinate representation of color #941471: hue angle of 316.41º 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 #941471 is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 20 | 113 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.42 |
| HSL | 316.41º | 0.76% | 0.33% | - |
| HSV(B) | 316.41º | 0.86% | 0.58% | - |
| XYZ | 15.44 | 7.99 | 16.35 | - |
| YUV | 68.87 | 152.91 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 20 | 113 | 0 | 0.86 | 0.24 | 0.42 | 316.41 | 0.76 | 0.33 |
| Hex | 94 | 14 | 71 | 0 | 56 | 18 | 2A | 13C | 4C | 21 |
| Octal | 224 | 24 | 161 | 0 | 126 | 30 | 52 | 474 | 114 | 41 |
| Binary | 10010100 | 10100 | 1110001 | 0 | 1010110 | 11000 | 101010 | 100111100 | 1001100 | 100001 |
Color Harmonies of #941471
Complementary color
Monochromatic Colors of #941471
Black with #941471
Text Example
Text Example
White with #941471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941471; }
p { color: rgb(148,20,113); }
H1.HeaderClassName
{
color: #941471;
}
.AnyTagClassName
{
color: #941471;
}
</style>
background-color css
<style>
a { background-color: #941471; }
a { background-color: rgb(148,20,113); }
div.DivClassName
{
background-color: #941471;
}
.BgClassName
{
background-color: #941471;
}
</style>
border-color css
<style>
span { border-color: #941471; }
span { border-color: rgb(148,20,113); }
td.TdClassName
{
border-color: #941471;
}
.TagClassName
{
border-color: #941471;
}
</style>