Shades of Vivid Violet #984092
Tints of Vivid Violet #984092
RGB
CMYK
RGB Variations
Color information
#984092 (or 0x984092) is known color: Vivid Violet. HEX triplet: 98, 40 and 92. RGB value is (152,64,146). Sum of RGB (Red+Green+Blue) = 152+64+146=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 152 - color contains mainly: red. Hex color #984092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984092 is #67BF6D. Grayscale: #636363. Windows color (decimal): -6799214 or 9584792. OLE color: 9584792.
HSL color Cylindrical-coordinate representation of color #984092: hue angle of 304.09º 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 #984092 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 64 | 146 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.40 |
| HSL | 304.09º | 0.41% | 0.42% | - |
| HSV(B) | 304.09º | 0.58% | 0.6% | - |
| XYZ | 19.97 | 12.42 | 28.54 | - |
| YUV | 99.66 | 154.15 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 64 | 146 | 0 | 0.58 | 0.04 | 0.40 | 304.09 | 0.41 | 0.42 |
| Hex | 98 | 40 | 92 | 0 | 3A | 4 | 28 | 130 | 29 | 2A |
| Octal | 230 | 100 | 222 | 0 | 72 | 4 | 50 | 460 | 51 | 52 |
| Binary | 10011000 | 1000000 | 10010010 | 0 | 111010 | 100 | 101000 | 100110000 | 101001 | 101010 |
Color Harmonies of #984092
Complementary color
Monochromatic Colors of #984092
Black with #984092
Text Example
Text Example
White with #984092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984092; }
p { color: rgb(152,64,146); }
H1.HeaderClassName
{
color: #984092;
}
.AnyTagClassName
{
color: #984092;
}
</style>
background-color css
<style>
a { background-color: #984092; }
a { background-color: rgb(152,64,146); }
div.DivClassName
{
background-color: #984092;
}
.BgClassName
{
background-color: #984092;
}
</style>
border-color css
<style>
span { border-color: #984092; }
span { border-color: rgb(152,64,146); }
td.TdClassName
{
border-color: #984092;
}
.TagClassName
{
border-color: #984092;
}
</style>