Shades of Violet Blue #99649A
Tints of Violet Blue #99649A
RGB
CMYK
RGB Variations
Color information
#99649A (or 0x99649A) is known color: Violet Blue. HEX triplet: 99, 64 and 9A. RGB value is (153,100,154). Sum of RGB (Red+Green+Blue) = 153+100+154=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 154 - color contains mainly: blue. Hex color #99649A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99649A is #669B65. Grayscale: #797979. Windows color (decimal): -6724454 or 10118297. OLE color: 10118297.
HSL color Cylindrical-coordinate representation of color #99649A: hue angle of 298.89º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99649A is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 153 | 100 | 154 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.40 |
| HSL | 298.89º | 0.21% | 0.5% | - |
| HSV(B) | 298.89º | 0.35% | 0.6% | - |
| XYZ | 23.53 | 18.22 | 32.85 | - |
| YUV | 122 | 146.06 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 100 | 154 | 0.01 | 0.35 | 0 | 0.40 | 298.89 | 0.21 | 0.5 |
| Hex | 99 | 64 | 9A | 1 | 23 | 0 | 28 | 12B | 15 | 32 |
| Octal | 231 | 144 | 232 | 1 | 43 | 0 | 50 | 453 | 25 | 62 |
| Binary | 10011001 | 1100100 | 10011010 | 1 | 100011 | 0 | 101000 | 100101011 | 10101 | 110010 |
Color Harmonies of #99649A
Complementary color
Monochromatic Colors of #99649A
Black with #99649A
Text Example
Text Example
White with #99649A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99649A; }
p { color: rgb(153,100,154); }
H1.HeaderClassName
{
color: #99649A;
}
.AnyTagClassName
{
color: #99649A;
}
</style>
background-color css
<style>
a { background-color: #99649A; }
a { background-color: rgb(153,100,154); }
div.DivClassName
{
background-color: #99649A;
}
.BgClassName
{
background-color: #99649A;
}
</style>
border-color css
<style>
span { border-color: #99649A; }
span { border-color: rgb(153,100,154); }
td.TdClassName
{
border-color: #99649A;
}
.TagClassName
{
border-color: #99649A;
}
</style>