Shades of Dark Purple #931C6E
Tints of Dark Purple #931C6E
RGB
CMYK
RGB Variations
Color information
#931C6E (or 0x931C6E) is known color: Dark Purple. HEX triplet: 93, 1C and 6E. RGB value is (147,28,110). Sum of RGB (Red+Green+Blue) = 147+28+110=285 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.58% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 147 - color contains mainly: red. Hex color #931C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #931C6E is #6CE391. Grayscale: #484848. Windows color (decimal): -7136146 or 7216275. OLE color: 7216275.
HSL color Cylindrical-coordinate representation of color #931C6E: hue angle of 318.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 #931C6E is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 28 | 110 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.42 |
| HSL | 318.66º | 0.68% | 0.34% | - |
| HSV(B) | 318.66º | 0.81% | 0.58% | - |
| XYZ | 15.26 | 8.16 | 15.52 | - |
| YUV | 72.93 | 148.92 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 28 | 110 | 0 | 0.81 | 0.25 | 0.42 | 318.66 | 0.68 | 0.34 |
| Hex | 93 | 1C | 6E | 0 | 51 | 19 | 2A | 13F | 44 | 22 |
| Octal | 223 | 34 | 156 | 0 | 121 | 31 | 52 | 477 | 104 | 42 |
| Binary | 10010011 | 11100 | 1101110 | 0 | 1010001 | 11001 | 101010 | 100111111 | 1000100 | 100010 |
Color Harmonies of #931C6E
Complementary color
Monochromatic Colors of #931C6E
Black with #931C6E
Text Example
Text Example
White with #931C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931C6E; }
p { color: rgb(147,28,110); }
H1.HeaderClassName
{
color: #931C6E;
}
.AnyTagClassName
{
color: #931C6E;
}
</style>
background-color css
<style>
a { background-color: #931C6E; }
a { background-color: rgb(147,28,110); }
div.DivClassName
{
background-color: #931C6E;
}
.BgClassName
{
background-color: #931C6E;
}
</style>
border-color css
<style>
span { border-color: #931C6E; }
span { border-color: rgb(147,28,110); }
td.TdClassName
{
border-color: #931C6E;
}
.TagClassName
{
border-color: #931C6E;
}
</style>