Shades of Dark Purple #932391
Tints of Dark Purple #932391
RGB
CMYK
RGB Variations
Color information
#932391 (or 0x932391) is known color: Dark Purple. HEX triplet: 93, 23 and 91. RGB value is (147,35,145). Sum of RGB (Red+Green+Blue) = 147+35+145=327 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.95% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 147 - color contains mainly: red. Hex color #932391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932391 is #6CDC6E. Grayscale: #505050. Windows color (decimal): -7134319 or 9511827. OLE color: 9511827.
HSL color Cylindrical-coordinate representation of color #932391: hue angle of 301.07º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #932391 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 35 | 145 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.42 |
| HSL | 301.07º | 0.62% | 0.36% | - |
| HSV(B) | 301.07º | 0.76% | 0.58% | - |
| XYZ | 17.74 | 9.45 | 27.68 | - |
| YUV | 81.03 | 164.11 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 35 | 145 | 0 | 0.76 | 0.01 | 0.42 | 301.07 | 0.62 | 0.36 |
| Hex | 93 | 23 | 91 | 0 | 4C | 1 | 2A | 12D | 3E | 24 |
| Octal | 223 | 43 | 221 | 0 | 114 | 1 | 52 | 455 | 76 | 44 |
| Binary | 10010011 | 100011 | 10010001 | 0 | 1001100 | 1 | 101010 | 100101101 | 111110 | 100100 |
Color Harmonies of #932391
Complementary color
Monochromatic Colors of #932391
Black with #932391
Text Example
Text Example
White with #932391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932391; }
p { color: rgb(147,35,145); }
H1.HeaderClassName
{
color: #932391;
}
.AnyTagClassName
{
color: #932391;
}
</style>
background-color css
<style>
a { background-color: #932391; }
a { background-color: rgb(147,35,145); }
div.DivClassName
{
background-color: #932391;
}
.BgClassName
{
background-color: #932391;
}
</style>
border-color css
<style>
span { border-color: #932391; }
span { border-color: rgb(147,35,145); }
td.TdClassName
{
border-color: #932391;
}
.TagClassName
{
border-color: #932391;
}
</style>