Shades of Dark Purple #931E8D
Tints of Dark Purple #931E8D
RGB
CMYK
RGB Variations
Color information
#931E8D (or 0x931E8D) is known color: Dark Purple. HEX triplet: 93, 1E and 8D. RGB value is (147,30,141). Sum of RGB (Red+Green+Blue) = 147+30+141=318 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.23% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 147 - color contains mainly: red. Hex color #931E8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #931E8D is #6CE172. Grayscale: #4D4D4D. Windows color (decimal): -7135603 or 9248403. OLE color: 9248403.
HSL color Cylindrical-coordinate representation of color #931E8D: hue angle of 303.08º 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 #931E8D is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 30 | 141 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.42 |
| HSL | 303.08º | 0.66% | 0.35% | - |
| HSV(B) | 303.08º | 0.8% | 0.58% | - |
| XYZ | 17.3 | 9.05 | 26.03 | - |
| YUV | 77.64 | 163.76 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 30 | 141 | 0 | 0.80 | 0.04 | 0.42 | 303.08 | 0.66 | 0.35 |
| Hex | 93 | 1E | 8D | 0 | 50 | 4 | 2A | 12F | 42 | 23 |
| Octal | 223 | 36 | 215 | 0 | 120 | 4 | 52 | 457 | 102 | 43 |
| Binary | 10010011 | 11110 | 10001101 | 0 | 1010000 | 100 | 101010 | 100101111 | 1000010 | 100011 |
Color Harmonies of #931E8D
Complementary color
Monochromatic Colors of #931E8D
Black with #931E8D
Text Example
Text Example
White with #931E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931E8D; }
p { color: rgb(147,30,141); }
H1.HeaderClassName
{
color: #931E8D;
}
.AnyTagClassName
{
color: #931E8D;
}
</style>
background-color css
<style>
a { background-color: #931E8D; }
a { background-color: rgb(147,30,141); }
div.DivClassName
{
background-color: #931E8D;
}
.BgClassName
{
background-color: #931E8D;
}
</style>
border-color css
<style>
span { border-color: #931E8D; }
span { border-color: rgb(147,30,141); }
td.TdClassName
{
border-color: #931E8D;
}
.TagClassName
{
border-color: #931E8D;
}
</style>