Shades of Violet Blue #98469C
Tints of Violet Blue #98469C
RGB
CMYK
RGB Variations
Color information
#98469C (or 0x98469C) is known color: Violet Blue. HEX triplet: 98, 46 and 9C. RGB value is (152,70,156). Sum of RGB (Red+Green+Blue) = 152+70+156=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 156 - color contains mainly: blue. Hex color #98469C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98469C is #67B963. Grayscale: #686868. Windows color (decimal): -6797668 or 10241688. OLE color: 10241688.
HSL color Cylindrical-coordinate representation of color #98469C: hue angle of 297.21º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #98469C is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 70 | 156 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.39 |
| HSL | 297.21º | 0.38% | 0.44% | - |
| HSV(B) | 297.21º | 0.55% | 0.61% | - |
| XYZ | 21.14 | 13.46 | 32.94 | - |
| YUV | 104.32 | 157.17 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 70 | 156 | 0.03 | 0.55 | 0 | 0.39 | 297.21 | 0.38 | 0.44 |
| Hex | 98 | 46 | 9C | 3 | 37 | 0 | 27 | 129 | 26 | 2C |
| Octal | 230 | 106 | 234 | 3 | 67 | 0 | 47 | 451 | 46 | 54 |
| Binary | 10011000 | 1000110 | 10011100 | 11 | 110111 | 0 | 100111 | 100101001 | 100110 | 101100 |
Color Harmonies of #98469C
Complementary color
Monochromatic Colors of #98469C
Black with #98469C
Text Example
Text Example
White with #98469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98469C; }
p { color: rgb(152,70,156); }
H1.HeaderClassName
{
color: #98469C;
}
.AnyTagClassName
{
color: #98469C;
}
</style>
background-color css
<style>
a { background-color: #98469C; }
a { background-color: rgb(152,70,156); }
div.DivClassName
{
background-color: #98469C;
}
.BgClassName
{
background-color: #98469C;
}
</style>
border-color css
<style>
span { border-color: #98469C; }
span { border-color: rgb(152,70,156); }
td.TdClassName
{
border-color: #98469C;
}
.TagClassName
{
border-color: #98469C;
}
</style>