Shades of Violet Blue #98629A
Tints of Violet Blue #98629A
RGB
CMYK
RGB Variations
Color information
#98629A (or 0x98629A) is known color: Violet Blue. HEX triplet: 98, 62 and 9A. RGB value is (152,98,154). Sum of RGB (Red+Green+Blue) = 152+98+154=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 154 - color contains mainly: blue. Hex color #98629A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98629A is #679D65. Grayscale: #787878. Windows color (decimal): -6790502 or 10117784. OLE color: 10117784.
HSL color Cylindrical-coordinate representation of color #98629A: hue angle of 297.86º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98629A is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 98 | 154 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.40 |
| HSL | 297.86º | 0.22% | 0.49% | - |
| HSV(B) | 297.86º | 0.36% | 0.6% | - |
| XYZ | 23.15 | 17.74 | 32.78 | - |
| YUV | 120.53 | 146.89 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 98 | 154 | 0.01 | 0.36 | 0 | 0.40 | 297.86 | 0.22 | 0.49 |
| Hex | 98 | 62 | 9A | 1 | 24 | 0 | 28 | 12A | 16 | 31 |
| Octal | 230 | 142 | 232 | 1 | 44 | 0 | 50 | 452 | 26 | 61 |
| Binary | 10011000 | 1100010 | 10011010 | 1 | 100100 | 0 | 101000 | 100101010 | 10110 | 110001 |
Color Harmonies of #98629A
Complementary color
Monochromatic Colors of #98629A
Black with #98629A
Text Example
Text Example
White with #98629A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98629A; }
p { color: rgb(152,98,154); }
H1.HeaderClassName
{
color: #98629A;
}
.AnyTagClassName
{
color: #98629A;
}
</style>
background-color css
<style>
a { background-color: #98629A; }
a { background-color: rgb(152,98,154); }
div.DivClassName
{
background-color: #98629A;
}
.BgClassName
{
background-color: #98629A;
}
</style>
border-color css
<style>
span { border-color: #98629A; }
span { border-color: rgb(152,98,154); }
td.TdClassName
{
border-color: #98629A;
}
.TagClassName
{
border-color: #98629A;
}
</style>