Shades of Violet Blue #9A6D97
Tints of Violet Blue #9A6D97
RGB
CMYK
RGB Variations
Color information
#9A6D97 (or 0x9A6D97) is known color: Violet Blue. HEX triplet: 9A, 6D and 97. RGB value is (154,109,151). Sum of RGB (Red+Green+Blue) = 154+109+151=414 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.20% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 151 (59.38% from 255 or 36.47% from 414); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6D97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6D97 is #659268. Grayscale: #7F7F7F. Windows color (decimal): -6656617 or 9923994. OLE color: 9923994.
HSL color Cylindrical-coordinate representation of color #9A6D97: hue angle of 304º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9A6D97 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 109 | 151 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.40 |
| HSL | 304º | 0.18% | 0.52% | - |
| HSV(B) | 304º | 0.29% | 0.6% | - |
| XYZ | 24.38 | 20.04 | 31.86 | - |
| YUV | 127.24 | 141.41 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 109 | 151 | 0 | 0.29 | 0.02 | 0.40 | 304 | 0.18 | 0.52 |
| Hex | 9A | 6D | 97 | 0 | 1D | 2 | 28 | 130 | 12 | 34 |
| Octal | 232 | 155 | 227 | 0 | 35 | 2 | 50 | 460 | 22 | 64 |
| Binary | 10011010 | 1101101 | 10010111 | 0 | 11101 | 10 | 101000 | 100110000 | 10010 | 110100 |
Color Harmonies of #9A6D97
Complementary color
Monochromatic Colors of #9A6D97
Black with #9A6D97
Text Example
Text Example
White with #9A6D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6D97; }
p { color: rgb(154,109,151); }
H1.HeaderClassName
{
color: #9A6D97;
}
.AnyTagClassName
{
color: #9A6D97;
}
</style>
background-color css
<style>
a { background-color: #9A6D97; }
a { background-color: rgb(154,109,151); }
div.DivClassName
{
background-color: #9A6D97;
}
.BgClassName
{
background-color: #9A6D97;
}
</style>
border-color css
<style>
span { border-color: #9A6D97; }
span { border-color: rgb(154,109,151); }
td.TdClassName
{
border-color: #9A6D97;
}
.TagClassName
{
border-color: #9A6D97;
}
</style>