Shades of Dark Purple #931C68
Tints of Dark Purple #931C68
RGB
CMYK
RGB Variations
Color information
#931C68 (or 0x931C68) is known color: Dark Purple. HEX triplet: 93, 1C and 68. RGB value is (147,28,104). Sum of RGB (Red+Green+Blue) = 147+28+104=279 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.69% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 147 - color contains mainly: red. Hex color #931C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #931C68 is #6CE397. Grayscale: #484848. Windows color (decimal): -7136152 or 6823059. OLE color: 6823059.
HSL color Cylindrical-coordinate representation of color #931C68: hue angle of 321.68º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #931C68 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 28 | 104 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.42 |
| HSL | 321.68º | 0.68% | 0.34% | - |
| HSV(B) | 321.68º | 0.81% | 0.58% | - |
| XYZ | 14.95 | 8.03 | 13.86 | - |
| YUV | 72.25 | 145.92 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 28 | 104 | 0 | 0.81 | 0.29 | 0.42 | 321.68 | 0.68 | 0.34 |
| Hex | 93 | 1C | 68 | 0 | 51 | 1D | 2A | 142 | 44 | 22 |
| Octal | 223 | 34 | 150 | 0 | 121 | 35 | 52 | 502 | 104 | 42 |
| Binary | 10010011 | 11100 | 1101000 | 0 | 1010001 | 11101 | 101010 | 101000010 | 1000100 | 100010 |
Color Harmonies of #931C68
Complementary color
Monochromatic Colors of #931C68
Black with #931C68
Text Example
Text Example
White with #931C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931C68; }
p { color: rgb(147,28,104); }
H1.HeaderClassName
{
color: #931C68;
}
.AnyTagClassName
{
color: #931C68;
}
</style>
background-color css
<style>
a { background-color: #931C68; }
a { background-color: rgb(147,28,104); }
div.DivClassName
{
background-color: #931C68;
}
.BgClassName
{
background-color: #931C68;
}
</style>
border-color css
<style>
span { border-color: #931C68; }
span { border-color: rgb(147,28,104); }
td.TdClassName
{
border-color: #931C68;
}
.TagClassName
{
border-color: #931C68;
}
</style>