Shades of Violet Blue #996397
Tints of Violet Blue #996397
RGB
CMYK
RGB Variations
Color information
#996397 (or 0x996397) is known color: Violet Blue. HEX triplet: 99, 63 and 97. RGB value is (153,99,151). Sum of RGB (Red+Green+Blue) = 153+99+151=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 153 - color contains mainly: red. Hex color #996397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996397 is #669C68. Grayscale: #787878. Windows color (decimal): -6724713 or 9921433. OLE color: 9921433.
HSL color Cylindrical-coordinate representation of color #996397: hue angle of 302.22º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #996397 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 99 | 151 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.4 |
| HSL | 302.22º | 0.21% | 0.49% | - |
| HSV(B) | 302.22º | 0.35% | 0.6% | - |
| XYZ | 23.18 | 17.93 | 31.52 | - |
| YUV | 121.07 | 144.89 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 99 | 151 | 0 | 0.35 | 0.01 | 0.4 | 302.22 | 0.21 | 0.49 |
| Hex | 99 | 63 | 97 | 0 | 23 | 1 | 28 | 12E | 15 | 31 |
| Octal | 231 | 143 | 227 | 0 | 43 | 1 | 50 | 456 | 25 | 61 |
| Binary | 10011001 | 1100011 | 10010111 | 0 | 100011 | 1 | 101000 | 100101110 | 10101 | 110001 |
Color Harmonies of #996397
Complementary color
Monochromatic Colors of #996397
Black with #996397
Text Example
Text Example
White with #996397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996397; }
p { color: rgb(153,99,151); }
H1.HeaderClassName
{
color: #996397;
}
.AnyTagClassName
{
color: #996397;
}
</style>
background-color css
<style>
a { background-color: #996397; }
a { background-color: rgb(153,99,151); }
div.DivClassName
{
background-color: #996397;
}
.BgClassName
{
background-color: #996397;
}
</style>
border-color css
<style>
span { border-color: #996397; }
span { border-color: rgb(153,99,151); }
td.TdClassName
{
border-color: #996397;
}
.TagClassName
{
border-color: #996397;
}
</style>