Shades of Violet Blue #996B93
Tints of Violet Blue #996B93
RGB
CMYK
RGB Variations
Color information
#996B93 (or 0x996B93) is known color: Violet Blue. HEX triplet: 99, 6B and 93. RGB value is (153,107,147). Sum of RGB (Red+Green+Blue) = 153+107+147=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 153 - color contains mainly: red. Hex color #996B93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996B93 is #66946C. Grayscale: #7D7D7D. Windows color (decimal): -6722669 or 9661337. OLE color: 9661337.
HSL color Cylindrical-coordinate representation of color #996B93: hue angle of 307.83º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #996B93 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 107 | 147 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.4 |
| HSL | 307.83º | 0.18% | 0.51% | - |
| HSV(B) | 307.83º | 0.3% | 0.6% | - |
| XYZ | 23.66 | 19.39 | 30.1 | - |
| YUV | 125.31 | 140.24 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 107 | 147 | 0 | 0.30 | 0.04 | 0.4 | 307.83 | 0.18 | 0.51 |
| Hex | 99 | 6B | 93 | 0 | 1E | 4 | 28 | 134 | 12 | 33 |
| Octal | 231 | 153 | 223 | 0 | 36 | 4 | 50 | 464 | 22 | 63 |
| Binary | 10011001 | 1101011 | 10010011 | 0 | 11110 | 100 | 101000 | 100110100 | 10010 | 110011 |
Color Harmonies of #996B93
Complementary color
Monochromatic Colors of #996B93
Black with #996B93
Text Example
Text Example
White with #996B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996B93; }
p { color: rgb(153,107,147); }
H1.HeaderClassName
{
color: #996B93;
}
.AnyTagClassName
{
color: #996B93;
}
</style>
background-color css
<style>
a { background-color: #996B93; }
a { background-color: rgb(153,107,147); }
div.DivClassName
{
background-color: #996B93;
}
.BgClassName
{
background-color: #996B93;
}
</style>
border-color css
<style>
span { border-color: #996B93; }
span { border-color: rgb(153,107,147); }
td.TdClassName
{
border-color: #996B93;
}
.TagClassName
{
border-color: #996B93;
}
</style>