Shades of Vivid Violet #98209D
Tints of Vivid Violet #98209D
RGB
CMYK
RGB Variations
Color information
#98209D (or 0x98209D) is known color: Vivid Violet. HEX triplet: 98, 20 and 9D. RGB value is (152,32,157). Sum of RGB (Red+Green+Blue) = 152+32+157=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #98209D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98209D is #67DF62. Grayscale: #515151. Windows color (decimal): -6807395 or 10297496. OLE color: 10297496.
HSL color Cylindrical-coordinate representation of color #98209D: hue angle of 297.6º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #98209D is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 32 | 157 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.38 |
| HSL | 297.6º | 0.66% | 0.37% | - |
| HSV(B) | 297.6º | 0.8% | 0.62% | - |
| XYZ | 19.55 | 10.14 | 32.83 | - |
| YUV | 82.13 | 170.26 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 32 | 157 | 0.03 | 0.80 | 0 | 0.38 | 297.6 | 0.66 | 0.37 |
| Hex | 98 | 20 | 9D | 3 | 50 | 0 | 26 | 12A | 42 | 25 |
| Octal | 230 | 40 | 235 | 3 | 120 | 0 | 46 | 452 | 102 | 45 |
| Binary | 10011000 | 100000 | 10011101 | 11 | 1010000 | 0 | 100110 | 100101010 | 1000010 | 100101 |
Color Harmonies of #98209D
Complementary color
Monochromatic Colors of #98209D
Black with #98209D
Text Example
Text Example
White with #98209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98209D; }
p { color: rgb(152,32,157); }
H1.HeaderClassName
{
color: #98209D;
}
.AnyTagClassName
{
color: #98209D;
}
</style>
background-color css
<style>
a { background-color: #98209D; }
a { background-color: rgb(152,32,157); }
div.DivClassName
{
background-color: #98209D;
}
.BgClassName
{
background-color: #98209D;
}
</style>
border-color css
<style>
span { border-color: #98209D; }
span { border-color: rgb(152,32,157); }
td.TdClassName
{
border-color: #98209D;
}
.TagClassName
{
border-color: #98209D;
}
</style>