Shades of Dark Purple #932A87
Tints of Dark Purple #932A87
RGB
CMYK
RGB Variations
Color information
#932A87 (or 0x932A87) is known color: Dark Purple. HEX triplet: 93, 2A and 87. RGB value is (147,42,135). Sum of RGB (Red+Green+Blue) = 147+42+135=324 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.37% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 147 - color contains mainly: red. Hex color #932A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932A87 is #6CD578. Grayscale: #535353. Windows color (decimal): -7132537 or 8858259. OLE color: 8858259.
HSL color Cylindrical-coordinate representation of color #932A87: hue angle of 306.86º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #932A87 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 42 | 135 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.42 |
| HSL | 306.86º | 0.56% | 0.37% | - |
| HSV(B) | 306.86º | 0.71% | 0.58% | - |
| XYZ | 17.23 | 9.61 | 23.87 | - |
| YUV | 84 | 156.79 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 42 | 135 | 0 | 0.71 | 0.08 | 0.42 | 306.86 | 0.56 | 0.37 |
| Hex | 93 | 2A | 87 | 0 | 47 | 8 | 2A | 133 | 38 | 25 |
| Octal | 223 | 52 | 207 | 0 | 107 | 10 | 52 | 463 | 70 | 45 |
| Binary | 10010011 | 101010 | 10000111 | 0 | 1000111 | 1000 | 101010 | 100110011 | 111000 | 100101 |
Color Harmonies of #932A87
Complementary color
Monochromatic Colors of #932A87
Black with #932A87
Text Example
Text Example
White with #932A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932A87; }
p { color: rgb(147,42,135); }
H1.HeaderClassName
{
color: #932A87;
}
.AnyTagClassName
{
color: #932A87;
}
</style>
background-color css
<style>
a { background-color: #932A87; }
a { background-color: rgb(147,42,135); }
div.DivClassName
{
background-color: #932A87;
}
.BgClassName
{
background-color: #932A87;
}
</style>
border-color css
<style>
span { border-color: #932A87; }
span { border-color: rgb(147,42,135); }
td.TdClassName
{
border-color: #932A87;
}
.TagClassName
{
border-color: #932A87;
}
</style>