Shades of Vivid Violet #93329D
Tints of Vivid Violet #93329D
RGB
CMYK
RGB Variations
Color information
#93329D (or 0x93329D) is known color: Vivid Violet. HEX triplet: 93, 32 and 9D. RGB value is (147,50,157). Sum of RGB (Red+Green+Blue) = 147+50+157=354 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.53% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 157 - color contains mainly: blue. Hex color #93329D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93329D is #6CCD62. Grayscale: #5A5A5A. Windows color (decimal): -7130467 or 10302099. OLE color: 10302099.
HSL color Cylindrical-coordinate representation of color #93329D: hue angle of 294.39º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #93329D is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 50 | 157 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.38 |
| HSL | 294.39º | 0.52% | 0.41% | - |
| HSV(B) | 294.39º | 0.68% | 0.62% | - |
| XYZ | 19.26 | 10.92 | 32.99 | - |
| YUV | 91.2 | 165.14 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 50 | 157 | 0.06 | 0.68 | 0 | 0.38 | 294.39 | 0.52 | 0.41 |
| Hex | 93 | 32 | 9D | 6 | 44 | 0 | 26 | 126 | 34 | 29 |
| Octal | 223 | 62 | 235 | 6 | 104 | 0 | 46 | 446 | 64 | 51 |
| Binary | 10010011 | 110010 | 10011101 | 110 | 1000100 | 0 | 100110 | 100100110 | 110100 | 101001 |
Color Harmonies of #93329D
Complementary color
Monochromatic Colors of #93329D
Black with #93329D
Text Example
Text Example
White with #93329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93329D; }
p { color: rgb(147,50,157); }
H1.HeaderClassName
{
color: #93329D;
}
.AnyTagClassName
{
color: #93329D;
}
</style>
background-color css
<style>
a { background-color: #93329D; }
a { background-color: rgb(147,50,157); }
div.DivClassName
{
background-color: #93329D;
}
.BgClassName
{
background-color: #93329D;
}
</style>
border-color css
<style>
span { border-color: #93329D; }
span { border-color: rgb(147,50,157); }
td.TdClassName
{
border-color: #93329D;
}
.TagClassName
{
border-color: #93329D;
}
</style>