Shades of Vivid Violet #983097
Tints of Vivid Violet #983097
RGB
CMYK
RGB Variations
Color information
#983097 (or 0x983097) is known color: Vivid Violet. HEX triplet: 98, 30 and 97. RGB value is (152,48,151). Sum of RGB (Red+Green+Blue) = 152+48+151=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 48 (19.14% from 255 or 13.68% from 351); Blue value is 151 (59.38% from 255 or 43.02% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #983097 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983097 is #67CF68. Grayscale: #5A5A5A. Windows color (decimal): -6803305 or 9908376. OLE color: 9908376.
HSL color Cylindrical-coordinate representation of color #983097: hue angle of 300.58º degrees, saturation: 0.52, 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 #983097 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 48 | 151 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.40 |
| HSL | 300.58º | 0.52% | 0.39% | - |
| HSV(B) | 300.58º | 0.68% | 0.6% | - |
| XYZ | 19.59 | 11.02 | 30.37 | - |
| YUV | 90.84 | 161.96 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 48 | 151 | 0 | 0.68 | 0.01 | 0.40 | 300.58 | 0.52 | 0.39 |
| Hex | 98 | 30 | 97 | 0 | 44 | 1 | 28 | 12D | 34 | 27 |
| Octal | 230 | 60 | 227 | 0 | 104 | 1 | 50 | 455 | 64 | 47 |
| Binary | 10011000 | 110000 | 10010111 | 0 | 1000100 | 1 | 101000 | 100101101 | 110100 | 100111 |
Color Harmonies of #983097
Complementary color
Monochromatic Colors of #983097
Black with #983097
Text Example
Text Example
White with #983097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983097; }
p { color: rgb(152,48,151); }
H1.HeaderClassName
{
color: #983097;
}
.AnyTagClassName
{
color: #983097;
}
</style>
background-color css
<style>
a { background-color: #983097; }
a { background-color: rgb(152,48,151); }
div.DivClassName
{
background-color: #983097;
}
.BgClassName
{
background-color: #983097;
}
</style>
border-color css
<style>
span { border-color: #983097; }
span { border-color: rgb(152,48,151); }
td.TdClassName
{
border-color: #983097;
}
.TagClassName
{
border-color: #983097;
}
</style>