Shades of Vivid Violet #983BA7
Tints of Vivid Violet #983BA7
RGB
CMYK
RGB Variations
Color information
#983BA7 (or 0x983BA7) is known color: Vivid Violet. HEX triplet: 98, 3B and A7. RGB value is (152,59,167). Sum of RGB (Red+Green+Blue) = 152+59+167=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 59 (23.44% from 255 or 15.61% from 378); Blue value is 167 (65.62% from 255 or 44.18% from 378); Max value from RGB is 167 - color contains mainly: blue. Hex color #983BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983BA7 is #67C458. Grayscale: #626262. Windows color (decimal): -6800473 or 10959768. OLE color: 10959768.
HSL color Cylindrical-coordinate representation of color #983BA7: hue angle of 291.67º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #983BA7 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 152 | 59 | 167 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.35 |
| HSL | 291.67º | 0.48% | 0.44% | - |
| HSV(B) | 291.67º | 0.65% | 0.65% | - |
| XYZ | 21.49 | 12.59 | 37.86 | - |
| YUV | 99.12 | 166.31 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 59 | 167 | 0.09 | 0.65 | 0 | 0.35 | 291.67 | 0.48 | 0.44 |
| Hex | 98 | 3B | A7 | 9 | 41 | 0 | 23 | 124 | 30 | 2C |
| Octal | 230 | 73 | 247 | 11 | 101 | 0 | 43 | 444 | 60 | 54 |
| Binary | 10011000 | 111011 | 10100111 | 1001 | 1000001 | 0 | 100011 | 100100100 | 110000 | 101100 |
Color Harmonies of #983BA7
Complementary color
Monochromatic Colors of #983BA7
Black with #983BA7
Text Example
Text Example
White with #983BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983BA7; }
p { color: rgb(152,59,167); }
H1.HeaderClassName
{
color: #983BA7;
}
.AnyTagClassName
{
color: #983BA7;
}
</style>
background-color css
<style>
a { background-color: #983BA7; }
a { background-color: rgb(152,59,167); }
div.DivClassName
{
background-color: #983BA7;
}
.BgClassName
{
background-color: #983BA7;
}
</style>
border-color css
<style>
span { border-color: #983BA7; }
span { border-color: rgb(152,59,167); }
td.TdClassName
{
border-color: #983BA7;
}
.TagClassName
{
border-color: #983BA7;
}
</style>