Shades of Vivid Violet #983190
Tints of Vivid Violet #983190
RGB
CMYK
RGB Variations
Color information
#983190 (or 0x983190) is known color: Vivid Violet. HEX triplet: 98, 31 and 90. RGB value is (152,49,144). Sum of RGB (Red+Green+Blue) = 152+49+144=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 152 - color contains mainly: red. Hex color #983190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983190 is #67CE6F. Grayscale: #5A5A5A. Windows color (decimal): -6803056 or 9449880. OLE color: 9449880.
HSL color Cylindrical-coordinate representation of color #983190: hue angle of 304.66º 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 #983190 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 49 | 144 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.40 |
| HSL | 304.66º | 0.51% | 0.39% | - |
| HSV(B) | 304.66º | 0.68% | 0.6% | - |
| XYZ | 19.08 | 10.89 | 27.48 | - |
| YUV | 90.63 | 158.12 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 49 | 144 | 0 | 0.68 | 0.05 | 0.40 | 304.66 | 0.51 | 0.39 |
| Hex | 98 | 31 | 90 | 0 | 44 | 5 | 28 | 131 | 33 | 27 |
| Octal | 230 | 61 | 220 | 0 | 104 | 5 | 50 | 461 | 63 | 47 |
| Binary | 10011000 | 110001 | 10010000 | 0 | 1000100 | 101 | 101000 | 100110001 | 110011 | 100111 |
Color Harmonies of #983190
Complementary color
Monochromatic Colors of #983190
Black with #983190
Text Example
Text Example
White with #983190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983190; }
p { color: rgb(152,49,144); }
H1.HeaderClassName
{
color: #983190;
}
.AnyTagClassName
{
color: #983190;
}
</style>
background-color css
<style>
a { background-color: #983190; }
a { background-color: rgb(152,49,144); }
div.DivClassName
{
background-color: #983190;
}
.BgClassName
{
background-color: #983190;
}
</style>
border-color css
<style>
span { border-color: #983190; }
span { border-color: rgb(152,49,144); }
td.TdClassName
{
border-color: #983190;
}
.TagClassName
{
border-color: #983190;
}
</style>