Shades of Vivid Violet #98249D
Tints of Vivid Violet #98249D
RGB
CMYK
RGB Variations
Color information
#98249D (or 0x98249D) is known color: Vivid Violet. HEX triplet: 98, 24 and 9D. RGB value is (152,36,157). Sum of RGB (Red+Green+Blue) = 152+36+157=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 157 - color contains mainly: blue. Hex color #98249D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98249D is #67DB62. Grayscale: #545454. Windows color (decimal): -6806371 or 10298520. OLE color: 10298520.
HSL color Cylindrical-coordinate representation of color #98249D: hue angle of 297.52º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #98249D is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 36 | 157 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.38 |
| HSL | 297.52º | 0.63% | 0.38% | - |
| HSV(B) | 297.52º | 0.77% | 0.62% | - |
| XYZ | 19.67 | 10.37 | 32.86 | - |
| YUV | 84.48 | 168.93 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 36 | 157 | 0.03 | 0.77 | 0 | 0.38 | 297.52 | 0.63 | 0.38 |
| Hex | 98 | 24 | 9D | 3 | 4D | 0 | 26 | 12A | 3F | 26 |
| Octal | 230 | 44 | 235 | 3 | 115 | 0 | 46 | 452 | 77 | 46 |
| Binary | 10011000 | 100100 | 10011101 | 11 | 1001101 | 0 | 100110 | 100101010 | 111111 | 100110 |
Color Harmonies of #98249D
Complementary color
Monochromatic Colors of #98249D
Black with #98249D
Text Example
Text Example
White with #98249D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98249D; }
p { color: rgb(152,36,157); }
H1.HeaderClassName
{
color: #98249D;
}
.AnyTagClassName
{
color: #98249D;
}
</style>
background-color css
<style>
a { background-color: #98249D; }
a { background-color: rgb(152,36,157); }
div.DivClassName
{
background-color: #98249D;
}
.BgClassName
{
background-color: #98249D;
}
</style>
border-color css
<style>
span { border-color: #98249D; }
span { border-color: rgb(152,36,157); }
td.TdClassName
{
border-color: #98249D;
}
.TagClassName
{
border-color: #98249D;
}
</style>