Shades of Dark Purple #931E6B
Tints of Dark Purple #931E6B
RGB
CMYK
RGB Variations
Color information
#931E6B (or 0x931E6B) is known color: Dark Purple. HEX triplet: 93, 1E and 6B. RGB value is (147,30,107). Sum of RGB (Red+Green+Blue) = 147+30+107=284 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.76% from 284); Green value is 30 (12.11% from 255 or 10.56% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 147 - color contains mainly: red. Hex color #931E6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #931E6B is #6CE194. Grayscale: #494949. Windows color (decimal): -7135637 or 7020179. OLE color: 7020179.
HSL color Cylindrical-coordinate representation of color #931E6B: hue angle of 320.51º degrees, saturation: 0.66, 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 #931E6B is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 30 | 107 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.42 |
| HSL | 320.51º | 0.66% | 0.35% | - |
| HSV(B) | 320.51º | 0.8% | 0.58% | - |
| XYZ | 15.15 | 8.19 | 14.69 | - |
| YUV | 73.76 | 146.76 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 30 | 107 | 0 | 0.80 | 0.27 | 0.42 | 320.51 | 0.66 | 0.35 |
| Hex | 93 | 1E | 6B | 0 | 50 | 1B | 2A | 141 | 42 | 23 |
| Octal | 223 | 36 | 153 | 0 | 120 | 33 | 52 | 501 | 102 | 43 |
| Binary | 10010011 | 11110 | 1101011 | 0 | 1010000 | 11011 | 101010 | 101000001 | 1000010 | 100011 |
Color Harmonies of #931E6B
Complementary color
Monochromatic Colors of #931E6B
Black with #931E6B
Text Example
Text Example
White with #931E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931E6B; }
p { color: rgb(147,30,107); }
H1.HeaderClassName
{
color: #931E6B;
}
.AnyTagClassName
{
color: #931E6B;
}
</style>
background-color css
<style>
a { background-color: #931E6B; }
a { background-color: rgb(147,30,107); }
div.DivClassName
{
background-color: #931E6B;
}
.BgClassName
{
background-color: #931E6B;
}
</style>
border-color css
<style>
span { border-color: #931E6B; }
span { border-color: rgb(147,30,107); }
td.TdClassName
{
border-color: #931E6B;
}
.TagClassName
{
border-color: #931E6B;
}
</style>