Shades of Dark Purple #931C6C
Tints of Dark Purple #931C6C
RGB
CMYK
RGB Variations
Color information
#931C6C (or 0x931C6C) is known color: Dark Purple. HEX triplet: 93, 1C and 6C. RGB value is (147,28,108). Sum of RGB (Red+Green+Blue) = 147+28+108=283 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.94% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 147 - color contains mainly: red. Hex color #931C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #931C6C is #6CE393. Grayscale: #484848. Windows color (decimal): -7136148 or 7085203. OLE color: 7085203.
HSL color Cylindrical-coordinate representation of color #931C6C: hue angle of 319.66º 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 #931C6C is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 28 | 108 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.42 |
| HSL | 319.66º | 0.68% | 0.34% | - |
| HSV(B) | 319.66º | 0.81% | 0.58% | - |
| XYZ | 15.15 | 8.12 | 14.96 | - |
| YUV | 72.7 | 147.92 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 28 | 108 | 0 | 0.81 | 0.27 | 0.42 | 319.66 | 0.68 | 0.34 |
| Hex | 93 | 1C | 6C | 0 | 51 | 1B | 2A | 140 | 44 | 22 |
| Octal | 223 | 34 | 154 | 0 | 121 | 33 | 52 | 500 | 104 | 42 |
| Binary | 10010011 | 11100 | 1101100 | 0 | 1010001 | 11011 | 101010 | 101000000 | 1000100 | 100010 |
Color Harmonies of #931C6C
Complementary color
Monochromatic Colors of #931C6C
Black with #931C6C
Text Example
Text Example
White with #931C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931C6C; }
p { color: rgb(147,28,108); }
H1.HeaderClassName
{
color: #931C6C;
}
.AnyTagClassName
{
color: #931C6C;
}
</style>
background-color css
<style>
a { background-color: #931C6C; }
a { background-color: rgb(147,28,108); }
div.DivClassName
{
background-color: #931C6C;
}
.BgClassName
{
background-color: #931C6C;
}
</style>
border-color css
<style>
span { border-color: #931C6C; }
span { border-color: rgb(147,28,108); }
td.TdClassName
{
border-color: #931C6C;
}
.TagClassName
{
border-color: #931C6C;
}
</style>