Shades of Violet Blue #98679B
Tints of Violet Blue #98679B
RGB
CMYK
RGB Variations
Color information
#98679B (or 0x98679B) is known color: Violet Blue. HEX triplet: 98, 67 and 9B. RGB value is (152,103,155). Sum of RGB (Red+Green+Blue) = 152+103+155=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 155 - color contains mainly: blue. Hex color #98679B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98679B is #679864. Grayscale: #7B7B7B. Windows color (decimal): -6789221 or 10184600. OLE color: 10184600.
HSL color Cylindrical-coordinate representation of color #98679B: hue angle of 296.54º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98679B is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 103 | 155 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.39 |
| HSL | 296.54º | 0.21% | 0.51% | - |
| HSV(B) | 296.54º | 0.34% | 0.61% | - |
| XYZ | 23.72 | 18.74 | 33.38 | - |
| YUV | 123.58 | 145.73 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 155 | 0.02 | 0.34 | 0 | 0.39 | 296.54 | 0.21 | 0.51 |
| Hex | 98 | 67 | 9B | 2 | 22 | 0 | 27 | 129 | 15 | 33 |
| Octal | 230 | 147 | 233 | 2 | 42 | 0 | 47 | 451 | 25 | 63 |
| Binary | 10011000 | 1100111 | 10011011 | 10 | 100010 | 0 | 100111 | 100101001 | 10101 | 110011 |
Color Harmonies of #98679B
Complementary color
Monochromatic Colors of #98679B
Black with #98679B
Text Example
Text Example
White with #98679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98679B; }
p { color: rgb(152,103,155); }
H1.HeaderClassName
{
color: #98679B;
}
.AnyTagClassName
{
color: #98679B;
}
</style>
background-color css
<style>
a { background-color: #98679B; }
a { background-color: rgb(152,103,155); }
div.DivClassName
{
background-color: #98679B;
}
.BgClassName
{
background-color: #98679B;
}
</style>
border-color css
<style>
span { border-color: #98679B; }
span { border-color: rgb(152,103,155); }
td.TdClassName
{
border-color: #98679B;
}
.TagClassName
{
border-color: #98679B;
}
</style>