Shades of Violet Blue #98669F
Tints of Violet Blue #98669F
RGB
CMYK
RGB Variations
Color information
#98669F (or 0x98669F) is known color: Violet Blue. HEX triplet: 98, 66 and 9F. RGB value is (152,102,159). Sum of RGB (Red+Green+Blue) = 152+102+159=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 159 - color contains mainly: blue. Hex color #98669F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98669F is #679960. Grayscale: #7B7B7B. Windows color (decimal): -6789473 or 10446488. OLE color: 10446488.
HSL color Cylindrical-coordinate representation of color #98669F: hue angle of 292.63º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98669F is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 102 | 159 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.38 |
| HSL | 292.63º | 0.23% | 0.51% | - |
| HSV(B) | 292.63º | 0.36% | 0.62% | - |
| XYZ | 23.96 | 18.68 | 35.14 | - |
| YUV | 123.45 | 148.07 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 102 | 159 | 0.04 | 0.36 | 0 | 0.38 | 292.63 | 0.23 | 0.51 |
| Hex | 98 | 66 | 9F | 4 | 24 | 0 | 26 | 125 | 17 | 33 |
| Octal | 230 | 146 | 237 | 4 | 44 | 0 | 46 | 445 | 27 | 63 |
| Binary | 10011000 | 1100110 | 10011111 | 100 | 100100 | 0 | 100110 | 100100101 | 10111 | 110011 |
Color Harmonies of #98669F
Complementary color
Monochromatic Colors of #98669F
Black with #98669F
Text Example
Text Example
White with #98669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98669F; }
p { color: rgb(152,102,159); }
H1.HeaderClassName
{
color: #98669F;
}
.AnyTagClassName
{
color: #98669F;
}
</style>
background-color css
<style>
a { background-color: #98669F; }
a { background-color: rgb(152,102,159); }
div.DivClassName
{
background-color: #98669F;
}
.BgClassName
{
background-color: #98669F;
}
</style>
border-color css
<style>
span { border-color: #98669F; }
span { border-color: rgb(152,102,159); }
td.TdClassName
{
border-color: #98669F;
}
.TagClassName
{
border-color: #98669F;
}
</style>