Shades of Dark Purple #930E7B
Tints of Dark Purple #930E7B
RGB
CMYK
RGB Variations
Color information
#930E7B (or 0x930E7B) is known color: Dark Purple. HEX triplet: 93, 0E and 7B. RGB value is (147,14,123). Sum of RGB (Red+Green+Blue) = 147+14+123=284 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.76% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 123 (48.44% from 255 or 43.31% from 284); Max value from RGB is 147 - color contains mainly: red. Hex color #930E7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930E7B is #6CF184. Grayscale: #414141. Windows color (decimal): -7139717 or 8064659. OLE color: 8064659.
HSL color Cylindrical-coordinate representation of color #930E7B: hue angle of 310.83º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #930E7B is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 14 | 123 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.42 |
| HSL | 310.83º | 0.83% | 0.32% | - |
| HSV(B) | 310.83º | 0.9% | 0.58% | - |
| XYZ | 15.76 | 7.95 | 19.44 | - |
| YUV | 66.19 | 160.06 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 14 | 123 | 0 | 0.90 | 0.16 | 0.42 | 310.83 | 0.83 | 0.32 |
| Hex | 93 | E | 7B | 0 | 5A | 10 | 2A | 137 | 53 | 20 |
| Octal | 223 | 16 | 173 | 0 | 132 | 20 | 52 | 467 | 123 | 40 |
| Binary | 10010011 | 1110 | 1111011 | 0 | 1011010 | 10000 | 101010 | 100110111 | 1010011 | 100000 |
Color Harmonies of #930E7B
Complementary color
Monochromatic Colors of #930E7B
Black with #930E7B
Text Example
Text Example
White with #930E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930E7B; }
p { color: rgb(147,14,123); }
H1.HeaderClassName
{
color: #930E7B;
}
.AnyTagClassName
{
color: #930E7B;
}
</style>
background-color css
<style>
a { background-color: #930E7B; }
a { background-color: rgb(147,14,123); }
div.DivClassName
{
background-color: #930E7B;
}
.BgClassName
{
background-color: #930E7B;
}
</style>
border-color css
<style>
span { border-color: #930E7B; }
span { border-color: rgb(147,14,123); }
td.TdClassName
{
border-color: #930E7B;
}
.TagClassName
{
border-color: #930E7B;
}
</style>