Shades of Violet Blue #99699D
Tints of Violet Blue #99699D
RGB
CMYK
RGB Variations
Color information
#99699D (or 0x99699D) is known color: Violet Blue. HEX triplet: 99, 69 and 9D. RGB value is (153,105,157). Sum of RGB (Red+Green+Blue) = 153+105+157=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 157 - color contains mainly: blue. Hex color #99699D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99699D is #669662. Grayscale: #7D7D7D. Windows color (decimal): -6723171 or 10316185. OLE color: 10316185.
HSL color Cylindrical-coordinate representation of color #99699D: hue angle of 295.38º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99699D is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 105 | 157 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.38 |
| HSL | 295.38º | 0.21% | 0.51% | - |
| HSV(B) | 295.38º | 0.33% | 0.62% | - |
| XYZ | 24.27 | 19.31 | 34.35 | - |
| YUV | 125.28 | 145.9 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 105 | 157 | 0.03 | 0.33 | 0 | 0.38 | 295.38 | 0.21 | 0.51 |
| Hex | 99 | 69 | 9D | 3 | 21 | 0 | 26 | 127 | 15 | 33 |
| Octal | 231 | 151 | 235 | 3 | 41 | 0 | 46 | 447 | 25 | 63 |
| Binary | 10011001 | 1101001 | 10011101 | 11 | 100001 | 0 | 100110 | 100100111 | 10101 | 110011 |
Color Harmonies of #99699D
Complementary color
Monochromatic Colors of #99699D
Black with #99699D
Text Example
Text Example
White with #99699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99699D; }
p { color: rgb(153,105,157); }
H1.HeaderClassName
{
color: #99699D;
}
.AnyTagClassName
{
color: #99699D;
}
</style>
background-color css
<style>
a { background-color: #99699D; }
a { background-color: rgb(153,105,157); }
div.DivClassName
{
background-color: #99699D;
}
.BgClassName
{
background-color: #99699D;
}
</style>
border-color css
<style>
span { border-color: #99699D; }
span { border-color: rgb(153,105,157); }
td.TdClassName
{
border-color: #99699D;
}
.TagClassName
{
border-color: #99699D;
}
</style>