Shades of Vivid Violet #93299E
Tints of Vivid Violet #93299E
RGB
CMYK
RGB Variations
Color information
#93299E (or 0x93299E) is known color: Vivid Violet. HEX triplet: 93, 29 and 9E. RGB value is (147,41,158). Sum of RGB (Red+Green+Blue) = 147+41+158=346 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.49% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 158 - color contains mainly: blue. Hex color #93299E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93299E is #6CD661. Grayscale: #555555. Windows color (decimal): -7132770 or 10365331. OLE color: 10365331.
HSL color Cylindrical-coordinate representation of color #93299E: hue angle of 294.36º 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 #93299E is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 41 | 158 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.38 |
| HSL | 294.36º | 0.59% | 0.39% | - |
| HSV(B) | 294.36º | 0.74% | 0.62% | - |
| XYZ | 19 | 10.26 | 33.33 | - |
| YUV | 86.03 | 168.62 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 41 | 158 | 0.07 | 0.74 | 0 | 0.38 | 294.36 | 0.59 | 0.39 |
| Hex | 93 | 29 | 9E | 7 | 4A | 0 | 26 | 126 | 3B | 27 |
| Octal | 223 | 51 | 236 | 7 | 112 | 0 | 46 | 446 | 73 | 47 |
| Binary | 10010011 | 101001 | 10011110 | 111 | 1001010 | 0 | 100110 | 100100110 | 111011 | 100111 |
Color Harmonies of #93299E
Complementary color
Monochromatic Colors of #93299E
Black with #93299E
Text Example
Text Example
White with #93299E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93299E; }
p { color: rgb(147,41,158); }
H1.HeaderClassName
{
color: #93299E;
}
.AnyTagClassName
{
color: #93299E;
}
</style>
background-color css
<style>
a { background-color: #93299E; }
a { background-color: rgb(147,41,158); }
div.DivClassName
{
background-color: #93299E;
}
.BgClassName
{
background-color: #93299E;
}
</style>
border-color css
<style>
span { border-color: #93299E; }
span { border-color: rgb(147,41,158); }
td.TdClassName
{
border-color: #93299E;
}
.TagClassName
{
border-color: #93299E;
}
</style>