Shades of Violet Blue #98689B
Tints of Violet Blue #98689B
RGB
CMYK
RGB Variations
Color information
#98689B (or 0x98689B) is known color: Violet Blue. HEX triplet: 98, 68 and 9B. RGB value is (152,104,155). Sum of RGB (Red+Green+Blue) = 152+104+155=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 155 - color contains mainly: blue. Hex color #98689B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98689B is #679764. Grayscale: #7C7C7C. Windows color (decimal): -6788965 or 10184856. OLE color: 10184856.
HSL color Cylindrical-coordinate representation of color #98689B: hue angle of 296.47º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #98689B is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 104 | 155 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.39 |
| HSL | 296.47º | 0.2% | 0.51% | - |
| HSV(B) | 296.47º | 0.33% | 0.61% | - |
| XYZ | 23.82 | 18.94 | 33.41 | - |
| YUV | 124.17 | 145.4 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 104 | 155 | 0.02 | 0.33 | 0 | 0.39 | 296.47 | 0.2 | 0.51 |
| Hex | 98 | 68 | 9B | 2 | 21 | 0 | 27 | 128 | 14 | 33 |
| Octal | 230 | 150 | 233 | 2 | 41 | 0 | 47 | 450 | 24 | 63 |
| Binary | 10011000 | 1101000 | 10011011 | 10 | 100001 | 0 | 100111 | 100101000 | 10100 | 110011 |
Color Harmonies of #98689B
Complementary color
Monochromatic Colors of #98689B
Black with #98689B
Text Example
Text Example
White with #98689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98689B; }
p { color: rgb(152,104,155); }
H1.HeaderClassName
{
color: #98689B;
}
.AnyTagClassName
{
color: #98689B;
}
</style>
background-color css
<style>
a { background-color: #98689B; }
a { background-color: rgb(152,104,155); }
div.DivClassName
{
background-color: #98689B;
}
.BgClassName
{
background-color: #98689B;
}
</style>
border-color css
<style>
span { border-color: #98689B; }
span { border-color: rgb(152,104,155); }
td.TdClassName
{
border-color: #98689B;
}
.TagClassName
{
border-color: #98689B;
}
</style>