Shades of Violet Blue #98509A
Tints of Violet Blue #98509A
RGB
CMYK
RGB Variations
Color information
#98509A (or 0x98509A) is known color: Violet Blue. HEX triplet: 98, 50 and 9A. RGB value is (152,80,154). Sum of RGB (Red+Green+Blue) = 152+80+154=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 154 - color contains mainly: blue. Hex color #98509A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98509A is #67AF65. Grayscale: #6D6D6D. Windows color (decimal): -6795110 or 10113176. OLE color: 10113176.
HSL color Cylindrical-coordinate representation of color #98509A: hue angle of 298.38º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #98509A is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 80 | 154 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.40 |
| HSL | 298.38º | 0.32% | 0.46% | - |
| HSV(B) | 298.38º | 0.48% | 0.6% | - |
| XYZ | 21.65 | 14.75 | 32.28 | - |
| YUV | 109.96 | 152.85 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 80 | 154 | 0.01 | 0.48 | 0 | 0.40 | 298.38 | 0.32 | 0.46 |
| Hex | 98 | 50 | 9A | 1 | 30 | 0 | 28 | 12A | 20 | 2E |
| Octal | 230 | 120 | 232 | 1 | 60 | 0 | 50 | 452 | 40 | 56 |
| Binary | 10011000 | 1010000 | 10011010 | 1 | 110000 | 0 | 101000 | 100101010 | 100000 | 101110 |
Color Harmonies of #98509A
Complementary color
Monochromatic Colors of #98509A
Black with #98509A
Text Example
Text Example
White with #98509A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98509A; }
p { color: rgb(152,80,154); }
H1.HeaderClassName
{
color: #98509A;
}
.AnyTagClassName
{
color: #98509A;
}
</style>
background-color css
<style>
a { background-color: #98509A; }
a { background-color: rgb(152,80,154); }
div.DivClassName
{
background-color: #98509A;
}
.BgClassName
{
background-color: #98509A;
}
</style>
border-color css
<style>
span { border-color: #98509A; }
span { border-color: rgb(152,80,154); }
td.TdClassName
{
border-color: #98509A;
}
.TagClassName
{
border-color: #98509A;
}
</style>