Shades of Violet Blue #98699D
Tints of Violet Blue #98699D
RGB
CMYK
RGB Variations
Color information
#98699D (or 0x98699D) is known color: Violet Blue. HEX triplet: 98, 69 and 9D. RGB value is (152,105,157). Sum of RGB (Red+Green+Blue) = 152+105+157=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 157 - color contains mainly: blue. Hex color #98699D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98699D is #679662. Grayscale: #7C7C7C. Windows color (decimal): -6788707 or 10316184. OLE color: 10316184.
HSL color Cylindrical-coordinate representation of color #98699D: hue angle of 294.23º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #98699D is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 105 | 157 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.38 |
| HSL | 294.23º | 0.21% | 0.51% | - |
| HSV(B) | 294.23º | 0.33% | 0.62% | - |
| XYZ | 24.09 | 19.21 | 34.34 | - |
| YUV | 124.98 | 146.07 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 157 | 0.03 | 0.33 | 0 | 0.38 | 294.23 | 0.21 | 0.51 |
| Hex | 98 | 69 | 9D | 3 | 21 | 0 | 26 | 126 | 15 | 33 |
| Octal | 230 | 151 | 235 | 3 | 41 | 0 | 46 | 446 | 25 | 63 |
| Binary | 10011000 | 1101001 | 10011101 | 11 | 100001 | 0 | 100110 | 100100110 | 10101 | 110011 |
Color Harmonies of #98699D
Complementary color
Monochromatic Colors of #98699D
Black with #98699D
Text Example
Text Example
White with #98699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98699D; }
p { color: rgb(152,105,157); }
H1.HeaderClassName
{
color: #98699D;
}
.AnyTagClassName
{
color: #98699D;
}
</style>
background-color css
<style>
a { background-color: #98699D; }
a { background-color: rgb(152,105,157); }
div.DivClassName
{
background-color: #98699D;
}
.BgClassName
{
background-color: #98699D;
}
</style>
border-color css
<style>
span { border-color: #98699D; }
span { border-color: rgb(152,105,157); }
td.TdClassName
{
border-color: #98699D;
}
.TagClassName
{
border-color: #98699D;
}
</style>