Shades of Violet Blue #99509C
Tints of Violet Blue #99509C
RGB
CMYK
RGB Variations
Color information
#99509C (or 0x99509C) is known color: Violet Blue. HEX triplet: 99, 50 and 9C. RGB value is (153,80,156). Sum of RGB (Red+Green+Blue) = 153+80+156=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 156 - color contains mainly: blue. Hex color #99509C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99509C is #66AF63. Grayscale: #6E6E6E. Windows color (decimal): -6729572 or 10244249. OLE color: 10244249.
HSL color Cylindrical-coordinate representation of color #99509C: hue angle of 297.63º 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 #99509C is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 80 | 156 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.39 |
| HSL | 297.63º | 0.32% | 0.46% | - |
| HSV(B) | 297.63º | 0.49% | 0.61% | - |
| XYZ | 22.01 | 14.91 | 33.17 | - |
| YUV | 110.49 | 153.68 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 80 | 156 | 0.02 | 0.49 | 0 | 0.39 | 297.63 | 0.32 | 0.46 |
| Hex | 99 | 50 | 9C | 2 | 31 | 0 | 27 | 12A | 20 | 2E |
| Octal | 231 | 120 | 234 | 2 | 61 | 0 | 47 | 452 | 40 | 56 |
| Binary | 10011001 | 1010000 | 10011100 | 10 | 110001 | 0 | 100111 | 100101010 | 100000 | 101110 |
Color Harmonies of #99509C
Complementary color
Monochromatic Colors of #99509C
Black with #99509C
Text Example
Text Example
White with #99509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99509C; }
p { color: rgb(153,80,156); }
H1.HeaderClassName
{
color: #99509C;
}
.AnyTagClassName
{
color: #99509C;
}
</style>
background-color css
<style>
a { background-color: #99509C; }
a { background-color: rgb(153,80,156); }
div.DivClassName
{
background-color: #99509C;
}
.BgClassName
{
background-color: #99509C;
}
</style>
border-color css
<style>
span { border-color: #99509C; }
span { border-color: rgb(153,80,156); }
td.TdClassName
{
border-color: #99509C;
}
.TagClassName
{
border-color: #99509C;
}
</style>