Shades of Violet Blue #98469A
Tints of Violet Blue #98469A
RGB
CMYK
RGB Variations
Color information
#98469A (or 0x98469A) is known color: Violet Blue. HEX triplet: 98, 46 and 9A. RGB value is (152,70,154). Sum of RGB (Red+Green+Blue) = 152+70+154=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 70 (27.73% from 255 or 18.62% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 154 - color contains mainly: blue. Hex color #98469A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98469A is #67B965. Grayscale: #676767. Windows color (decimal): -6797670 or 10110616. OLE color: 10110616.
HSL color Cylindrical-coordinate representation of color #98469A: hue angle of 298.57º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #98469A is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 70 | 154 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.40 |
| HSL | 298.57º | 0.38% | 0.44% | - |
| HSV(B) | 298.57º | 0.55% | 0.6% | - |
| XYZ | 20.97 | 13.39 | 32.05 | - |
| YUV | 104.09 | 156.17 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 70 | 154 | 0.01 | 0.55 | 0 | 0.40 | 298.57 | 0.38 | 0.44 |
| Hex | 98 | 46 | 9A | 1 | 37 | 0 | 28 | 12B | 26 | 2C |
| Octal | 230 | 106 | 232 | 1 | 67 | 0 | 50 | 453 | 46 | 54 |
| Binary | 10011000 | 1000110 | 10011010 | 1 | 110111 | 0 | 101000 | 100101011 | 100110 | 101100 |
Color Harmonies of #98469A
Complementary color
Monochromatic Colors of #98469A
Black with #98469A
Text Example
Text Example
White with #98469A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98469A; }
p { color: rgb(152,70,154); }
H1.HeaderClassName
{
color: #98469A;
}
.AnyTagClassName
{
color: #98469A;
}
</style>
background-color css
<style>
a { background-color: #98469A; }
a { background-color: rgb(152,70,154); }
div.DivClassName
{
background-color: #98469A;
}
.BgClassName
{
background-color: #98469A;
}
</style>
border-color css
<style>
span { border-color: #98469A; }
span { border-color: rgb(152,70,154); }
td.TdClassName
{
border-color: #98469A;
}
.TagClassName
{
border-color: #98469A;
}
</style>