Shades of Dark Purple #931E7F
Tints of Dark Purple #931E7F
RGB
CMYK
RGB Variations
Color information
#931E7F (or 0x931E7F) is known color: Dark Purple. HEX triplet: 93, 1E and 7F. RGB value is (147,30,127). Sum of RGB (Red+Green+Blue) = 147+30+127=304 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.36% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 147 - color contains mainly: red. Hex color #931E7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #931E7F is #6CE180. Grayscale: #4B4B4B. Windows color (decimal): -7135617 or 8330899. OLE color: 8330899.
HSL color Cylindrical-coordinate representation of color #931E7F: hue angle of 310.26º 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 #931E7F is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 30 | 127 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.42 |
| HSL | 310.26º | 0.66% | 0.35% | - |
| HSV(B) | 310.26º | 0.8% | 0.58% | - |
| XYZ | 16.33 | 8.66 | 20.89 | - |
| YUV | 76.04 | 156.76 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 30 | 127 | 0 | 0.80 | 0.14 | 0.42 | 310.26 | 0.66 | 0.35 |
| Hex | 93 | 1E | 7F | 0 | 50 | E | 2A | 136 | 42 | 23 |
| Octal | 223 | 36 | 177 | 0 | 120 | 16 | 52 | 466 | 102 | 43 |
| Binary | 10010011 | 11110 | 1111111 | 0 | 1010000 | 1110 | 101010 | 100110110 | 1000010 | 100011 |
Color Harmonies of #931E7F
Complementary color
Monochromatic Colors of #931E7F
Black with #931E7F
Text Example
Text Example
White with #931E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931E7F; }
p { color: rgb(147,30,127); }
H1.HeaderClassName
{
color: #931E7F;
}
.AnyTagClassName
{
color: #931E7F;
}
</style>
background-color css
<style>
a { background-color: #931E7F; }
a { background-color: rgb(147,30,127); }
div.DivClassName
{
background-color: #931E7F;
}
.BgClassName
{
background-color: #931E7F;
}
</style>
border-color css
<style>
span { border-color: #931E7F; }
span { border-color: rgb(147,30,127); }
td.TdClassName
{
border-color: #931E7F;
}
.TagClassName
{
border-color: #931E7F;
}
</style>