Shades of Dark Purple #931A79
Tints of Dark Purple #931A79
RGB
CMYK
RGB Variations
Color information
#931A79 (or 0x931A79) is known color: Dark Purple. HEX triplet: 93, 1A and 79. RGB value is (147,26,121). Sum of RGB (Red+Green+Blue) = 147+26+121=294 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 121 (47.66% from 255 or 41.16% from 294); Max value from RGB is 147 - color contains mainly: red. Hex color #931A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #931A79 is #6CE586. Grayscale: #484848. Windows color (decimal): -7136647 or 7936659. OLE color: 7936659.
HSL color Cylindrical-coordinate representation of color #931A79: hue angle of 312.89º 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 #931A79 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 26 | 121 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.42 |
| HSL | 312.89º | 0.7% | 0.34% | - |
| HSV(B) | 312.89º | 0.82% | 0.58% | - |
| XYZ | 15.85 | 8.32 | 18.86 | - |
| YUV | 73.01 | 155.09 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 26 | 121 | 0 | 0.82 | 0.18 | 0.42 | 312.89 | 0.7 | 0.34 |
| Hex | 93 | 1A | 79 | 0 | 52 | 12 | 2A | 139 | 46 | 22 |
| Octal | 223 | 32 | 171 | 0 | 122 | 22 | 52 | 471 | 106 | 42 |
| Binary | 10010011 | 11010 | 1111001 | 0 | 1010010 | 10010 | 101010 | 100111001 | 1000110 | 100010 |
Color Harmonies of #931A79
Complementary color
Monochromatic Colors of #931A79
Black with #931A79
Text Example
Text Example
White with #931A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931A79; }
p { color: rgb(147,26,121); }
H1.HeaderClassName
{
color: #931A79;
}
.AnyTagClassName
{
color: #931A79;
}
</style>
background-color css
<style>
a { background-color: #931A79; }
a { background-color: rgb(147,26,121); }
div.DivClassName
{
background-color: #931A79;
}
.BgClassName
{
background-color: #931A79;
}
</style>
border-color css
<style>
span { border-color: #931A79; }
span { border-color: rgb(147,26,121); }
td.TdClassName
{
border-color: #931A79;
}
.TagClassName
{
border-color: #931A79;
}
</style>