Shades of Dark Purple #932491
Tints of Dark Purple #932491
RGB
CMYK
RGB Variations
Color information
#932491 (or 0x932491) is known color: Dark Purple. HEX triplet: 93, 24 and 91. RGB value is (147,36,145). Sum of RGB (Red+Green+Blue) = 147+36+145=328 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.82% from 328); Green value is 36 (14.45% from 255 or 10.98% from 328); Blue value is 145 (57.03% from 255 or 44.21% from 328); Max value from RGB is 147 - color contains mainly: red. Hex color #932491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932491 is #6CDB6E. Grayscale: #515151. Windows color (decimal): -7134063 or 9512083. OLE color: 9512083.
HSL color Cylindrical-coordinate representation of color #932491: hue angle of 301.08º degrees, saturation: 0.61, 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 #932491 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 36 | 145 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.42 |
| HSL | 301.08º | 0.61% | 0.36% | - |
| HSV(B) | 301.08º | 0.76% | 0.58% | - |
| XYZ | 17.77 | 9.51 | 27.69 | - |
| YUV | 81.62 | 163.77 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 36 | 145 | 0 | 0.76 | 0.01 | 0.42 | 301.08 | 0.61 | 0.36 |
| Hex | 93 | 24 | 91 | 0 | 4C | 1 | 2A | 12D | 3D | 24 |
| Octal | 223 | 44 | 221 | 0 | 114 | 1 | 52 | 455 | 75 | 44 |
| Binary | 10010011 | 100100 | 10010001 | 0 | 1001100 | 1 | 101010 | 100101101 | 111101 | 100100 |
Color Harmonies of #932491
Complementary color
Monochromatic Colors of #932491
Black with #932491
Text Example
Text Example
White with #932491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932491; }
p { color: rgb(147,36,145); }
H1.HeaderClassName
{
color: #932491;
}
.AnyTagClassName
{
color: #932491;
}
</style>
background-color css
<style>
a { background-color: #932491; }
a { background-color: rgb(147,36,145); }
div.DivClassName
{
background-color: #932491;
}
.BgClassName
{
background-color: #932491;
}
</style>
border-color css
<style>
span { border-color: #932491; }
span { border-color: rgb(147,36,145); }
td.TdClassName
{
border-color: #932491;
}
.TagClassName
{
border-color: #932491;
}
</style>