Shades of Vivid Violet #983997
Tints of Vivid Violet #983997
RGB
CMYK
RGB Variations
Color information
#983997 (or 0x983997) is known color: Vivid Violet. HEX triplet: 98, 39 and 97. RGB value is (152,57,151). Sum of RGB (Red+Green+Blue) = 152+57+151=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 151 (59.38% from 255 or 41.94% from 360); Max value from RGB is 152 - color contains mainly: red. Hex color #983997 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983997 is #67C668. Grayscale: #5F5F5F. Windows color (decimal): -6801001 or 9910680. OLE color: 9910680.
HSL color Cylindrical-coordinate representation of color #983997: hue angle of 300.63º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #983997 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 57 | 151 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.40 |
| HSL | 300.63º | 0.45% | 0.41% | - |
| HSV(B) | 300.63º | 0.63% | 0.6% | - |
| XYZ | 20 | 11.84 | 30.51 | - |
| YUV | 96.12 | 158.97 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 57 | 151 | 0 | 0.62 | 0.01 | 0.40 | 300.63 | 0.45 | 0.41 |
| Hex | 98 | 39 | 97 | 0 | 3E | 1 | 28 | 12D | 2D | 29 |
| Octal | 230 | 71 | 227 | 0 | 76 | 1 | 50 | 455 | 55 | 51 |
| Binary | 10011000 | 111001 | 10010111 | 0 | 111110 | 1 | 101000 | 100101101 | 101101 | 101001 |
Color Harmonies of #983997
Complementary color
Monochromatic Colors of #983997
Black with #983997
Text Example
Text Example
White with #983997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983997; }
p { color: rgb(152,57,151); }
H1.HeaderClassName
{
color: #983997;
}
.AnyTagClassName
{
color: #983997;
}
</style>
background-color css
<style>
a { background-color: #983997; }
a { background-color: rgb(152,57,151); }
div.DivClassName
{
background-color: #983997;
}
.BgClassName
{
background-color: #983997;
}
</style>
border-color css
<style>
span { border-color: #983997; }
span { border-color: rgb(152,57,151); }
td.TdClassName
{
border-color: #983997;
}
.TagClassName
{
border-color: #983997;
}
</style>