Shades of Violet Blue #984E8E
Tints of Violet Blue #984E8E
RGB
CMYK
RGB Variations
Color information
#984E8E (or 0x984E8E) is known color: Violet Blue. HEX triplet: 98, 4E and 8E. RGB value is (152,78,142). Sum of RGB (Red+Green+Blue) = 152+78+142=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 152 - color contains mainly: red. Hex color #984E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984E8E is #67B171. Grayscale: #6B6B6B. Windows color (decimal): -6795634 or 9326232. OLE color: 9326232.
HSL color Cylindrical-coordinate representation of color #984E8E: hue angle of 308.11º 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 #984E8E is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 78 | 142 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.40 |
| HSL | 308.11º | 0.32% | 0.45% | - |
| HSV(B) | 308.11º | 0.49% | 0.6% | - |
| XYZ | 20.56 | 14.08 | 27.22 | - |
| YUV | 107.42 | 147.52 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 78 | 142 | 0 | 0.49 | 0.07 | 0.40 | 308.11 | 0.32 | 0.45 |
| Hex | 98 | 4E | 8E | 0 | 31 | 7 | 28 | 134 | 20 | 2D |
| Octal | 230 | 116 | 216 | 0 | 61 | 7 | 50 | 464 | 40 | 55 |
| Binary | 10011000 | 1001110 | 10001110 | 0 | 110001 | 111 | 101000 | 100110100 | 100000 | 101101 |
Color Harmonies of #984E8E
Complementary color
Monochromatic Colors of #984E8E
Black with #984E8E
Text Example
Text Example
White with #984E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984E8E; }
p { color: rgb(152,78,142); }
H1.HeaderClassName
{
color: #984E8E;
}
.AnyTagClassName
{
color: #984E8E;
}
</style>
background-color css
<style>
a { background-color: #984E8E; }
a { background-color: rgb(152,78,142); }
div.DivClassName
{
background-color: #984E8E;
}
.BgClassName
{
background-color: #984E8E;
}
</style>
border-color css
<style>
span { border-color: #984E8E; }
span { border-color: rgb(152,78,142); }
td.TdClassName
{
border-color: #984E8E;
}
.TagClassName
{
border-color: #984E8E;
}
</style>