Shades of Violet Blue #98479B
Tints of Violet Blue #98479B
RGB
CMYK
RGB Variations
Color information
#98479B (or 0x98479B) is known color: Violet Blue. HEX triplet: 98, 47 and 9B. RGB value is (152,71,155). Sum of RGB (Red+Green+Blue) = 152+71+155=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #98479B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98479B is #67B864. Grayscale: #686868. Windows color (decimal): -6797413 or 10176408. OLE color: 10176408.
HSL color Cylindrical-coordinate representation of color #98479B: hue angle of 297.86º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #98479B is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 71 | 155 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.39 |
| HSL | 297.86º | 0.37% | 0.44% | - |
| HSV(B) | 297.86º | 0.54% | 0.61% | - |
| XYZ | 21.12 | 13.55 | 32.51 | - |
| YUV | 104.8 | 156.34 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 71 | 155 | 0.02 | 0.54 | 0 | 0.39 | 297.86 | 0.37 | 0.44 |
| Hex | 98 | 47 | 9B | 2 | 36 | 0 | 27 | 12A | 25 | 2C |
| Octal | 230 | 107 | 233 | 2 | 66 | 0 | 47 | 452 | 45 | 54 |
| Binary | 10011000 | 1000111 | 10011011 | 10 | 110110 | 0 | 100111 | 100101010 | 100101 | 101100 |
Color Harmonies of #98479B
Complementary color
Monochromatic Colors of #98479B
Black with #98479B
Text Example
Text Example
White with #98479B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98479B; }
p { color: rgb(152,71,155); }
H1.HeaderClassName
{
color: #98479B;
}
.AnyTagClassName
{
color: #98479B;
}
</style>
background-color css
<style>
a { background-color: #98479B; }
a { background-color: rgb(152,71,155); }
div.DivClassName
{
background-color: #98479B;
}
.BgClassName
{
background-color: #98479B;
}
</style>
border-color css
<style>
span { border-color: #98479B; }
span { border-color: rgb(152,71,155); }
td.TdClassName
{
border-color: #98479B;
}
.TagClassName
{
border-color: #98479B;
}
</style>