Shades of Violet Blue #99519A
Tints of Violet Blue #99519A
RGB
CMYK
RGB Variations
Color information
#99519A (or 0x99519A) is known color: Violet Blue. HEX triplet: 99, 51 and 9A. RGB value is (153,81,154). Sum of RGB (Red+Green+Blue) = 153+81+154=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 154 - color contains mainly: blue. Hex color #99519A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99519A is #66AE65. Grayscale: #6E6E6E. Windows color (decimal): -6729318 or 10113433. OLE color: 10113433.
HSL color Cylindrical-coordinate representation of color #99519A: hue angle of 299.18º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #99519A is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 153 | 81 | 154 | - |
| CMYK | 0.01 | 0.47 | 0 | 0.40 |
| HSL | 299.18º | 0.31% | 0.46% | - |
| HSV(B) | 299.18º | 0.47% | 0.6% | - |
| XYZ | 21.91 | 14.99 | 32.31 | - |
| YUV | 110.85 | 152.35 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 81 | 154 | 0.01 | 0.47 | 0 | 0.40 | 299.18 | 0.31 | 0.46 |
| Hex | 99 | 51 | 9A | 1 | 2F | 0 | 28 | 12B | 1F | 2E |
| Octal | 231 | 121 | 232 | 1 | 57 | 0 | 50 | 453 | 37 | 56 |
| Binary | 10011001 | 1010001 | 10011010 | 1 | 101111 | 0 | 101000 | 100101011 | 11111 | 101110 |
Color Harmonies of #99519A
Complementary color
Monochromatic Colors of #99519A
Black with #99519A
Text Example
Text Example
White with #99519A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99519A; }
p { color: rgb(153,81,154); }
H1.HeaderClassName
{
color: #99519A;
}
.AnyTagClassName
{
color: #99519A;
}
</style>
background-color css
<style>
a { background-color: #99519A; }
a { background-color: rgb(153,81,154); }
div.DivClassName
{
background-color: #99519A;
}
.BgClassName
{
background-color: #99519A;
}
</style>
border-color css
<style>
span { border-color: #99519A; }
span { border-color: rgb(153,81,154); }
td.TdClassName
{
border-color: #99519A;
}
.TagClassName
{
border-color: #99519A;
}
</style>