Shades of Violet Blue #98699B
Tints of Violet Blue #98699B
RGB
CMYK
RGB Variations
Color information
#98699B (or 0x98699B) is known color: Violet Blue. HEX triplet: 98, 69 and 9B. RGB value is (152,105,155). Sum of RGB (Red+Green+Blue) = 152+105+155=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 155 - color contains mainly: blue. Hex color #98699B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98699B is #679664. Grayscale: #7C7C7C. Windows color (decimal): -6788709 or 10185112. OLE color: 10185112.
HSL color Cylindrical-coordinate representation of color #98699B: hue angle of 296.4º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98699B is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 105 | 155 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.39 |
| HSL | 296.4º | 0.2% | 0.51% | - |
| HSV(B) | 296.4º | 0.32% | 0.61% | - |
| XYZ | 23.92 | 19.15 | 33.45 | - |
| YUV | 124.75 | 145.07 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 155 | 0.02 | 0.32 | 0 | 0.39 | 296.4 | 0.2 | 0.51 |
| Hex | 98 | 69 | 9B | 2 | 20 | 0 | 27 | 128 | 14 | 33 |
| Octal | 230 | 151 | 233 | 2 | 40 | 0 | 47 | 450 | 24 | 63 |
| Binary | 10011000 | 1101001 | 10011011 | 10 | 100000 | 0 | 100111 | 100101000 | 10100 | 110011 |
Color Harmonies of #98699B
Complementary color
Monochromatic Colors of #98699B
Black with #98699B
Text Example
Text Example
White with #98699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98699B; }
p { color: rgb(152,105,155); }
H1.HeaderClassName
{
color: #98699B;
}
.AnyTagClassName
{
color: #98699B;
}
</style>
background-color css
<style>
a { background-color: #98699B; }
a { background-color: rgb(152,105,155); }
div.DivClassName
{
background-color: #98699B;
}
.BgClassName
{
background-color: #98699B;
}
</style>
border-color css
<style>
span { border-color: #98699B; }
span { border-color: rgb(152,105,155); }
td.TdClassName
{
border-color: #98699B;
}
.TagClassName
{
border-color: #98699B;
}
</style>