Shades of Violet Blue #98509E
Tints of Violet Blue #98509E
RGB
CMYK
RGB Variations
Color information
#98509E (or 0x98509E) is known color: Violet Blue. HEX triplet: 98, 50 and 9E. RGB value is (152,80,158). Sum of RGB (Red+Green+Blue) = 152+80+158=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 158 - color contains mainly: blue. Hex color #98509E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98509E is #67AF61. Grayscale: #6E6E6E. Windows color (decimal): -6795106 or 10375320. OLE color: 10375320.
HSL color Cylindrical-coordinate representation of color #98509E: hue angle of 295.38º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #98509E is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 80 | 158 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.38 |
| HSL | 295.38º | 0.33% | 0.47% | - |
| HSV(B) | 295.38º | 0.49% | 0.62% | - |
| XYZ | 21.99 | 14.88 | 34.06 | - |
| YUV | 110.42 | 154.85 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 80 | 158 | 0.04 | 0.49 | 0 | 0.38 | 295.38 | 0.33 | 0.47 |
| Hex | 98 | 50 | 9E | 4 | 31 | 0 | 26 | 127 | 21 | 2F |
| Octal | 230 | 120 | 236 | 4 | 61 | 0 | 46 | 447 | 41 | 57 |
| Binary | 10011000 | 1010000 | 10011110 | 100 | 110001 | 0 | 100110 | 100100111 | 100001 | 101111 |
Color Harmonies of #98509E
Complementary color
Monochromatic Colors of #98509E
Black with #98509E
Text Example
Text Example
White with #98509E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98509E; }
p { color: rgb(152,80,158); }
H1.HeaderClassName
{
color: #98509E;
}
.AnyTagClassName
{
color: #98509E;
}
</style>
background-color css
<style>
a { background-color: #98509E; }
a { background-color: rgb(152,80,158); }
div.DivClassName
{
background-color: #98509E;
}
.BgClassName
{
background-color: #98509E;
}
</style>
border-color css
<style>
span { border-color: #98509E; }
span { border-color: rgb(152,80,158); }
td.TdClassName
{
border-color: #98509E;
}
.TagClassName
{
border-color: #98509E;
}
</style>