Shades of Violet Blue #98689D
Tints of Violet Blue #98689D
RGB
CMYK
RGB Variations
Color information
#98689D (or 0x98689D) is known color: Violet Blue. HEX triplet: 98, 68 and 9D. RGB value is (152,104,157). Sum of RGB (Red+Green+Blue) = 152+104+157=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 157 - color contains mainly: blue. Hex color #98689D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98689D is #679762. Grayscale: #7C7C7C. Windows color (decimal): -6788963 or 10315928. OLE color: 10315928.
HSL color Cylindrical-coordinate representation of color #98689D: hue angle of 294.34º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98689D is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 104 | 157 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.38 |
| HSL | 294.34º | 0.21% | 0.51% | - |
| HSV(B) | 294.34º | 0.34% | 0.62% | - |
| XYZ | 23.99 | 19.01 | 34.3 | - |
| YUV | 124.39 | 146.4 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 104 | 157 | 0.03 | 0.34 | 0 | 0.38 | 294.34 | 0.21 | 0.51 |
| Hex | 98 | 68 | 9D | 3 | 22 | 0 | 26 | 126 | 15 | 33 |
| Octal | 230 | 150 | 235 | 3 | 42 | 0 | 46 | 446 | 25 | 63 |
| Binary | 10011000 | 1101000 | 10011101 | 11 | 100010 | 0 | 100110 | 100100110 | 10101 | 110011 |
Color Harmonies of #98689D
Complementary color
Monochromatic Colors of #98689D
Black with #98689D
Text Example
Text Example
White with #98689D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98689D; }
p { color: rgb(152,104,157); }
H1.HeaderClassName
{
color: #98689D;
}
.AnyTagClassName
{
color: #98689D;
}
</style>
background-color css
<style>
a { background-color: #98689D; }
a { background-color: rgb(152,104,157); }
div.DivClassName
{
background-color: #98689D;
}
.BgClassName
{
background-color: #98689D;
}
</style>
border-color css
<style>
span { border-color: #98689D; }
span { border-color: rgb(152,104,157); }
td.TdClassName
{
border-color: #98689D;
}
.TagClassName
{
border-color: #98689D;
}
</style>