Shades of Violet Blue #98509C
Tints of Violet Blue #98509C
RGB
CMYK
RGB Variations
Color information
#98509C (or 0x98509C) is known color: Violet Blue. HEX triplet: 98, 50 and 9C. RGB value is (152,80,156). Sum of RGB (Red+Green+Blue) = 152+80+156=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 156 - color contains mainly: blue. Hex color #98509C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98509C is #67AF63. Grayscale: #6D6D6D. Windows color (decimal): -6795108 or 10244248. OLE color: 10244248.
HSL color Cylindrical-coordinate representation of color #98509C: hue angle of 296.84º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #98509C is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 80 | 156 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.39 |
| HSL | 296.84º | 0.32% | 0.46% | - |
| HSV(B) | 296.84º | 0.49% | 0.61% | - |
| XYZ | 21.82 | 14.81 | 33.16 | - |
| YUV | 110.19 | 153.85 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 80 | 156 | 0.03 | 0.49 | 0 | 0.39 | 296.84 | 0.32 | 0.46 |
| Hex | 98 | 50 | 9C | 3 | 31 | 0 | 27 | 129 | 20 | 2E |
| Octal | 230 | 120 | 234 | 3 | 61 | 0 | 47 | 451 | 40 | 56 |
| Binary | 10011000 | 1010000 | 10011100 | 11 | 110001 | 0 | 100111 | 100101001 | 100000 | 101110 |
Color Harmonies of #98509C
Complementary color
Monochromatic Colors of #98509C
Black with #98509C
Text Example
Text Example
White with #98509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98509C; }
p { color: rgb(152,80,156); }
H1.HeaderClassName
{
color: #98509C;
}
.AnyTagClassName
{
color: #98509C;
}
</style>
background-color css
<style>
a { background-color: #98509C; }
a { background-color: rgb(152,80,156); }
div.DivClassName
{
background-color: #98509C;
}
.BgClassName
{
background-color: #98509C;
}
</style>
border-color css
<style>
span { border-color: #98509C; }
span { border-color: rgb(152,80,156); }
td.TdClassName
{
border-color: #98509C;
}
.TagClassName
{
border-color: #98509C;
}
</style>