Shades of Violet Blue #9A6B9F
Tints of Violet Blue #9A6B9F
RGB
CMYK
RGB Variations
Color information
#9A6B9F (or 0x9A6B9F) is known color: Violet Blue. HEX triplet: 9A, 6B and 9F. RGB value is (154,107,159). Sum of RGB (Red+Green+Blue) = 154+107+159=420 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.67% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 159 - color contains mainly: blue. Hex color #9A6B9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6B9F is #659460. Grayscale: #7E7E7E. Windows color (decimal): -6657121 or 10447770. OLE color: 10447770.
HSL color Cylindrical-coordinate representation of color #9A6B9F: hue angle of 294.23º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9A6B9F is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 107 | 159 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.38 |
| HSL | 294.23º | 0.21% | 0.52% | - |
| HSV(B) | 294.23º | 0.33% | 0.62% | - |
| XYZ | 24.84 | 19.89 | 35.33 | - |
| YUV | 126.98 | 146.07 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 107 | 159 | 0.03 | 0.33 | 0 | 0.38 | 294.23 | 0.21 | 0.52 |
| Hex | 9A | 6B | 9F | 3 | 21 | 0 | 26 | 126 | 15 | 34 |
| Octal | 232 | 153 | 237 | 3 | 41 | 0 | 46 | 446 | 25 | 64 |
| Binary | 10011010 | 1101011 | 10011111 | 11 | 100001 | 0 | 100110 | 100100110 | 10101 | 110100 |
Color Harmonies of #9A6B9F
Complementary color
Monochromatic Colors of #9A6B9F
Black with #9A6B9F
Text Example
Text Example
White with #9A6B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6B9F; }
p { color: rgb(154,107,159); }
H1.HeaderClassName
{
color: #9A6B9F;
}
.AnyTagClassName
{
color: #9A6B9F;
}
</style>
background-color css
<style>
a { background-color: #9A6B9F; }
a { background-color: rgb(154,107,159); }
div.DivClassName
{
background-color: #9A6B9F;
}
.BgClassName
{
background-color: #9A6B9F;
}
</style>
border-color css
<style>
span { border-color: #9A6B9F; }
span { border-color: rgb(154,107,159); }
td.TdClassName
{
border-color: #9A6B9F;
}
.TagClassName
{
border-color: #9A6B9F;
}
</style>