Shades of Vivid Violet #93299F
Tints of Vivid Violet #93299F
RGB
CMYK
RGB Variations
Color information
#93299F (or 0x93299F) is known color: Vivid Violet. HEX triplet: 93, 29 and 9F. RGB value is (147,41,159). Sum of RGB (Red+Green+Blue) = 147+41+159=347 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.36% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 159 - color contains mainly: blue. Hex color #93299F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93299F is #6CD660. Grayscale: #555555. Windows color (decimal): -7132769 or 10430867. OLE color: 10430867.
HSL color Cylindrical-coordinate representation of color #93299F: hue angle of 293.9º 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 #93299F is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 41 | 159 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.38 |
| HSL | 293.9º | 0.59% | 0.39% | - |
| HSV(B) | 293.9º | 0.74% | 0.62% | - |
| XYZ | 19.08 | 10.29 | 33.78 | - |
| YUV | 86.15 | 169.12 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 41 | 159 | 0.08 | 0.74 | 0 | 0.38 | 293.9 | 0.59 | 0.39 |
| Hex | 93 | 29 | 9F | 8 | 4A | 0 | 26 | 126 | 3B | 27 |
| Octal | 223 | 51 | 237 | 10 | 112 | 0 | 46 | 446 | 73 | 47 |
| Binary | 10010011 | 101001 | 10011111 | 1000 | 1001010 | 0 | 100110 | 100100110 | 111011 | 100111 |
Color Harmonies of #93299F
Complementary color
Monochromatic Colors of #93299F
Black with #93299F
Text Example
Text Example
White with #93299F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93299F; }
p { color: rgb(147,41,159); }
H1.HeaderClassName
{
color: #93299F;
}
.AnyTagClassName
{
color: #93299F;
}
</style>
background-color css
<style>
a { background-color: #93299F; }
a { background-color: rgb(147,41,159); }
div.DivClassName
{
background-color: #93299F;
}
.BgClassName
{
background-color: #93299F;
}
</style>
border-color css
<style>
span { border-color: #93299F; }
span { border-color: rgb(147,41,159); }
td.TdClassName
{
border-color: #93299F;
}
.TagClassName
{
border-color: #93299F;
}
</style>