Shades of Vivid Violet #93329B
Tints of Vivid Violet #93329B
RGB
CMYK
RGB Variations
Color information
#93329B (or 0x93329B) is known color: Vivid Violet. HEX triplet: 93, 32 and 9B. RGB value is (147,50,155). Sum of RGB (Red+Green+Blue) = 147+50+155=352 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.76% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 155 - color contains mainly: blue. Hex color #93329B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93329B is #6CCD64. Grayscale: #5A5A5A. Windows color (decimal): -7130469 or 10171027. OLE color: 10171027.
HSL color Cylindrical-coordinate representation of color #93329B: hue angle of 295.43º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #93329B is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 50 | 155 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.39 |
| HSL | 295.43º | 0.51% | 0.4% | - |
| HSV(B) | 295.43º | 0.68% | 0.61% | - |
| XYZ | 19.09 | 10.85 | 32.1 | - |
| YUV | 90.97 | 164.14 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 50 | 155 | 0.05 | 0.68 | 0 | 0.39 | 295.43 | 0.51 | 0.4 |
| Hex | 93 | 32 | 9B | 5 | 44 | 0 | 27 | 127 | 33 | 28 |
| Octal | 223 | 62 | 233 | 5 | 104 | 0 | 47 | 447 | 63 | 50 |
| Binary | 10010011 | 110010 | 10011011 | 101 | 1000100 | 0 | 100111 | 100100111 | 110011 | 101000 |
Color Harmonies of #93329B
Complementary color
Monochromatic Colors of #93329B
Black with #93329B
Text Example
Text Example
White with #93329B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93329B; }
p { color: rgb(147,50,155); }
H1.HeaderClassName
{
color: #93329B;
}
.AnyTagClassName
{
color: #93329B;
}
</style>
background-color css
<style>
a { background-color: #93329B; }
a { background-color: rgb(147,50,155); }
div.DivClassName
{
background-color: #93329B;
}
.BgClassName
{
background-color: #93329B;
}
</style>
border-color css
<style>
span { border-color: #93329B; }
span { border-color: rgb(147,50,155); }
td.TdClassName
{
border-color: #93329B;
}
.TagClassName
{
border-color: #93329B;
}
</style>