Shades of Dark Purple #931D6B
Tints of Dark Purple #931D6B
RGB
CMYK
RGB Variations
Color information
#931D6B (or 0x931D6B) is known color: Dark Purple. HEX triplet: 93, 1D and 6B. RGB value is (147,29,107). Sum of RGB (Red+Green+Blue) = 147+29+107=283 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.94% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 147 - color contains mainly: red. Hex color #931D6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #931D6B is #6CE294. Grayscale: #484848. Windows color (decimal): -7135893 or 7019923. OLE color: 7019923.
HSL color Cylindrical-coordinate representation of color #931D6B: hue angle of 320.34º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #931D6B is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 29 | 107 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.42 |
| HSL | 320.34º | 0.67% | 0.35% | - |
| HSV(B) | 320.34º | 0.8% | 0.58% | - |
| XYZ | 15.13 | 8.14 | 14.68 | - |
| YUV | 73.17 | 147.09 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 29 | 107 | 0 | 0.80 | 0.27 | 0.42 | 320.34 | 0.67 | 0.35 |
| Hex | 93 | 1D | 6B | 0 | 50 | 1B | 2A | 140 | 43 | 23 |
| Octal | 223 | 35 | 153 | 0 | 120 | 33 | 52 | 500 | 103 | 43 |
| Binary | 10010011 | 11101 | 1101011 | 0 | 1010000 | 11011 | 101010 | 101000000 | 1000011 | 100011 |
Color Harmonies of #931D6B
Complementary color
Monochromatic Colors of #931D6B
Black with #931D6B
Text Example
Text Example
White with #931D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931D6B; }
p { color: rgb(147,29,107); }
H1.HeaderClassName
{
color: #931D6B;
}
.AnyTagClassName
{
color: #931D6B;
}
</style>
background-color css
<style>
a { background-color: #931D6B; }
a { background-color: rgb(147,29,107); }
div.DivClassName
{
background-color: #931D6B;
}
.BgClassName
{
background-color: #931D6B;
}
</style>
border-color css
<style>
span { border-color: #931D6B; }
span { border-color: rgb(147,29,107); }
td.TdClassName
{
border-color: #931D6B;
}
.TagClassName
{
border-color: #931D6B;
}
</style>