Shades of Vivid Violet #98409E
Tints of Vivid Violet #98409E
RGB
CMYK
RGB Variations
Color information
#98409E (or 0x98409E) is known color: Vivid Violet. HEX triplet: 98, 40 and 9E. RGB value is (152,64,158). Sum of RGB (Red+Green+Blue) = 152+64+158=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 158 - color contains mainly: blue. Hex color #98409E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98409E is #67BF61. Grayscale: #646464. Windows color (decimal): -6799202 or 10371224. OLE color: 10371224.
HSL color Cylindrical-coordinate representation of color #98409E: hue angle of 296.17º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #98409E is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 64 | 158 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.38 |
| HSL | 296.17º | 0.42% | 0.44% | - |
| HSV(B) | 296.17º | 0.59% | 0.62% | - |
| XYZ | 20.95 | 12.81 | 33.72 | - |
| YUV | 101.03 | 160.15 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 64 | 158 | 0.04 | 0.59 | 0 | 0.38 | 296.17 | 0.42 | 0.44 |
| Hex | 98 | 40 | 9E | 4 | 3B | 0 | 26 | 128 | 2A | 2C |
| Octal | 230 | 100 | 236 | 4 | 73 | 0 | 46 | 450 | 52 | 54 |
| Binary | 10011000 | 1000000 | 10011110 | 100 | 111011 | 0 | 100110 | 100101000 | 101010 | 101100 |
Color Harmonies of #98409E
Complementary color
Monochromatic Colors of #98409E
Black with #98409E
Text Example
Text Example
White with #98409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98409E; }
p { color: rgb(152,64,158); }
H1.HeaderClassName
{
color: #98409E;
}
.AnyTagClassName
{
color: #98409E;
}
</style>
background-color css
<style>
a { background-color: #98409E; }
a { background-color: rgb(152,64,158); }
div.DivClassName
{
background-color: #98409E;
}
.BgClassName
{
background-color: #98409E;
}
</style>
border-color css
<style>
span { border-color: #98409E; }
span { border-color: rgb(152,64,158); }
td.TdClassName
{
border-color: #98409E;
}
.TagClassName
{
border-color: #98409E;
}
</style>