Shades of Violet Blue #98699A
Tints of Violet Blue #98699A
RGB
CMYK
RGB Variations
Color information
#98699A (or 0x98699A) is known color: Violet Blue. HEX triplet: 98, 69 and 9A. RGB value is (152,105,154). Sum of RGB (Red+Green+Blue) = 152+105+154=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 154 - color contains mainly: blue. Hex color #98699A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98699A is #679665. Grayscale: #7C7C7C. Windows color (decimal): -6788710 or 10119576. OLE color: 10119576.
HSL color Cylindrical-coordinate representation of color #98699A: hue angle of 297.55º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98699A is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 105 | 154 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.40 |
| HSL | 297.55º | 0.2% | 0.51% | - |
| HSV(B) | 297.55º | 0.32% | 0.6% | - |
| XYZ | 23.83 | 19.11 | 33 | - |
| YUV | 124.64 | 144.57 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 154 | 0.01 | 0.32 | 0 | 0.40 | 297.55 | 0.2 | 0.51 |
| Hex | 98 | 69 | 9A | 1 | 20 | 0 | 28 | 12A | 14 | 33 |
| Octal | 230 | 151 | 232 | 1 | 40 | 0 | 50 | 452 | 24 | 63 |
| Binary | 10011000 | 1101001 | 10011010 | 1 | 100000 | 0 | 101000 | 100101010 | 10100 | 110011 |
Color Harmonies of #98699A
Complementary color
Monochromatic Colors of #98699A
Black with #98699A
Text Example
Text Example
White with #98699A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98699A; }
p { color: rgb(152,105,154); }
H1.HeaderClassName
{
color: #98699A;
}
.AnyTagClassName
{
color: #98699A;
}
</style>
background-color css
<style>
a { background-color: #98699A; }
a { background-color: rgb(152,105,154); }
div.DivClassName
{
background-color: #98699A;
}
.BgClassName
{
background-color: #98699A;
}
</style>
border-color css
<style>
span { border-color: #98699A; }
span { border-color: rgb(152,105,154); }
td.TdClassName
{
border-color: #98699A;
}
.TagClassName
{
border-color: #98699A;
}
</style>