Shades of Violet Blue #98659B
Tints of Violet Blue #98659B
RGB
CMYK
RGB Variations
Color information
#98659B (or 0x98659B) is known color: Violet Blue. HEX triplet: 98, 65 and 9B. RGB value is (152,101,155). Sum of RGB (Red+Green+Blue) = 152+101+155=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 155 - color contains mainly: blue. Hex color #98659B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98659B is #679A64. Grayscale: #7A7A7A. Windows color (decimal): -6789733 or 10184088. OLE color: 10184088.
HSL color Cylindrical-coordinate representation of color #98659B: hue angle of 296.67º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98659B is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 101 | 155 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.39 |
| HSL | 296.67º | 0.21% | 0.5% | - |
| HSV(B) | 296.67º | 0.35% | 0.61% | - |
| XYZ | 23.52 | 18.35 | 33.31 | - |
| YUV | 122.41 | 146.4 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 101 | 155 | 0.02 | 0.35 | 0 | 0.39 | 296.67 | 0.21 | 0.5 |
| Hex | 98 | 65 | 9B | 2 | 23 | 0 | 27 | 129 | 15 | 32 |
| Octal | 230 | 145 | 233 | 2 | 43 | 0 | 47 | 451 | 25 | 62 |
| Binary | 10011000 | 1100101 | 10011011 | 10 | 100011 | 0 | 100111 | 100101001 | 10101 | 110010 |
Color Harmonies of #98659B
Complementary color
Monochromatic Colors of #98659B
Black with #98659B
Text Example
Text Example
White with #98659B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98659B; }
p { color: rgb(152,101,155); }
H1.HeaderClassName
{
color: #98659B;
}
.AnyTagClassName
{
color: #98659B;
}
</style>
background-color css
<style>
a { background-color: #98659B; }
a { background-color: rgb(152,101,155); }
div.DivClassName
{
background-color: #98659B;
}
.BgClassName
{
background-color: #98659B;
}
</style>
border-color css
<style>
span { border-color: #98659B; }
span { border-color: rgb(152,101,155); }
td.TdClassName
{
border-color: #98659B;
}
.TagClassName
{
border-color: #98659B;
}
</style>