Shades of Vivid Violet #93349B
Tints of Vivid Violet #93349B
RGB
CMYK
RGB Variations
Color information
#93349B (or 0x93349B) is known color: Vivid Violet. HEX triplet: 93, 34 and 9B. RGB value is (147,52,155). Sum of RGB (Red+Green+Blue) = 147+52+155=354 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.53% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 155 - color contains mainly: blue. Hex color #93349B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93349B is #6CCB64. Grayscale: #5B5B5B. Windows color (decimal): -7129957 or 10171539. OLE color: 10171539.
HSL color Cylindrical-coordinate representation of color #93349B: hue angle of 295.34º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #93349B is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 52 | 155 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.39 |
| HSL | 295.34º | 0.5% | 0.41% | - |
| HSV(B) | 295.34º | 0.66% | 0.61% | - |
| XYZ | 19.18 | 11.03 | 32.13 | - |
| YUV | 92.15 | 163.47 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 52 | 155 | 0.05 | 0.66 | 0 | 0.39 | 295.34 | 0.5 | 0.41 |
| Hex | 93 | 34 | 9B | 5 | 42 | 0 | 27 | 127 | 32 | 29 |
| Octal | 223 | 64 | 233 | 5 | 102 | 0 | 47 | 447 | 62 | 51 |
| Binary | 10010011 | 110100 | 10011011 | 101 | 1000010 | 0 | 100111 | 100100111 | 110010 | 101001 |
Color Harmonies of #93349B
Complementary color
Monochromatic Colors of #93349B
Black with #93349B
Text Example
Text Example
White with #93349B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93349B; }
p { color: rgb(147,52,155); }
H1.HeaderClassName
{
color: #93349B;
}
.AnyTagClassName
{
color: #93349B;
}
</style>
background-color css
<style>
a { background-color: #93349B; }
a { background-color: rgb(147,52,155); }
div.DivClassName
{
background-color: #93349B;
}
.BgClassName
{
background-color: #93349B;
}
</style>
border-color css
<style>
span { border-color: #93349B; }
span { border-color: rgb(147,52,155); }
td.TdClassName
{
border-color: #93349B;
}
.TagClassName
{
border-color: #93349B;
}
</style>