Shades of Vivid Violet #98229D
Tints of Vivid Violet #98229D
RGB
CMYK
RGB Variations
Color information
#98229D (or 0x98229D) is known color: Vivid Violet. HEX triplet: 98, 22 and 9D. RGB value is (152,34,157). Sum of RGB (Red+Green+Blue) = 152+34+157=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 34 (13.67% from 255 or 9.91% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 157 - color contains mainly: blue. Hex color #98229D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98229D is #67DD62. Grayscale: #525252. Windows color (decimal): -6806883 or 10298008. OLE color: 10298008.
HSL color Cylindrical-coordinate representation of color #98229D: hue angle of 297.56º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #98229D is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 34 | 157 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.38 |
| HSL | 297.56º | 0.64% | 0.37% | - |
| HSV(B) | 297.56º | 0.78% | 0.62% | - |
| XYZ | 19.61 | 10.25 | 32.84 | - |
| YUV | 83.3 | 169.59 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 34 | 157 | 0.03 | 0.78 | 0 | 0.38 | 297.56 | 0.64 | 0.37 |
| Hex | 98 | 22 | 9D | 3 | 4E | 0 | 26 | 12A | 40 | 25 |
| Octal | 230 | 42 | 235 | 3 | 116 | 0 | 46 | 452 | 100 | 45 |
| Binary | 10011000 | 100010 | 10011101 | 11 | 1001110 | 0 | 100110 | 100101010 | 1000000 | 100101 |
Color Harmonies of #98229D
Complementary color
Monochromatic Colors of #98229D
Black with #98229D
Text Example
Text Example
White with #98229D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98229D; }
p { color: rgb(152,34,157); }
H1.HeaderClassName
{
color: #98229D;
}
.AnyTagClassName
{
color: #98229D;
}
</style>
background-color css
<style>
a { background-color: #98229D; }
a { background-color: rgb(152,34,157); }
div.DivClassName
{
background-color: #98229D;
}
.BgClassName
{
background-color: #98229D;
}
</style>
border-color css
<style>
span { border-color: #98229D; }
span { border-color: rgb(152,34,157); }
td.TdClassName
{
border-color: #98229D;
}
.TagClassName
{
border-color: #98229D;
}
</style>