Shades of Vivid Violet #993198
Tints of Vivid Violet #993198
RGB
CMYK
RGB Variations
Color information
#993198 (or 0x993198) is known color: Vivid Violet. HEX triplet: 99, 31 and 98. RGB value is (153,49,152). Sum of RGB (Red+Green+Blue) = 153+49+152=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #993198 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993198 is #66CE67. Grayscale: #5B5B5B. Windows color (decimal): -6737512 or 9974169. OLE color: 9974169.
HSL color Cylindrical-coordinate representation of color #993198: hue angle of 300.58º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #993198 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 49 | 152 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.4 |
| HSL | 300.58º | 0.51% | 0.4% | - |
| HSV(B) | 300.58º | 0.68% | 0.6% | - |
| XYZ | 19.9 | 11.24 | 30.83 | - |
| YUV | 91.84 | 161.96 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 49 | 152 | 0 | 0.68 | 0.01 | 0.4 | 300.58 | 0.51 | 0.4 |
| Hex | 99 | 31 | 98 | 0 | 44 | 1 | 28 | 12D | 33 | 28 |
| Octal | 231 | 61 | 230 | 0 | 104 | 1 | 50 | 455 | 63 | 50 |
| Binary | 10011001 | 110001 | 10011000 | 0 | 1000100 | 1 | 101000 | 100101101 | 110011 | 101000 |
Color Harmonies of #993198
Complementary color
Monochromatic Colors of #993198
Black with #993198
Text Example
Text Example
White with #993198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993198; }
p { color: rgb(153,49,152); }
H1.HeaderClassName
{
color: #993198;
}
.AnyTagClassName
{
color: #993198;
}
</style>
background-color css
<style>
a { background-color: #993198; }
a { background-color: rgb(153,49,152); }
div.DivClassName
{
background-color: #993198;
}
.BgClassName
{
background-color: #993198;
}
</style>
border-color css
<style>
span { border-color: #993198; }
span { border-color: rgb(153,49,152); }
td.TdClassName
{
border-color: #993198;
}
.TagClassName
{
border-color: #993198;
}
</style>