Shades of Violet Blue #984E92
Tints of Violet Blue #984E92
RGB
CMYK
RGB Variations
Color information
#984E92 (or 0x984E92) is known color: Violet Blue. HEX triplet: 98, 4E and 92. RGB value is (152,78,146). Sum of RGB (Red+Green+Blue) = 152+78+146=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 152 - color contains mainly: red. Hex color #984E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984E92 is #67B16D. Grayscale: #6B6B6B. Windows color (decimal): -6795630 or 9588376. OLE color: 9588376.
HSL color Cylindrical-coordinate representation of color #984E92: hue angle of 304.86º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #984E92 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 78 | 146 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.40 |
| HSL | 304.86º | 0.32% | 0.45% | - |
| HSV(B) | 304.86º | 0.49% | 0.6% | - |
| XYZ | 20.86 | 14.2 | 28.84 | - |
| YUV | 107.88 | 149.52 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 78 | 146 | 0 | 0.49 | 0.04 | 0.40 | 304.86 | 0.32 | 0.45 |
| Hex | 98 | 4E | 92 | 0 | 31 | 4 | 28 | 131 | 20 | 2D |
| Octal | 230 | 116 | 222 | 0 | 61 | 4 | 50 | 461 | 40 | 55 |
| Binary | 10011000 | 1001110 | 10010010 | 0 | 110001 | 100 | 101000 | 100110001 | 100000 | 101101 |
Color Harmonies of #984E92
Complementary color
Monochromatic Colors of #984E92
Black with #984E92
Text Example
Text Example
White with #984E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984E92; }
p { color: rgb(152,78,146); }
H1.HeaderClassName
{
color: #984E92;
}
.AnyTagClassName
{
color: #984E92;
}
</style>
background-color css
<style>
a { background-color: #984E92; }
a { background-color: rgb(152,78,146); }
div.DivClassName
{
background-color: #984E92;
}
.BgClassName
{
background-color: #984E92;
}
</style>
border-color css
<style>
span { border-color: #984E92; }
span { border-color: rgb(152,78,146); }
td.TdClassName
{
border-color: #984E92;
}
.TagClassName
{
border-color: #984E92;
}
</style>