Shades of Vivid Violet #98279E
Tints of Vivid Violet #98279E
RGB
CMYK
RGB Variations
Color information
#98279E (or 0x98279E) is known color: Vivid Violet. HEX triplet: 98, 27 and 9E. RGB value is (152,39,158). Sum of RGB (Red+Green+Blue) = 152+39+158=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 158 (62.11% from 255 or 45.27% from 349); Max value from RGB is 158 - color contains mainly: blue. Hex color #98279E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98279E is #67D861. Grayscale: #555555. Windows color (decimal): -6805602 or 10364824. OLE color: 10364824.
HSL color Cylindrical-coordinate representation of color #98279E: hue angle of 296.97º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #98279E is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 39 | 158 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.38 |
| HSL | 296.97º | 0.6% | 0.39% | - |
| HSV(B) | 296.97º | 0.75% | 0.62% | - |
| XYZ | 19.85 | 10.6 | 33.35 | - |
| YUV | 86.35 | 168.44 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 39 | 158 | 0.04 | 0.75 | 0 | 0.38 | 296.97 | 0.6 | 0.39 |
| Hex | 98 | 27 | 9E | 4 | 4B | 0 | 26 | 129 | 3C | 27 |
| Octal | 230 | 47 | 236 | 4 | 113 | 0 | 46 | 451 | 74 | 47 |
| Binary | 10011000 | 100111 | 10011110 | 100 | 1001011 | 0 | 100110 | 100101001 | 111100 | 100111 |
Color Harmonies of #98279E
Complementary color
Monochromatic Colors of #98279E
Black with #98279E
Text Example
Text Example
White with #98279E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98279E; }
p { color: rgb(152,39,158); }
H1.HeaderClassName
{
color: #98279E;
}
.AnyTagClassName
{
color: #98279E;
}
</style>
background-color css
<style>
a { background-color: #98279E; }
a { background-color: rgb(152,39,158); }
div.DivClassName
{
background-color: #98279E;
}
.BgClassName
{
background-color: #98279E;
}
</style>
border-color css
<style>
span { border-color: #98279E; }
span { border-color: rgb(152,39,158); }
td.TdClassName
{
border-color: #98279E;
}
.TagClassName
{
border-color: #98279E;
}
</style>