Shades of Violet Blue #984299
Tints of Violet Blue #984299
RGB
CMYK
RGB Variations
Color information
#984299 (or 0x984299) is known color: Violet Blue. HEX triplet: 98, 42 and 99. RGB value is (152,66,153). Sum of RGB (Red+Green+Blue) = 152+66+153=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #984299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984299 is #67BD66. Grayscale: #656565. Windows color (decimal): -6798695 or 10044056. OLE color: 10044056.
HSL color Cylindrical-coordinate representation of color #984299: hue angle of 299.31º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #984299 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 152 | 66 | 153 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.4 |
| HSL | 299.31º | 0.4% | 0.43% | - |
| HSV(B) | 299.31º | 0.57% | 0.6% | - |
| XYZ | 20.65 | 12.87 | 31.53 | - |
| YUV | 101.63 | 156.99 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 66 | 153 | 0.01 | 0.57 | 0 | 0.4 | 299.31 | 0.4 | 0.43 |
| Hex | 98 | 42 | 99 | 1 | 39 | 0 | 28 | 12B | 28 | 2B |
| Octal | 230 | 102 | 231 | 1 | 71 | 0 | 50 | 453 | 50 | 53 |
| Binary | 10011000 | 1000010 | 10011001 | 1 | 111001 | 0 | 101000 | 100101011 | 101000 | 101011 |
Color Harmonies of #984299
Complementary color
Monochromatic Colors of #984299
Black with #984299
Text Example
Text Example
White with #984299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984299; }
p { color: rgb(152,66,153); }
H1.HeaderClassName
{
color: #984299;
}
.AnyTagClassName
{
color: #984299;
}
</style>
background-color css
<style>
a { background-color: #984299; }
a { background-color: rgb(152,66,153); }
div.DivClassName
{
background-color: #984299;
}
.BgClassName
{
background-color: #984299;
}
</style>
border-color css
<style>
span { border-color: #984299; }
span { border-color: rgb(152,66,153); }
td.TdClassName
{
border-color: #984299;
}
.TagClassName
{
border-color: #984299;
}
</style>