Shades of Violet Blue #9B659A
Tints of Violet Blue #9B659A
RGB
CMYK
RGB Variations
Color information
#9B659A (or 0x9B659A) is known color: Violet Blue. HEX triplet: 9B, 65 and 9A. RGB value is (155,101,154). Sum of RGB (Red+Green+Blue) = 155+101+154=410 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.80% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 155 - color contains mainly: red. Hex color #9B659A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B659A is #649A65. Grayscale: #7B7B7B. Windows color (decimal): -6593126 or 10118555. OLE color: 10118555.
HSL color Cylindrical-coordinate representation of color #9B659A: hue angle of 301.11º degrees, saturation: 0.21, 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 #9B659A is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 101 | 154 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.39 |
| HSL | 301.11º | 0.21% | 0.5% | - |
| HSV(B) | 301.11º | 0.35% | 0.61% | - |
| XYZ | 24 | 18.61 | 32.9 | - |
| YUV | 123.19 | 145.39 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 101 | 154 | 0 | 0.35 | 0.01 | 0.39 | 301.11 | 0.21 | 0.5 |
| Hex | 9B | 65 | 9A | 0 | 23 | 1 | 27 | 12D | 15 | 32 |
| Octal | 233 | 145 | 232 | 0 | 43 | 1 | 47 | 455 | 25 | 62 |
| Binary | 10011011 | 1100101 | 10011010 | 0 | 100011 | 1 | 100111 | 100101101 | 10101 | 110010 |
Color Harmonies of #9B659A
Complementary color
Monochromatic Colors of #9B659A
Black with #9B659A
Text Example
Text Example
White with #9B659A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B659A; }
p { color: rgb(155,101,154); }
H1.HeaderClassName
{
color: #9B659A;
}
.AnyTagClassName
{
color: #9B659A;
}
</style>
background-color css
<style>
a { background-color: #9B659A; }
a { background-color: rgb(155,101,154); }
div.DivClassName
{
background-color: #9B659A;
}
.BgClassName
{
background-color: #9B659A;
}
</style>
border-color css
<style>
span { border-color: #9B659A; }
span { border-color: rgb(155,101,154); }
td.TdClassName
{
border-color: #9B659A;
}
.TagClassName
{
border-color: #9B659A;
}
</style>