Shades of Violet Blue #996790
Tints of Violet Blue #996790
RGB
CMYK
RGB Variations
Color information
#996790 (or 0x996790) is known color: Violet Blue. HEX triplet: 99, 67 and 90. RGB value is (153,103,144). Sum of RGB (Red+Green+Blue) = 153+103+144=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 153 - color contains mainly: red. Hex color #996790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996790 is #66986F. Grayscale: #7A7A7A. Windows color (decimal): -6723696 or 9463705. OLE color: 9463705.
HSL color Cylindrical-coordinate representation of color #996790: hue angle of 310.8º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #996790 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 103 | 144 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.4 |
| HSL | 310.8º | 0.2% | 0.5% | - |
| HSV(B) | 310.8º | 0.33% | 0.6% | - |
| XYZ | 23.02 | 18.49 | 28.74 | - |
| YUV | 122.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 103 | 144 | 0 | 0.33 | 0.06 | 0.4 | 310.8 | 0.2 | 0.5 |
| Hex | 99 | 67 | 90 | 0 | 21 | 6 | 28 | 137 | 14 | 32 |
| Octal | 231 | 147 | 220 | 0 | 41 | 6 | 50 | 467 | 24 | 62 |
| Binary | 10011001 | 1100111 | 10010000 | 0 | 100001 | 110 | 101000 | 100110111 | 10100 | 110010 |
Color Harmonies of #996790
Complementary color
Monochromatic Colors of #996790
Black with #996790
Text Example
Text Example
White with #996790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996790; }
p { color: rgb(153,103,144); }
H1.HeaderClassName
{
color: #996790;
}
.AnyTagClassName
{
color: #996790;
}
</style>
background-color css
<style>
a { background-color: #996790; }
a { background-color: rgb(153,103,144); }
div.DivClassName
{
background-color: #996790;
}
.BgClassName
{
background-color: #996790;
}
</style>
border-color css
<style>
span { border-color: #996790; }
span { border-color: rgb(153,103,144); }
td.TdClassName
{
border-color: #996790;
}
.TagClassName
{
border-color: #996790;
}
</style>