Shades of Vivid Violet #983198
Tints of Vivid Violet #983198
RGB
CMYK
RGB Variations
Color information
#983198 (or 0x983198) is known color: Vivid Violet. HEX triplet: 98, 31 and 98. RGB value is (152,49,152). Sum of RGB (Red+Green+Blue) = 152+49+152=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 152 (59.77% from 255 or 43.06% from 353); Max value from RGB is 152 - color contains mainly: red, blue. Hex color #983198 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983198 is #67CE67. Grayscale: #5B5B5B. Windows color (decimal): -6803048 or 9974168. OLE color: 9974168.
HSL color Cylindrical-coordinate representation of color #983198: hue angle of 300º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983198 is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 49 | 152 | - |
| CMYK | 0 | 0.68 | 0 | 0.40 |
| HSL | 300º | 0.51% | 0.39% | - |
| HSV(B) | 300º | 0.68% | 0.6% | - |
| XYZ | 19.71 | 11.14 | 30.82 | - |
| YUV | 91.54 | 162.12 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 49 | 152 | 0 | 0.68 | 0 | 0.40 | 300 | 0.51 | 0.39 |
| Hex | 98 | 31 | 98 | 0 | 44 | 0 | 28 | 12C | 33 | 27 |
| Octal | 230 | 61 | 230 | 0 | 104 | 0 | 50 | 454 | 63 | 47 |
| Binary | 10011000 | 110001 | 10011000 | 0 | 1000100 | 0 | 101000 | 100101100 | 110011 | 100111 |
Color Harmonies of #983198
Complementary color
Monochromatic Colors of #983198
Black with #983198
Text Example
Text Example
White with #983198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983198; }
p { color: rgb(152,49,152); }
H1.HeaderClassName
{
color: #983198;
}
.AnyTagClassName
{
color: #983198;
}
</style>
background-color css
<style>
a { background-color: #983198; }
a { background-color: rgb(152,49,152); }
div.DivClassName
{
background-color: #983198;
}
.BgClassName
{
background-color: #983198;
}
</style>
border-color css
<style>
span { border-color: #983198; }
span { border-color: rgb(152,49,152); }
td.TdClassName
{
border-color: #983198;
}
.TagClassName
{
border-color: #983198;
}
</style>