Shades of Violet Blue #99519C
Tints of Violet Blue #99519C
RGB
CMYK
RGB Variations
Color information
#99519C (or 0x99519C) is known color: Violet Blue. HEX triplet: 99, 51 and 9C. RGB value is (153,81,156). Sum of RGB (Red+Green+Blue) = 153+81+156=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 156 - color contains mainly: blue. Hex color #99519C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99519C is #66AE63. Grayscale: #6E6E6E. Windows color (decimal): -6729316 or 10244505. OLE color: 10244505.
HSL color Cylindrical-coordinate representation of color #99519C: hue angle of 297.6º 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 #99519C is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 81 | 156 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.39 |
| HSL | 297.6º | 0.32% | 0.46% | - |
| HSV(B) | 297.6º | 0.48% | 0.61% | - |
| XYZ | 22.08 | 15.06 | 33.2 | - |
| YUV | 111.08 | 153.35 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 81 | 156 | 0.02 | 0.48 | 0 | 0.39 | 297.6 | 0.32 | 0.46 |
| Hex | 99 | 51 | 9C | 2 | 30 | 0 | 27 | 12A | 20 | 2E |
| Octal | 231 | 121 | 234 | 2 | 60 | 0 | 47 | 452 | 40 | 56 |
| Binary | 10011001 | 1010001 | 10011100 | 10 | 110000 | 0 | 100111 | 100101010 | 100000 | 101110 |
Color Harmonies of #99519C
Complementary color
Monochromatic Colors of #99519C
Black with #99519C
Text Example
Text Example
White with #99519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99519C; }
p { color: rgb(153,81,156); }
H1.HeaderClassName
{
color: #99519C;
}
.AnyTagClassName
{
color: #99519C;
}
</style>
background-color css
<style>
a { background-color: #99519C; }
a { background-color: rgb(153,81,156); }
div.DivClassName
{
background-color: #99519C;
}
.BgClassName
{
background-color: #99519C;
}
</style>
border-color css
<style>
span { border-color: #99519C; }
span { border-color: rgb(153,81,156); }
td.TdClassName
{
border-color: #99519C;
}
.TagClassName
{
border-color: #99519C;
}
</style>