Shades of Violet Blue #9B669A
Tints of Violet Blue #9B669A
RGB
CMYK
RGB Variations
Color information
#9B669A (or 0x9B669A) is known color: Violet Blue. HEX triplet: 9B, 66 and 9A. RGB value is (155,102,154). Sum of RGB (Red+Green+Blue) = 155+102+154=411 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.71% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 155 - color contains mainly: red. Hex color #9B669A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B669A is #649965. Grayscale: #7B7B7B. Windows color (decimal): -6592870 or 10118811. OLE color: 10118811.
HSL color Cylindrical-coordinate representation of color #9B669A: hue angle of 301.13º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B669A is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 102 | 154 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.39 |
| HSL | 301.13º | 0.21% | 0.5% | - |
| HSV(B) | 301.13º | 0.34% | 0.61% | - |
| XYZ | 24.1 | 18.8 | 32.93 | - |
| YUV | 123.78 | 145.06 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 102 | 154 | 0 | 0.34 | 0.01 | 0.39 | 301.13 | 0.21 | 0.5 |
| Hex | 9B | 66 | 9A | 0 | 22 | 1 | 27 | 12D | 15 | 32 |
| Octal | 233 | 146 | 232 | 0 | 42 | 1 | 47 | 455 | 25 | 62 |
| Binary | 10011011 | 1100110 | 10011010 | 0 | 100010 | 1 | 100111 | 100101101 | 10101 | 110010 |
Color Harmonies of #9B669A
Complementary color
Monochromatic Colors of #9B669A
Black with #9B669A
Text Example
Text Example
White with #9B669A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B669A; }
p { color: rgb(155,102,154); }
H1.HeaderClassName
{
color: #9B669A;
}
.AnyTagClassName
{
color: #9B669A;
}
</style>
background-color css
<style>
a { background-color: #9B669A; }
a { background-color: rgb(155,102,154); }
div.DivClassName
{
background-color: #9B669A;
}
.BgClassName
{
background-color: #9B669A;
}
</style>
border-color css
<style>
span { border-color: #9B669A; }
span { border-color: rgb(155,102,154); }
td.TdClassName
{
border-color: #9B669A;
}
.TagClassName
{
border-color: #9B669A;
}
</style>