Shades of Violet Blue #984F8A
Tints of Violet Blue #984F8A
RGB
CMYK
RGB Variations
Color information
#984F8A (or 0x984F8A) is known color: Violet Blue. HEX triplet: 98, 4F and 8A. RGB value is (152,79,138). Sum of RGB (Red+Green+Blue) = 152+79+138=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #984F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984F8A is #67B075. Grayscale: #6B6B6B. Windows color (decimal): -6795382 or 9064344. OLE color: 9064344.
HSL color Cylindrical-coordinate representation of color #984F8A: hue angle of 311.51º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #984F8A is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 79 | 138 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.40 |
| HSL | 311.51º | 0.32% | 0.45% | - |
| HSV(B) | 311.51º | 0.48% | 0.6% | - |
| XYZ | 20.33 | 14.1 | 25.7 | - |
| YUV | 107.55 | 145.18 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 79 | 138 | 0 | 0.48 | 0.09 | 0.40 | 311.51 | 0.32 | 0.45 |
| Hex | 98 | 4F | 8A | 0 | 30 | 9 | 28 | 138 | 20 | 2D |
| Octal | 230 | 117 | 212 | 0 | 60 | 11 | 50 | 470 | 40 | 55 |
| Binary | 10011000 | 1001111 | 10001010 | 0 | 110000 | 1001 | 101000 | 100111000 | 100000 | 101101 |
Color Harmonies of #984F8A
Complementary color
Monochromatic Colors of #984F8A
Black with #984F8A
Text Example
Text Example
White with #984F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984F8A; }
p { color: rgb(152,79,138); }
H1.HeaderClassName
{
color: #984F8A;
}
.AnyTagClassName
{
color: #984F8A;
}
</style>
background-color css
<style>
a { background-color: #984F8A; }
a { background-color: rgb(152,79,138); }
div.DivClassName
{
background-color: #984F8A;
}
.BgClassName
{
background-color: #984F8A;
}
</style>
border-color css
<style>
span { border-color: #984F8A; }
span { border-color: rgb(152,79,138); }
td.TdClassName
{
border-color: #984F8A;
}
.TagClassName
{
border-color: #984F8A;
}
</style>