Shades of Vivid Violet #983F95
Tints of Vivid Violet #983F95
RGB
CMYK
RGB Variations
Color information
#983F95 (or 0x983F95) is known color: Vivid Violet. HEX triplet: 98, 3F and 95. RGB value is (152,63,149). Sum of RGB (Red+Green+Blue) = 152+63+149=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 63 (25% from 255 or 17.31% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 152 - color contains mainly: red. Hex color #983F95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983F95 is #67C06A. Grayscale: #636363. Windows color (decimal): -6799467 or 9781144. OLE color: 9781144.
HSL color Cylindrical-coordinate representation of color #983F95: hue angle of 302.02º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #983F95 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 63 | 149 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.40 |
| HSL | 302.02º | 0.41% | 0.42% | - |
| HSV(B) | 302.02º | 0.59% | 0.6% | - |
| XYZ | 20.15 | 12.4 | 29.77 | - |
| YUV | 99.42 | 155.99 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 63 | 149 | 0 | 0.59 | 0.02 | 0.40 | 302.02 | 0.41 | 0.42 |
| Hex | 98 | 3F | 95 | 0 | 3B | 2 | 28 | 12E | 29 | 2A |
| Octal | 230 | 77 | 225 | 0 | 73 | 2 | 50 | 456 | 51 | 52 |
| Binary | 10011000 | 111111 | 10010101 | 0 | 111011 | 10 | 101000 | 100101110 | 101001 | 101010 |
Color Harmonies of #983F95
Complementary color
Monochromatic Colors of #983F95
Black with #983F95
Text Example
Text Example
White with #983F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983F95; }
p { color: rgb(152,63,149); }
H1.HeaderClassName
{
color: #983F95;
}
.AnyTagClassName
{
color: #983F95;
}
</style>
background-color css
<style>
a { background-color: #983F95; }
a { background-color: rgb(152,63,149); }
div.DivClassName
{
background-color: #983F95;
}
.BgClassName
{
background-color: #983F95;
}
</style>
border-color css
<style>
span { border-color: #983F95; }
span { border-color: rgb(152,63,149); }
td.TdClassName
{
border-color: #983F95;
}
.TagClassName
{
border-color: #983F95;
}
</style>