Shades of Dark Purple #932392
Tints of Dark Purple #932392
RGB
CMYK
RGB Variations
Color information
#932392 (or 0x932392) is known color: Dark Purple. HEX triplet: 93, 23 and 92. RGB value is (147,35,146). Sum of RGB (Red+Green+Blue) = 147+35+146=328 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.82% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 147 - color contains mainly: red. Hex color #932392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932392 is #6CDC6D. Grayscale: #505050. Windows color (decimal): -7134318 or 9577363. OLE color: 9577363.
HSL color Cylindrical-coordinate representation of color #932392: hue angle of 300.54º 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 #932392 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 35 | 146 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.42 |
| HSL | 300.54º | 0.62% | 0.36% | - |
| HSV(B) | 300.54º | 0.76% | 0.58% | - |
| XYZ | 17.82 | 9.48 | 28.08 | - |
| YUV | 81.14 | 164.61 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 35 | 146 | 0 | 0.76 | 0.01 | 0.42 | 300.54 | 0.62 | 0.36 |
| Hex | 93 | 23 | 92 | 0 | 4C | 1 | 2A | 12D | 3E | 24 |
| Octal | 223 | 43 | 222 | 0 | 114 | 1 | 52 | 455 | 76 | 44 |
| Binary | 10010011 | 100011 | 10010010 | 0 | 1001100 | 1 | 101010 | 100101101 | 111110 | 100100 |
Color Harmonies of #932392
Complementary color
Monochromatic Colors of #932392
Black with #932392
Text Example
Text Example
White with #932392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932392; }
p { color: rgb(147,35,146); }
H1.HeaderClassName
{
color: #932392;
}
.AnyTagClassName
{
color: #932392;
}
</style>
background-color css
<style>
a { background-color: #932392; }
a { background-color: rgb(147,35,146); }
div.DivClassName
{
background-color: #932392;
}
.BgClassName
{
background-color: #932392;
}
</style>
border-color css
<style>
span { border-color: #932392; }
span { border-color: rgb(147,35,146); }
td.TdClassName
{
border-color: #932392;
}
.TagClassName
{
border-color: #932392;
}
</style>