Shades of Dark Purple #931A7E
Tints of Dark Purple #931A7E
RGB
CMYK
RGB Variations
Color information
#931A7E (or 0x931A7E) is known color: Dark Purple. HEX triplet: 93, 1A and 7E. RGB value is (147,26,126). Sum of RGB (Red+Green+Blue) = 147+26+126=299 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.16% from 299); Green value is 26 (10.55% from 255 or 8.70% from 299); Blue value is 126 (49.61% from 255 or 42.14% from 299); Max value from RGB is 147 - color contains mainly: red. Hex color #931A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #931A7E is #6CE581. Grayscale: #494949. Windows color (decimal): -7136642 or 8264339. OLE color: 8264339.
HSL color Cylindrical-coordinate representation of color #931A7E: hue angle of 310.41º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #931A7E is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 26 | 126 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.42 |
| HSL | 310.41º | 0.7% | 0.34% | - |
| HSV(B) | 310.41º | 0.82% | 0.58% | - |
| XYZ | 16.17 | 8.45 | 20.52 | - |
| YUV | 73.58 | 157.59 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 26 | 126 | 0 | 0.82 | 0.14 | 0.42 | 310.41 | 0.7 | 0.34 |
| Hex | 93 | 1A | 7E | 0 | 52 | E | 2A | 136 | 46 | 22 |
| Octal | 223 | 32 | 176 | 0 | 122 | 16 | 52 | 466 | 106 | 42 |
| Binary | 10010011 | 11010 | 1111110 | 0 | 1010010 | 1110 | 101010 | 100110110 | 1000110 | 100010 |
Color Harmonies of #931A7E
Complementary color
Monochromatic Colors of #931A7E
Black with #931A7E
Text Example
Text Example
White with #931A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931A7E; }
p { color: rgb(147,26,126); }
H1.HeaderClassName
{
color: #931A7E;
}
.AnyTagClassName
{
color: #931A7E;
}
</style>
background-color css
<style>
a { background-color: #931A7E; }
a { background-color: rgb(147,26,126); }
div.DivClassName
{
background-color: #931A7E;
}
.BgClassName
{
background-color: #931A7E;
}
</style>
border-color css
<style>
span { border-color: #931A7E; }
span { border-color: rgb(147,26,126); }
td.TdClassName
{
border-color: #931A7E;
}
.TagClassName
{
border-color: #931A7E;
}
</style>