Shades of Violet Blue #996893
Tints of Violet Blue #996893
RGB
CMYK
RGB Variations
Color information
#996893 (or 0x996893) is known color: Violet Blue. HEX triplet: 99, 68 and 93. RGB value is (153,104,147). Sum of RGB (Red+Green+Blue) = 153+104+147=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 153 - color contains mainly: red. Hex color #996893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996893 is #66976C. Grayscale: #7B7B7B. Windows color (decimal): -6723437 or 9660569. OLE color: 9660569.
HSL color Cylindrical-coordinate representation of color #996893: hue angle of 307.35º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #996893 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 104 | 147 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.4 |
| HSL | 307.35º | 0.19% | 0.5% | - |
| HSV(B) | 307.35º | 0.32% | 0.6% | - |
| XYZ | 23.35 | 18.78 | 30 | - |
| YUV | 123.55 | 141.23 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 147 | 0 | 0.32 | 0.04 | 0.4 | 307.35 | 0.19 | 0.5 |
| Hex | 99 | 68 | 93 | 0 | 20 | 4 | 28 | 133 | 13 | 32 |
| Octal | 231 | 150 | 223 | 0 | 40 | 4 | 50 | 463 | 23 | 62 |
| Binary | 10011001 | 1101000 | 10010011 | 0 | 100000 | 100 | 101000 | 100110011 | 10011 | 110010 |
Color Harmonies of #996893
Complementary color
Monochromatic Colors of #996893
Black with #996893
Text Example
Text Example
White with #996893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996893; }
p { color: rgb(153,104,147); }
H1.HeaderClassName
{
color: #996893;
}
.AnyTagClassName
{
color: #996893;
}
</style>
background-color css
<style>
a { background-color: #996893; }
a { background-color: rgb(153,104,147); }
div.DivClassName
{
background-color: #996893;
}
.BgClassName
{
background-color: #996893;
}
</style>
border-color css
<style>
span { border-color: #996893; }
span { border-color: rgb(153,104,147); }
td.TdClassName
{
border-color: #996893;
}
.TagClassName
{
border-color: #996893;
}
</style>