Shades of Dark Purple #932293
Tints of Dark Purple #932293
RGB
CMYK
RGB Variations
Color information
#932293 (or 0x932293) is known color: Dark Purple. HEX triplet: 93, 22 and 93. RGB value is (147,34,147). Sum of RGB (Red+Green+Blue) = 147+34+147=328 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.82% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #932293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932293 is #6CDD6C. Grayscale: #505050. Windows color (decimal): -7134573 or 9642643. OLE color: 9642643.
HSL color Cylindrical-coordinate representation of color #932293: hue angle of 300º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #932293 is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 34 | 147 | - |
| CMYK | 0 | 0.77 | 0 | 0.42 |
| HSL | 300º | 0.62% | 0.35% | - |
| HSV(B) | 300º | 0.77% | 0.58% | - |
| XYZ | 17.87 | 9.45 | 28.49 | - |
| YUV | 80.67 | 165.44 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 34 | 147 | 0 | 0.77 | 0 | 0.42 | 300 | 0.62 | 0.35 |
| Hex | 93 | 22 | 93 | 0 | 4D | 0 | 2A | 12C | 3E | 23 |
| Octal | 223 | 42 | 223 | 0 | 115 | 0 | 52 | 454 | 76 | 43 |
| Binary | 10010011 | 100010 | 10010011 | 0 | 1001101 | 0 | 101010 | 100101100 | 111110 | 100011 |
Color Harmonies of #932293
Complementary color
Monochromatic Colors of #932293
Black with #932293
Text Example
Text Example
White with #932293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932293; }
p { color: rgb(147,34,147); }
H1.HeaderClassName
{
color: #932293;
}
.AnyTagClassName
{
color: #932293;
}
</style>
background-color css
<style>
a { background-color: #932293; }
a { background-color: rgb(147,34,147); }
div.DivClassName
{
background-color: #932293;
}
.BgClassName
{
background-color: #932293;
}
</style>
border-color css
<style>
span { border-color: #932293; }
span { border-color: rgb(147,34,147); }
td.TdClassName
{
border-color: #932293;
}
.TagClassName
{
border-color: #932293;
}
</style>