Shades of Violet Blue #98729A
Tints of Violet Blue #98729A
RGB
CMYK
RGB Variations
Color information
#98729A (or 0x98729A) is known color: Violet Blue. HEX triplet: 98, 72 and 9A. RGB value is (152,114,154). Sum of RGB (Red+Green+Blue) = 152+114+154=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 154 - color contains mainly: blue. Hex color #98729A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98729A is #678D65. Grayscale: #818181. Windows color (decimal): -6786406 or 10121880. OLE color: 10121880.
HSL color Cylindrical-coordinate representation of color #98729A: hue angle of 297º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98729A is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 114 | 154 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.40 |
| HSL | 297º | 0.17% | 0.53% | - |
| HSV(B) | 297º | 0.26% | 0.6% | - |
| XYZ | 24.8 | 21.04 | 33.33 | - |
| YUV | 129.92 | 141.59 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 114 | 154 | 0.01 | 0.26 | 0 | 0.40 | 297 | 0.17 | 0.53 |
| Hex | 98 | 72 | 9A | 1 | 1A | 0 | 28 | 129 | 11 | 35 |
| Octal | 230 | 162 | 232 | 1 | 32 | 0 | 50 | 451 | 21 | 65 |
| Binary | 10011000 | 1110010 | 10011010 | 1 | 11010 | 0 | 101000 | 100101001 | 10001 | 110101 |
Color Harmonies of #98729A
Complementary color
Monochromatic Colors of #98729A
Black with #98729A
Text Example
Text Example
White with #98729A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98729A; }
p { color: rgb(152,114,154); }
H1.HeaderClassName
{
color: #98729A;
}
.AnyTagClassName
{
color: #98729A;
}
</style>
background-color css
<style>
a { background-color: #98729A; }
a { background-color: rgb(152,114,154); }
div.DivClassName
{
background-color: #98729A;
}
.BgClassName
{
background-color: #98729A;
}
</style>
border-color css
<style>
span { border-color: #98729A; }
span { border-color: rgb(152,114,154); }
td.TdClassName
{
border-color: #98729A;
}
.TagClassName
{
border-color: #98729A;
}
</style>