Shades of Violet Blue #9A659C
Tints of Violet Blue #9A659C
RGB
CMYK
RGB Variations
Color information
#9A659C (or 0x9A659C) is known color: Violet Blue. HEX triplet: 9A, 65 and 9C. RGB value is (154,101,156). Sum of RGB (Red+Green+Blue) = 154+101+156=411 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.47% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 156 - color contains mainly: blue. Hex color #9A659C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A659C is #659A63. Grayscale: #7A7A7A. Windows color (decimal): -6658660 or 10249626. OLE color: 10249626.
HSL color Cylindrical-coordinate representation of color #9A659C: hue angle of 297.82º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9A659C is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 154 | 101 | 156 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.39 |
| HSL | 297.82º | 0.22% | 0.5% | - |
| HSV(B) | 297.82º | 0.35% | 0.61% | - |
| XYZ | 23.98 | 18.58 | 33.77 | - |
| YUV | 123.12 | 146.56 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 101 | 156 | 0.01 | 0.35 | 0 | 0.39 | 297.82 | 0.22 | 0.5 |
| Hex | 9A | 65 | 9C | 1 | 23 | 0 | 27 | 12A | 16 | 32 |
| Octal | 232 | 145 | 234 | 1 | 43 | 0 | 47 | 452 | 26 | 62 |
| Binary | 10011010 | 1100101 | 10011100 | 1 | 100011 | 0 | 100111 | 100101010 | 10110 | 110010 |
Color Harmonies of #9A659C
Complementary color
Monochromatic Colors of #9A659C
Black with #9A659C
Text Example
Text Example
White with #9A659C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A659C; }
p { color: rgb(154,101,156); }
H1.HeaderClassName
{
color: #9A659C;
}
.AnyTagClassName
{
color: #9A659C;
}
</style>
background-color css
<style>
a { background-color: #9A659C; }
a { background-color: rgb(154,101,156); }
div.DivClassName
{
background-color: #9A659C;
}
.BgClassName
{
background-color: #9A659C;
}
</style>
border-color css
<style>
span { border-color: #9A659C; }
span { border-color: rgb(154,101,156); }
td.TdClassName
{
border-color: #9A659C;
}
.TagClassName
{
border-color: #9A659C;
}
</style>