Shades of Vivid Violet #983DA1
Tints of Vivid Violet #983DA1
RGB
CMYK
RGB Variations
Color information
#983DA1 (or 0x983DA1) is known color: Vivid Violet. HEX triplet: 98, 3D and A1. RGB value is (152,61,161). Sum of RGB (Red+Green+Blue) = 152+61+161=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 61 (24.22% from 255 or 16.31% from 374); Blue value is 161 (63.28% from 255 or 43.05% from 374); Max value from RGB is 161 - color contains mainly: blue. Hex color #983DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983DA1 is #67C25E. Grayscale: #636363. Windows color (decimal): -6799967 or 10567064. OLE color: 10567064.
HSL color Cylindrical-coordinate representation of color #983DA1: hue angle of 294.6º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #983DA1 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 61 | 161 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.37 |
| HSL | 294.6º | 0.45% | 0.44% | - |
| HSV(B) | 294.6º | 0.62% | 0.63% | - |
| XYZ | 21.05 | 12.59 | 35.04 | - |
| YUV | 99.61 | 162.65 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 61 | 161 | 0.06 | 0.62 | 0 | 0.37 | 294.6 | 0.45 | 0.44 |
| Hex | 98 | 3D | A1 | 6 | 3E | 0 | 25 | 127 | 2D | 2C |
| Octal | 230 | 75 | 241 | 6 | 76 | 0 | 45 | 447 | 55 | 54 |
| Binary | 10011000 | 111101 | 10100001 | 110 | 111110 | 0 | 100101 | 100100111 | 101101 | 101100 |
Color Harmonies of #983DA1
Complementary color
Monochromatic Colors of #983DA1
Black with #983DA1
Text Example
Text Example
White with #983DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983DA1; }
p { color: rgb(152,61,161); }
H1.HeaderClassName
{
color: #983DA1;
}
.AnyTagClassName
{
color: #983DA1;
}
</style>
background-color css
<style>
a { background-color: #983DA1; }
a { background-color: rgb(152,61,161); }
div.DivClassName
{
background-color: #983DA1;
}
.BgClassName
{
background-color: #983DA1;
}
</style>
border-color css
<style>
span { border-color: #983DA1; }
span { border-color: rgb(152,61,161); }
td.TdClassName
{
border-color: #983DA1;
}
.TagClassName
{
border-color: #983DA1;
}
</style>