Shades of Vivid Violet #983C97
Tints of Vivid Violet #983C97
RGB
CMYK
RGB Variations
Color information
#983C97 (or 0x983C97) is known color: Vivid Violet. HEX triplet: 98, 3C and 97. RGB value is (152,60,151). Sum of RGB (Red+Green+Blue) = 152+60+151=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 60 (23.83% from 255 or 16.53% from 363); Blue value is 151 (59.38% from 255 or 41.60% from 363); Max value from RGB is 152 - color contains mainly: red. Hex color #983C97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983C97 is #67C368. Grayscale: #616161. Windows color (decimal): -6800233 or 9911448. OLE color: 9911448.
HSL color Cylindrical-coordinate representation of color #983C97: hue angle of 300.65º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #983C97 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 60 | 151 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.40 |
| HSL | 300.65º | 0.43% | 0.42% | - |
| HSV(B) | 300.65º | 0.61% | 0.6% | - |
| XYZ | 20.15 | 12.14 | 30.56 | - |
| YUV | 97.88 | 157.98 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 60 | 151 | 0 | 0.61 | 0.01 | 0.40 | 300.65 | 0.43 | 0.42 |
| Hex | 98 | 3C | 97 | 0 | 3D | 1 | 28 | 12D | 2B | 2A |
| Octal | 230 | 74 | 227 | 0 | 75 | 1 | 50 | 455 | 53 | 52 |
| Binary | 10011000 | 111100 | 10010111 | 0 | 111101 | 1 | 101000 | 100101101 | 101011 | 101010 |
Color Harmonies of #983C97
Complementary color
Monochromatic Colors of #983C97
Black with #983C97
Text Example
Text Example
White with #983C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983C97; }
p { color: rgb(152,60,151); }
H1.HeaderClassName
{
color: #983C97;
}
.AnyTagClassName
{
color: #983C97;
}
</style>
background-color css
<style>
a { background-color: #983C97; }
a { background-color: rgb(152,60,151); }
div.DivClassName
{
background-color: #983C97;
}
.BgClassName
{
background-color: #983C97;
}
</style>
border-color css
<style>
span { border-color: #983C97; }
span { border-color: rgb(152,60,151); }
td.TdClassName
{
border-color: #983C97;
}
.TagClassName
{
border-color: #983C97;
}
</style>