Shades of Dark Purple #931B7E
Tints of Dark Purple #931B7E
RGB
CMYK
RGB Variations
Color information
#931B7E (or 0x931B7E) is known color: Dark Purple. HEX triplet: 93, 1B and 7E. RGB value is (147,27,126). Sum of RGB (Red+Green+Blue) = 147+27+126=300 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49% from 300); Green value is 27 (10.94% from 255 or 9% from 300); Blue value is 126 (49.61% from 255 or 42% from 300); Max value from RGB is 147 - color contains mainly: red. Hex color #931B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #931B7E is #6CE481. Grayscale: #494949. Windows color (decimal): -7136386 or 8264595. OLE color: 8264595.
HSL color Cylindrical-coordinate representation of color #931B7E: hue angle of 310.5º degrees, saturation: 0.69, 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 #931B7E is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 27 | 126 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.42 |
| HSL | 310.5º | 0.69% | 0.34% | - |
| HSV(B) | 310.5º | 0.82% | 0.58% | - |
| XYZ | 16.19 | 8.49 | 20.52 | - |
| YUV | 74.17 | 157.26 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 27 | 126 | 0 | 0.82 | 0.14 | 0.42 | 310.5 | 0.69 | 0.34 |
| Hex | 93 | 1B | 7E | 0 | 52 | E | 2A | 136 | 45 | 22 |
| Octal | 223 | 33 | 176 | 0 | 122 | 16 | 52 | 466 | 105 | 42 |
| Binary | 10010011 | 11011 | 1111110 | 0 | 1010010 | 1110 | 101010 | 100110110 | 1000101 | 100010 |
Color Harmonies of #931B7E
Complementary color
Monochromatic Colors of #931B7E
Black with #931B7E
Text Example
Text Example
White with #931B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931B7E; }
p { color: rgb(147,27,126); }
H1.HeaderClassName
{
color: #931B7E;
}
.AnyTagClassName
{
color: #931B7E;
}
</style>
background-color css
<style>
a { background-color: #931B7E; }
a { background-color: rgb(147,27,126); }
div.DivClassName
{
background-color: #931B7E;
}
.BgClassName
{
background-color: #931B7E;
}
</style>
border-color css
<style>
span { border-color: #931B7E; }
span { border-color: rgb(147,27,126); }
td.TdClassName
{
border-color: #931B7E;
}
.TagClassName
{
border-color: #931B7E;
}
</style>