Shades of Violet Blue #99509B
Tints of Violet Blue #99509B
RGB
CMYK
RGB Variations
Color information
#99509B (or 0x99509B) is known color: Violet Blue. HEX triplet: 99, 50 and 9B. RGB value is (153,80,155). Sum of RGB (Red+Green+Blue) = 153+80+155=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 155 - color contains mainly: blue. Hex color #99509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99509B is #66AF64. Grayscale: #6E6E6E. Windows color (decimal): -6729573 or 10178713. OLE color: 10178713.
HSL color Cylindrical-coordinate representation of color #99509B: hue angle of 298.4º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #99509B is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 80 | 155 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.39 |
| HSL | 298.4º | 0.32% | 0.46% | - |
| HSV(B) | 298.4º | 0.48% | 0.61% | - |
| XYZ | 21.92 | 14.88 | 32.73 | - |
| YUV | 110.38 | 153.18 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 80 | 155 | 0.01 | 0.48 | 0 | 0.39 | 298.4 | 0.32 | 0.46 |
| Hex | 99 | 50 | 9B | 1 | 30 | 0 | 27 | 12A | 20 | 2E |
| Octal | 231 | 120 | 233 | 1 | 60 | 0 | 47 | 452 | 40 | 56 |
| Binary | 10011001 | 1010000 | 10011011 | 1 | 110000 | 0 | 100111 | 100101010 | 100000 | 101110 |
Color Harmonies of #99509B
Complementary color
Monochromatic Colors of #99509B
Black with #99509B
Text Example
Text Example
White with #99509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99509B; }
p { color: rgb(153,80,155); }
H1.HeaderClassName
{
color: #99509B;
}
.AnyTagClassName
{
color: #99509B;
}
</style>
background-color css
<style>
a { background-color: #99509B; }
a { background-color: rgb(153,80,155); }
div.DivClassName
{
background-color: #99509B;
}
.BgClassName
{
background-color: #99509B;
}
</style>
border-color css
<style>
span { border-color: #99509B; }
span { border-color: rgb(153,80,155); }
td.TdClassName
{
border-color: #99509B;
}
.TagClassName
{
border-color: #99509B;
}
</style>