Shades of Violet Blue #996A9D
Tints of Violet Blue #996A9D
RGB
CMYK
RGB Variations
Color information
#996A9D (or 0x996A9D) is known color: Violet Blue. HEX triplet: 99, 6A and 9D. RGB value is (153,106,157). Sum of RGB (Red+Green+Blue) = 153+106+157=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 157 - color contains mainly: blue. Hex color #996A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996A9D is #669562. Grayscale: #7D7D7D. Windows color (decimal): -6722915 or 10316441. OLE color: 10316441.
HSL color Cylindrical-coordinate representation of color #996A9D: hue angle of 295.29º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #996A9D is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 106 | 157 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.38 |
| HSL | 295.29º | 0.21% | 0.52% | - |
| HSV(B) | 295.29º | 0.32% | 0.62% | - |
| XYZ | 24.38 | 19.51 | 34.38 | - |
| YUV | 125.87 | 145.57 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 106 | 157 | 0.03 | 0.32 | 0 | 0.38 | 295.29 | 0.21 | 0.52 |
| Hex | 99 | 6A | 9D | 3 | 20 | 0 | 26 | 127 | 15 | 34 |
| Octal | 231 | 152 | 235 | 3 | 40 | 0 | 46 | 447 | 25 | 64 |
| Binary | 10011001 | 1101010 | 10011101 | 11 | 100000 | 0 | 100110 | 100100111 | 10101 | 110100 |
Color Harmonies of #996A9D
Complementary color
Monochromatic Colors of #996A9D
Black with #996A9D
Text Example
Text Example
White with #996A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996A9D; }
p { color: rgb(153,106,157); }
H1.HeaderClassName
{
color: #996A9D;
}
.AnyTagClassName
{
color: #996A9D;
}
</style>
background-color css
<style>
a { background-color: #996A9D; }
a { background-color: rgb(153,106,157); }
div.DivClassName
{
background-color: #996A9D;
}
.BgClassName
{
background-color: #996A9D;
}
</style>
border-color css
<style>
span { border-color: #996A9D; }
span { border-color: rgb(153,106,157); }
td.TdClassName
{
border-color: #996A9D;
}
.TagClassName
{
border-color: #996A9D;
}
</style>