Shades of Violet Blue #98679A
Tints of Violet Blue #98679A
RGB
CMYK
RGB Variations
Color information
#98679A (or 0x98679A) is known color: Violet Blue. HEX triplet: 98, 67 and 9A. RGB value is (152,103,154). Sum of RGB (Red+Green+Blue) = 152+103+154=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 154 - color contains mainly: blue. Hex color #98679A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98679A is #679865. Grayscale: #7B7B7B. Windows color (decimal): -6789222 or 10119064. OLE color: 10119064.
HSL color Cylindrical-coordinate representation of color #98679A: hue angle of 297.65º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #98679A is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 103 | 154 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.40 |
| HSL | 297.65º | 0.2% | 0.5% | - |
| HSV(B) | 297.65º | 0.33% | 0.6% | - |
| XYZ | 23.63 | 18.71 | 32.94 | - |
| YUV | 123.47 | 145.23 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 154 | 0.01 | 0.33 | 0 | 0.40 | 297.65 | 0.2 | 0.5 |
| Hex | 98 | 67 | 9A | 1 | 21 | 0 | 28 | 12A | 14 | 32 |
| Octal | 230 | 147 | 232 | 1 | 41 | 0 | 50 | 452 | 24 | 62 |
| Binary | 10011000 | 1100111 | 10011010 | 1 | 100001 | 0 | 101000 | 100101010 | 10100 | 110010 |
Color Harmonies of #98679A
Complementary color
Monochromatic Colors of #98679A
Black with #98679A
Text Example
Text Example
White with #98679A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98679A; }
p { color: rgb(152,103,154); }
H1.HeaderClassName
{
color: #98679A;
}
.AnyTagClassName
{
color: #98679A;
}
</style>
background-color css
<style>
a { background-color: #98679A; }
a { background-color: rgb(152,103,154); }
div.DivClassName
{
background-color: #98679A;
}
.BgClassName
{
background-color: #98679A;
}
</style>
border-color css
<style>
span { border-color: #98679A; }
span { border-color: rgb(152,103,154); }
td.TdClassName
{
border-color: #98679A;
}
.TagClassName
{
border-color: #98679A;
}
</style>