Shades of Vivid Violet #983194
Tints of Vivid Violet #983194
RGB
CMYK
RGB Variations
Color information
#983194 (or 0x983194) is known color: Vivid Violet. HEX triplet: 98, 31 and 94. RGB value is (152,49,148). Sum of RGB (Red+Green+Blue) = 152+49+148=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 148 (58.20% from 255 or 42.41% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #983194 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983194 is #67CE6B. Grayscale: #5A5A5A. Windows color (decimal): -6803052 or 9712024. OLE color: 9712024.
HSL color Cylindrical-coordinate representation of color #983194: hue angle of 302.33º 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 #983194 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 49 | 148 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.40 |
| HSL | 302.33º | 0.51% | 0.39% | - |
| HSV(B) | 302.33º | 0.68% | 0.6% | - |
| XYZ | 19.39 | 11.01 | 29.12 | - |
| YUV | 91.08 | 160.12 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 49 | 148 | 0 | 0.68 | 0.03 | 0.40 | 302.33 | 0.51 | 0.39 |
| Hex | 98 | 31 | 94 | 0 | 44 | 3 | 28 | 12E | 33 | 27 |
| Octal | 230 | 61 | 224 | 0 | 104 | 3 | 50 | 456 | 63 | 47 |
| Binary | 10011000 | 110001 | 10010100 | 0 | 1000100 | 11 | 101000 | 100101110 | 110011 | 100111 |
Color Harmonies of #983194
Complementary color
Monochromatic Colors of #983194
Black with #983194
Text Example
Text Example
White with #983194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983194; }
p { color: rgb(152,49,148); }
H1.HeaderClassName
{
color: #983194;
}
.AnyTagClassName
{
color: #983194;
}
</style>
background-color css
<style>
a { background-color: #983194; }
a { background-color: rgb(152,49,148); }
div.DivClassName
{
background-color: #983194;
}
.BgClassName
{
background-color: #983194;
}
</style>
border-color css
<style>
span { border-color: #983194; }
span { border-color: rgb(152,49,148); }
td.TdClassName
{
border-color: #983194;
}
.TagClassName
{
border-color: #983194;
}
</style>