Shades of Dark Purple #931677
Tints of Dark Purple #931677
RGB
CMYK
RGB Variations
Color information
#931677 (or 0x931677) is known color: Dark Purple. HEX triplet: 93, 16 and 77. RGB value is (147,22,119). Sum of RGB (Red+Green+Blue) = 147+22+119=288 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.04% from 288); Green value is 22 (8.98% from 255 or 7.64% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 147 - color contains mainly: red. Hex color #931677 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931677 is #6CE988. Grayscale: #464646. Windows color (decimal): -7137673 or 7804563. OLE color: 7804563.
HSL color Cylindrical-coordinate representation of color #931677: hue angle of 313.44º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #931677 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 22 | 119 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.42 |
| HSL | 313.44º | 0.74% | 0.33% | - |
| HSV(B) | 313.44º | 0.85% | 0.58% | - |
| XYZ | 15.65 | 8.11 | 18.19 | - |
| YUV | 70.43 | 155.41 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 22 | 119 | 0 | 0.85 | 0.19 | 0.42 | 313.44 | 0.74 | 0.33 |
| Hex | 93 | 16 | 77 | 0 | 55 | 13 | 2A | 139 | 4A | 21 |
| Octal | 223 | 26 | 167 | 0 | 125 | 23 | 52 | 471 | 112 | 41 |
| Binary | 10010011 | 10110 | 1110111 | 0 | 1010101 | 10011 | 101010 | 100111001 | 1001010 | 100001 |
Color Harmonies of #931677
Complementary color
Monochromatic Colors of #931677
Black with #931677
Text Example
Text Example
White with #931677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931677; }
p { color: rgb(147,22,119); }
H1.HeaderClassName
{
color: #931677;
}
.AnyTagClassName
{
color: #931677;
}
</style>
background-color css
<style>
a { background-color: #931677; }
a { background-color: rgb(147,22,119); }
div.DivClassName
{
background-color: #931677;
}
.BgClassName
{
background-color: #931677;
}
</style>
border-color css
<style>
span { border-color: #931677; }
span { border-color: rgb(147,22,119); }
td.TdClassName
{
border-color: #931677;
}
.TagClassName
{
border-color: #931677;
}
</style>