Shades of Dark Purple #931373
Tints of Dark Purple #931373
RGB
CMYK
RGB Variations
Color information
#931373 (or 0x931373) is known color: Dark Purple. HEX triplet: 93, 13 and 73. RGB value is (147,19,115). Sum of RGB (Red+Green+Blue) = 147+19+115=281 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.31% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 147 - color contains mainly: red. Hex color #931373 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931373 is #6CEC8C. Grayscale: #434343. Windows color (decimal): -7138445 or 7541651. OLE color: 7541651.
HSL color Cylindrical-coordinate representation of color #931373: hue angle of 315º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #931373 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 19 | 115 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.42 |
| HSL | 315º | 0.77% | 0.33% | - |
| HSV(B) | 315º | 0.87% | 0.58% | - |
| XYZ | 15.36 | 7.91 | 16.94 | - |
| YUV | 68.22 | 154.41 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 19 | 115 | 0 | 0.87 | 0.22 | 0.42 | 315 | 0.77 | 0.33 |
| Hex | 93 | 13 | 73 | 0 | 57 | 16 | 2A | 13B | 4D | 21 |
| Octal | 223 | 23 | 163 | 0 | 127 | 26 | 52 | 473 | 115 | 41 |
| Binary | 10010011 | 10011 | 1110011 | 0 | 1010111 | 10110 | 101010 | 100111011 | 1001101 | 100001 |
Color Harmonies of #931373
Complementary color
Monochromatic Colors of #931373
Black with #931373
Text Example
Text Example
White with #931373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931373; }
p { color: rgb(147,19,115); }
H1.HeaderClassName
{
color: #931373;
}
.AnyTagClassName
{
color: #931373;
}
</style>
background-color css
<style>
a { background-color: #931373; }
a { background-color: rgb(147,19,115); }
div.DivClassName
{
background-color: #931373;
}
.BgClassName
{
background-color: #931373;
}
</style>
border-color css
<style>
span { border-color: #931373; }
span { border-color: rgb(147,19,115); }
td.TdClassName
{
border-color: #931373;
}
.TagClassName
{
border-color: #931373;
}
</style>