Shades of Violet Blue #99509D
Tints of Violet Blue #99509D
RGB
CMYK
RGB Variations
Color information
#99509D (or 0x99509D) is known color: Violet Blue. HEX triplet: 99, 50 and 9D. RGB value is (153,80,157). Sum of RGB (Red+Green+Blue) = 153+80+157=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 157 - color contains mainly: blue. Hex color #99509D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99509D is #66AF62. Grayscale: #6E6E6E. Windows color (decimal): -6729571 or 10309785. OLE color: 10309785.
HSL color Cylindrical-coordinate representation of color #99509D: hue angle of 296.88º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #99509D is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 80 | 157 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.38 |
| HSL | 296.88º | 0.32% | 0.46% | - |
| HSV(B) | 296.88º | 0.49% | 0.62% | - |
| XYZ | 22.09 | 14.94 | 33.62 | - |
| YUV | 110.61 | 154.18 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 80 | 157 | 0.03 | 0.49 | 0 | 0.38 | 296.88 | 0.32 | 0.46 |
| Hex | 99 | 50 | 9D | 3 | 31 | 0 | 26 | 129 | 20 | 2E |
| Octal | 231 | 120 | 235 | 3 | 61 | 0 | 46 | 451 | 40 | 56 |
| Binary | 10011001 | 1010000 | 10011101 | 11 | 110001 | 0 | 100110 | 100101001 | 100000 | 101110 |
Color Harmonies of #99509D
Complementary color
Monochromatic Colors of #99509D
Black with #99509D
Text Example
Text Example
White with #99509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99509D; }
p { color: rgb(153,80,157); }
H1.HeaderClassName
{
color: #99509D;
}
.AnyTagClassName
{
color: #99509D;
}
</style>
background-color css
<style>
a { background-color: #99509D; }
a { background-color: rgb(153,80,157); }
div.DivClassName
{
background-color: #99509D;
}
.BgClassName
{
background-color: #99509D;
}
</style>
border-color css
<style>
span { border-color: #99509D; }
span { border-color: rgb(153,80,157); }
td.TdClassName
{
border-color: #99509D;
}
.TagClassName
{
border-color: #99509D;
}
</style>