Shades of Violet Blue #99629B
Tints of Violet Blue #99629B
RGB
CMYK
RGB Variations
Color information
#99629B (or 0x99629B) is known color: Violet Blue. HEX triplet: 99, 62 and 9B. RGB value is (153,98,155). Sum of RGB (Red+Green+Blue) = 153+98+155=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 155 - color contains mainly: blue. Hex color #99629B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99629B is #669D64. Grayscale: #787878. Windows color (decimal): -6724965 or 10183321. OLE color: 10183321.
HSL color Cylindrical-coordinate representation of color #99629B: hue angle of 297.89º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99629B is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 98 | 155 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.39 |
| HSL | 297.89º | 0.23% | 0.5% | - |
| HSV(B) | 297.89º | 0.37% | 0.61% | - |
| XYZ | 23.42 | 17.87 | 33.23 | - |
| YUV | 120.94 | 147.22 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 98 | 155 | 0.01 | 0.37 | 0 | 0.39 | 297.89 | 0.23 | 0.5 |
| Hex | 99 | 62 | 9B | 1 | 25 | 0 | 27 | 12A | 17 | 32 |
| Octal | 231 | 142 | 233 | 1 | 45 | 0 | 47 | 452 | 27 | 62 |
| Binary | 10011001 | 1100010 | 10011011 | 1 | 100101 | 0 | 100111 | 100101010 | 10111 | 110010 |
Color Harmonies of #99629B
Complementary color
Monochromatic Colors of #99629B
Black with #99629B
Text Example
Text Example
White with #99629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99629B; }
p { color: rgb(153,98,155); }
H1.HeaderClassName
{
color: #99629B;
}
.AnyTagClassName
{
color: #99629B;
}
</style>
background-color css
<style>
a { background-color: #99629B; }
a { background-color: rgb(153,98,155); }
div.DivClassName
{
background-color: #99629B;
}
.BgClassName
{
background-color: #99629B;
}
</style>
border-color css
<style>
span { border-color: #99629B; }
span { border-color: rgb(153,98,155); }
td.TdClassName
{
border-color: #99629B;
}
.TagClassName
{
border-color: #99629B;
}
</style>