Shades of Dark Purple #931477
Tints of Dark Purple #931477
RGB
CMYK
RGB Variations
Color information
#931477 (or 0x931477) is known color: Dark Purple. HEX triplet: 93, 14 and 77. RGB value is (147,20,119). Sum of RGB (Red+Green+Blue) = 147+20+119=286 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.40% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 147 - color contains mainly: red. Hex color #931477 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931477 is #6CEB88. Grayscale: #444444. Windows color (decimal): -7138185 or 7804051. OLE color: 7804051.
HSL color Cylindrical-coordinate representation of color #931477: hue angle of 313.23º 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 #931477 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 20 | 119 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.42 |
| HSL | 313.23º | 0.76% | 0.33% | - |
| HSV(B) | 313.23º | 0.86% | 0.58% | - |
| XYZ | 15.61 | 8.04 | 18.18 | - |
| YUV | 69.26 | 156.08 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 20 | 119 | 0 | 0.86 | 0.19 | 0.42 | 313.23 | 0.76 | 0.33 |
| Hex | 93 | 14 | 77 | 0 | 56 | 13 | 2A | 139 | 4C | 21 |
| Octal | 223 | 24 | 167 | 0 | 126 | 23 | 52 | 471 | 114 | 41 |
| Binary | 10010011 | 10100 | 1110111 | 0 | 1010110 | 10011 | 101010 | 100111001 | 1001100 | 100001 |
Color Harmonies of #931477
Complementary color
Monochromatic Colors of #931477
Black with #931477
Text Example
Text Example
White with #931477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931477; }
p { color: rgb(147,20,119); }
H1.HeaderClassName
{
color: #931477;
}
.AnyTagClassName
{
color: #931477;
}
</style>
background-color css
<style>
a { background-color: #931477; }
a { background-color: rgb(147,20,119); }
div.DivClassName
{
background-color: #931477;
}
.BgClassName
{
background-color: #931477;
}
</style>
border-color css
<style>
span { border-color: #931477; }
span { border-color: rgb(147,20,119); }
td.TdClassName
{
border-color: #931477;
}
.TagClassName
{
border-color: #931477;
}
</style>