Shades of Vivid Violet #98408D
Tints of Vivid Violet #98408D
RGB
CMYK
RGB Variations
Color information
#98408D (or 0x98408D) is known color: Vivid Violet. HEX triplet: 98, 40 and 8D. RGB value is (152,64,141). Sum of RGB (Red+Green+Blue) = 152+64+141=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #98408D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98408D is #67BF72. Grayscale: #626262. Windows color (decimal): -6799219 or 9257112. OLE color: 9257112.
HSL color Cylindrical-coordinate representation of color #98408D: hue angle of 307.5º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #98408D is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 64 | 141 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.40 |
| HSL | 307.5º | 0.41% | 0.42% | - |
| HSV(B) | 307.5º | 0.58% | 0.6% | - |
| XYZ | 19.59 | 12.27 | 26.53 | - |
| YUV | 99.09 | 151.65 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 64 | 141 | 0 | 0.58 | 0.07 | 0.40 | 307.5 | 0.41 | 0.42 |
| Hex | 98 | 40 | 8D | 0 | 3A | 7 | 28 | 134 | 29 | 2A |
| Octal | 230 | 100 | 215 | 0 | 72 | 7 | 50 | 464 | 51 | 52 |
| Binary | 10011000 | 1000000 | 10001101 | 0 | 111010 | 111 | 101000 | 100110100 | 101001 | 101010 |
Color Harmonies of #98408D
Complementary color
Monochromatic Colors of #98408D
Black with #98408D
Text Example
Text Example
White with #98408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98408D; }
p { color: rgb(152,64,141); }
H1.HeaderClassName
{
color: #98408D;
}
.AnyTagClassName
{
color: #98408D;
}
</style>
background-color css
<style>
a { background-color: #98408D; }
a { background-color: rgb(152,64,141); }
div.DivClassName
{
background-color: #98408D;
}
.BgClassName
{
background-color: #98408D;
}
</style>
border-color css
<style>
span { border-color: #98408D; }
span { border-color: rgb(152,64,141); }
td.TdClassName
{
border-color: #98408D;
}
.TagClassName
{
border-color: #98408D;
}
</style>