Shades of Dark Purple #932987
Tints of Dark Purple #932987
RGB
CMYK
RGB Variations
Color information
#932987 (or 0x932987) is known color: Dark Purple. HEX triplet: 93, 29 and 87. RGB value is (147,41,135). Sum of RGB (Red+Green+Blue) = 147+41+135=323 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.51% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 135 (53.12% from 255 or 41.80% from 323); Max value from RGB is 147 - color contains mainly: red. Hex color #932987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932987 is #6CD678. Grayscale: #535353. Windows color (decimal): -7132793 or 8858003. OLE color: 8858003.
HSL color Cylindrical-coordinate representation of color #932987: hue angle of 306.79º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #932987 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 41 | 135 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.42 |
| HSL | 306.79º | 0.56% | 0.37% | - |
| HSV(B) | 306.79º | 0.72% | 0.58% | - |
| XYZ | 17.2 | 9.54 | 23.86 | - |
| YUV | 83.41 | 157.12 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 41 | 135 | 0 | 0.72 | 0.08 | 0.42 | 306.79 | 0.56 | 0.37 |
| Hex | 93 | 29 | 87 | 0 | 48 | 8 | 2A | 133 | 38 | 25 |
| Octal | 223 | 51 | 207 | 0 | 110 | 10 | 52 | 463 | 70 | 45 |
| Binary | 10010011 | 101001 | 10000111 | 0 | 1001000 | 1000 | 101010 | 100110011 | 111000 | 100101 |
Color Harmonies of #932987
Complementary color
Monochromatic Colors of #932987
Black with #932987
Text Example
Text Example
White with #932987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932987; }
p { color: rgb(147,41,135); }
H1.HeaderClassName
{
color: #932987;
}
.AnyTagClassName
{
color: #932987;
}
</style>
background-color css
<style>
a { background-color: #932987; }
a { background-color: rgb(147,41,135); }
div.DivClassName
{
background-color: #932987;
}
.BgClassName
{
background-color: #932987;
}
</style>
border-color css
<style>
span { border-color: #932987; }
span { border-color: rgb(147,41,135); }
td.TdClassName
{
border-color: #932987;
}
.TagClassName
{
border-color: #932987;
}
</style>