Shades of Dark Purple #931385
Tints of Dark Purple #931385
RGB
CMYK
RGB Variations
Color information
#931385 (or 0x931385) is known color: Dark Purple. HEX triplet: 93, 13 and 85. RGB value is (147,19,133). Sum of RGB (Red+Green+Blue) = 147+19+133=299 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.16% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 147 - color contains mainly: red. Hex color #931385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #931385 is #6CEC7A. Grayscale: #454545. Windows color (decimal): -7138427 or 8721299. OLE color: 8721299.
HSL color Cylindrical-coordinate representation of color #931385: hue angle of 306.56º 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 #931385 is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 19 | 133 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.42 |
| HSL | 306.56º | 0.77% | 0.33% | - |
| HSV(B) | 306.56º | 0.87% | 0.58% | - |
| XYZ | 16.5 | 8.36 | 22.93 | - |
| YUV | 70.27 | 163.41 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 19 | 133 | 0 | 0.87 | 0.10 | 0.42 | 306.56 | 0.77 | 0.33 |
| Hex | 93 | 13 | 85 | 0 | 57 | A | 2A | 133 | 4D | 21 |
| Octal | 223 | 23 | 205 | 0 | 127 | 12 | 52 | 463 | 115 | 41 |
| Binary | 10010011 | 10011 | 10000101 | 0 | 1010111 | 1010 | 101010 | 100110011 | 1001101 | 100001 |
Color Harmonies of #931385
Complementary color
Monochromatic Colors of #931385
Black with #931385
Text Example
Text Example
White with #931385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931385; }
p { color: rgb(147,19,133); }
H1.HeaderClassName
{
color: #931385;
}
.AnyTagClassName
{
color: #931385;
}
</style>
background-color css
<style>
a { background-color: #931385; }
a { background-color: rgb(147,19,133); }
div.DivClassName
{
background-color: #931385;
}
.BgClassName
{
background-color: #931385;
}
</style>
border-color css
<style>
span { border-color: #931385; }
span { border-color: rgb(147,19,133); }
td.TdClassName
{
border-color: #931385;
}
.TagClassName
{
border-color: #931385;
}
</style>