Shades of Violet Blue #9A659A
Tints of Violet Blue #9A659A
RGB
CMYK
RGB Variations
Color information
#9A659A (or 0x9A659A) is known color: Violet Blue. HEX triplet: 9A, 65 and 9A. RGB value is (154,101,154). Sum of RGB (Red+Green+Blue) = 154+101+154=409 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.65% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 154 - color contains mainly: red, blue. Hex color #9A659A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A659A is #659A65. Grayscale: #7A7A7A. Windows color (decimal): -6658662 or 10118554. OLE color: 10118554.
HSL color Cylindrical-coordinate representation of color #9A659A: hue angle of 300º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9A659A is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 101 | 154 | - |
| CMYK | 0 | 0.34 | 0 | 0.40 |
| HSL | 300º | 0.21% | 0.5% | - |
| HSV(B) | 300º | 0.34% | 0.6% | - |
| XYZ | 23.81 | 18.51 | 32.89 | - |
| YUV | 122.89 | 145.56 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 101 | 154 | 0 | 0.34 | 0 | 0.40 | 300 | 0.21 | 0.5 |
| Hex | 9A | 65 | 9A | 0 | 22 | 0 | 28 | 12C | 15 | 32 |
| Octal | 232 | 145 | 232 | 0 | 42 | 0 | 50 | 454 | 25 | 62 |
| Binary | 10011010 | 1100101 | 10011010 | 0 | 100010 | 0 | 101000 | 100101100 | 10101 | 110010 |
Color Harmonies of #9A659A
Complementary color
Monochromatic Colors of #9A659A
Black with #9A659A
Text Example
Text Example
White with #9A659A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A659A; }
p { color: rgb(154,101,154); }
H1.HeaderClassName
{
color: #9A659A;
}
.AnyTagClassName
{
color: #9A659A;
}
</style>
background-color css
<style>
a { background-color: #9A659A; }
a { background-color: rgb(154,101,154); }
div.DivClassName
{
background-color: #9A659A;
}
.BgClassName
{
background-color: #9A659A;
}
</style>
border-color css
<style>
span { border-color: #9A659A; }
span { border-color: rgb(154,101,154); }
td.TdClassName
{
border-color: #9A659A;
}
.TagClassName
{
border-color: #9A659A;
}
</style>