Shades of Dark Purple #931C6D
Tints of Dark Purple #931C6D
RGB
CMYK
RGB Variations
Color information
#931C6D (or 0x931C6D) is known color: Dark Purple. HEX triplet: 93, 1C and 6D. RGB value is (147,28,109). Sum of RGB (Red+Green+Blue) = 147+28+109=284 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.76% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 147 - color contains mainly: red. Hex color #931C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #931C6D is #6CE392. Grayscale: #484848. Windows color (decimal): -7136147 or 7150739. OLE color: 7150739.
HSL color Cylindrical-coordinate representation of color #931C6D: hue angle of 319.16º 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 #931C6D is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 28 | 109 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.42 |
| HSL | 319.16º | 0.68% | 0.34% | - |
| HSV(B) | 319.16º | 0.81% | 0.58% | - |
| XYZ | 15.21 | 8.14 | 15.24 | - |
| YUV | 72.82 | 148.42 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 28 | 109 | 0 | 0.81 | 0.26 | 0.42 | 319.16 | 0.68 | 0.34 |
| Hex | 93 | 1C | 6D | 0 | 51 | 1A | 2A | 13F | 44 | 22 |
| Octal | 223 | 34 | 155 | 0 | 121 | 32 | 52 | 477 | 104 | 42 |
| Binary | 10010011 | 11100 | 1101101 | 0 | 1010001 | 11010 | 101010 | 100111111 | 1000100 | 100010 |
Color Harmonies of #931C6D
Complementary color
Monochromatic Colors of #931C6D
Black with #931C6D
Text Example
Text Example
White with #931C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931C6D; }
p { color: rgb(147,28,109); }
H1.HeaderClassName
{
color: #931C6D;
}
.AnyTagClassName
{
color: #931C6D;
}
</style>
background-color css
<style>
a { background-color: #931C6D; }
a { background-color: rgb(147,28,109); }
div.DivClassName
{
background-color: #931C6D;
}
.BgClassName
{
background-color: #931C6D;
}
</style>
border-color css
<style>
span { border-color: #931C6D; }
span { border-color: rgb(147,28,109); }
td.TdClassName
{
border-color: #931C6D;
}
.TagClassName
{
border-color: #931C6D;
}
</style>