Shades of Vivid Violet #93299D
Tints of Vivid Violet #93299D
RGB
CMYK
RGB Variations
Color information
#93299D (or 0x93299D) is known color: Vivid Violet. HEX triplet: 93, 29 and 9D. RGB value is (147,41,157). Sum of RGB (Red+Green+Blue) = 147+41+157=345 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.61% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 157 - color contains mainly: blue. Hex color #93299D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93299D is #6CD662. Grayscale: #555555. Windows color (decimal): -7132771 or 10299795. OLE color: 10299795.
HSL color Cylindrical-coordinate representation of color #93299D: hue angle of 294.83º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #93299D is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 41 | 157 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.38 |
| HSL | 294.83º | 0.59% | 0.39% | - |
| HSV(B) | 294.83º | 0.74% | 0.62% | - |
| XYZ | 18.91 | 10.22 | 32.87 | - |
| YUV | 85.92 | 168.12 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 41 | 157 | 0.06 | 0.74 | 0 | 0.38 | 294.83 | 0.59 | 0.39 |
| Hex | 93 | 29 | 9D | 6 | 4A | 0 | 26 | 127 | 3B | 27 |
| Octal | 223 | 51 | 235 | 6 | 112 | 0 | 46 | 447 | 73 | 47 |
| Binary | 10010011 | 101001 | 10011101 | 110 | 1001010 | 0 | 100110 | 100100111 | 111011 | 100111 |
Color Harmonies of #93299D
Complementary color
Monochromatic Colors of #93299D
Black with #93299D
Text Example
Text Example
White with #93299D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93299D; }
p { color: rgb(147,41,157); }
H1.HeaderClassName
{
color: #93299D;
}
.AnyTagClassName
{
color: #93299D;
}
</style>
background-color css
<style>
a { background-color: #93299D; }
a { background-color: rgb(147,41,157); }
div.DivClassName
{
background-color: #93299D;
}
.BgClassName
{
background-color: #93299D;
}
</style>
border-color css
<style>
span { border-color: #93299D; }
span { border-color: rgb(147,41,157); }
td.TdClassName
{
border-color: #93299D;
}
.TagClassName
{
border-color: #93299D;
}
</style>