Shades of Dark Purple #931675
Tints of Dark Purple #931675
RGB
CMYK
RGB Variations
Color information
#931675 (or 0x931675) is known color: Dark Purple. HEX triplet: 93, 16 and 75. RGB value is (147,22,117). Sum of RGB (Red+Green+Blue) = 147+22+117=286 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.40% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 147 - color contains mainly: red. Hex color #931675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931675 is #6CE98A. Grayscale: #454545. Windows color (decimal): -7137675 or 7673491. OLE color: 7673491.
HSL color Cylindrical-coordinate representation of color #931675: hue angle of 314.4º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #931675 is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 22 | 117 | - |
| CMYK | 0 | 0.85 | 0.20 | 0.42 |
| HSL | 314.4º | 0.74% | 0.33% | - |
| HSV(B) | 314.4º | 0.85% | 0.58% | - |
| XYZ | 15.53 | 8.06 | 17.57 | - |
| YUV | 70.21 | 154.41 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 22 | 117 | 0 | 0.85 | 0.20 | 0.42 | 314.4 | 0.74 | 0.33 |
| Hex | 93 | 16 | 75 | 0 | 55 | 14 | 2A | 13A | 4A | 21 |
| Octal | 223 | 26 | 165 | 0 | 125 | 24 | 52 | 472 | 112 | 41 |
| Binary | 10010011 | 10110 | 1110101 | 0 | 1010101 | 10100 | 101010 | 100111010 | 1001010 | 100001 |
Color Harmonies of #931675
Complementary color
Monochromatic Colors of #931675
Black with #931675
Text Example
Text Example
White with #931675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931675; }
p { color: rgb(147,22,117); }
H1.HeaderClassName
{
color: #931675;
}
.AnyTagClassName
{
color: #931675;
}
</style>
background-color css
<style>
a { background-color: #931675; }
a { background-color: rgb(147,22,117); }
div.DivClassName
{
background-color: #931675;
}
.BgClassName
{
background-color: #931675;
}
</style>
border-color css
<style>
span { border-color: #931675; }
span { border-color: rgb(147,22,117); }
td.TdClassName
{
border-color: #931675;
}
.TagClassName
{
border-color: #931675;
}
</style>