Shades of Violet Blue #98629C
Tints of Violet Blue #98629C
RGB
CMYK
RGB Variations
Color information
#98629C (or 0x98629C) is known color: Violet Blue. HEX triplet: 98, 62 and 9C. RGB value is (152,98,156). Sum of RGB (Red+Green+Blue) = 152+98+156=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 156 - color contains mainly: blue. Hex color #98629C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98629C is #679D63. Grayscale: #787878. Windows color (decimal): -6790500 or 10248856. OLE color: 10248856.
HSL color Cylindrical-coordinate representation of color #98629C: hue angle of 295.86º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98629C is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 98 | 156 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.39 |
| HSL | 295.86º | 0.23% | 0.5% | - |
| HSV(B) | 295.86º | 0.37% | 0.61% | - |
| XYZ | 23.32 | 17.81 | 33.66 | - |
| YUV | 120.76 | 147.89 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 98 | 156 | 0.03 | 0.37 | 0 | 0.39 | 295.86 | 0.23 | 0.5 |
| Hex | 98 | 62 | 9C | 3 | 25 | 0 | 27 | 128 | 17 | 32 |
| Octal | 230 | 142 | 234 | 3 | 45 | 0 | 47 | 450 | 27 | 62 |
| Binary | 10011000 | 1100010 | 10011100 | 11 | 100101 | 0 | 100111 | 100101000 | 10111 | 110010 |
Color Harmonies of #98629C
Complementary color
Monochromatic Colors of #98629C
Black with #98629C
Text Example
Text Example
White with #98629C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98629C; }
p { color: rgb(152,98,156); }
H1.HeaderClassName
{
color: #98629C;
}
.AnyTagClassName
{
color: #98629C;
}
</style>
background-color css
<style>
a { background-color: #98629C; }
a { background-color: rgb(152,98,156); }
div.DivClassName
{
background-color: #98629C;
}
.BgClassName
{
background-color: #98629C;
}
</style>
border-color css
<style>
span { border-color: #98629C; }
span { border-color: rgb(152,98,156); }
td.TdClassName
{
border-color: #98629C;
}
.TagClassName
{
border-color: #98629C;
}
</style>