Shades of Vivid Violet #98299C
Tints of Vivid Violet #98299C
RGB
CMYK
RGB Variations
Color information
#98299C (or 0x98299C) is known color: Vivid Violet. HEX triplet: 98, 29 and 9C. RGB value is (152,41,156). Sum of RGB (Red+Green+Blue) = 152+41+156=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 156 - color contains mainly: blue. Hex color #98299C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98299C is #67D663. Grayscale: #565656. Windows color (decimal): -6805092 or 10234264. OLE color: 10234264.
HSL color Cylindrical-coordinate representation of color #98299C: hue angle of 297.91º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #98299C is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 41 | 156 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.39 |
| HSL | 297.91º | 0.58% | 0.39% | - |
| HSV(B) | 297.91º | 0.74% | 0.61% | - |
| XYZ | 19.74 | 10.66 | 32.47 | - |
| YUV | 87.3 | 166.77 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 41 | 156 | 0.03 | 0.74 | 0 | 0.39 | 297.91 | 0.58 | 0.39 |
| Hex | 98 | 29 | 9C | 3 | 4A | 0 | 27 | 12A | 3A | 27 |
| Octal | 230 | 51 | 234 | 3 | 112 | 0 | 47 | 452 | 72 | 47 |
| Binary | 10011000 | 101001 | 10011100 | 11 | 1001010 | 0 | 100111 | 100101010 | 111010 | 100111 |
Color Harmonies of #98299C
Complementary color
Monochromatic Colors of #98299C
Black with #98299C
Text Example
Text Example
White with #98299C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98299C; }
p { color: rgb(152,41,156); }
H1.HeaderClassName
{
color: #98299C;
}
.AnyTagClassName
{
color: #98299C;
}
</style>
background-color css
<style>
a { background-color: #98299C; }
a { background-color: rgb(152,41,156); }
div.DivClassName
{
background-color: #98299C;
}
.BgClassName
{
background-color: #98299C;
}
</style>
border-color css
<style>
span { border-color: #98299C; }
span { border-color: rgb(152,41,156); }
td.TdClassName
{
border-color: #98299C;
}
.TagClassName
{
border-color: #98299C;
}
</style>