Shades of Vivid Violet #982DA8
Tints of Vivid Violet #982DA8
RGB
CMYK
RGB Variations
Color information
#982DA8 (or 0x982DA8) is known color: Vivid Violet. HEX triplet: 98, 2D and A8. RGB value is (152,45,168). Sum of RGB (Red+Green+Blue) = 152+45+168=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 168 (66.02% from 255 or 46.03% from 365); Max value from RGB is 168 - color contains mainly: blue. Hex color #982DA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982DA8 is #67D257. Grayscale: #5A5A5A. Windows color (decimal): -6804056 or 11021720. OLE color: 11021720.
HSL color Cylindrical-coordinate representation of color #982DA8: hue angle of 292.2º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #982DA8 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 152 | 45 | 168 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.34 |
| HSL | 292.2º | 0.58% | 0.42% | - |
| HSV(B) | 292.2º | 0.73% | 0.66% | - |
| XYZ | 20.96 | 11.38 | 38.14 | - |
| YUV | 91.02 | 171.45 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 45 | 168 | 0.10 | 0.73 | 0 | 0.34 | 292.2 | 0.58 | 0.42 |
| Hex | 98 | 2D | A8 | A | 49 | 0 | 22 | 124 | 3A | 2A |
| Octal | 230 | 55 | 250 | 12 | 111 | 0 | 42 | 444 | 72 | 52 |
| Binary | 10011000 | 101101 | 10101000 | 1010 | 1001001 | 0 | 100010 | 100100100 | 111010 | 101010 |
Color Harmonies of #982DA8
Complementary color
Monochromatic Colors of #982DA8
Black with #982DA8
Text Example
Text Example
White with #982DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982DA8; }
p { color: rgb(152,45,168); }
H1.HeaderClassName
{
color: #982DA8;
}
.AnyTagClassName
{
color: #982DA8;
}
</style>
background-color css
<style>
a { background-color: #982DA8; }
a { background-color: rgb(152,45,168); }
div.DivClassName
{
background-color: #982DA8;
}
.BgClassName
{
background-color: #982DA8;
}
</style>
border-color css
<style>
span { border-color: #982DA8; }
span { border-color: rgb(152,45,168); }
td.TdClassName
{
border-color: #982DA8;
}
.TagClassName
{
border-color: #982DA8;
}
</style>