Shades of Violet Blue #9B6896
Tints of Violet Blue #9B6896
RGB
CMYK
RGB Variations
Color information
#9B6896 (or 0x9B6896) is known color: Violet Blue. HEX triplet: 9B, 68 and 96. RGB value is (155,104,150). Sum of RGB (Red+Green+Blue) = 155+104+150=409 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.90% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6896 is #649769. Grayscale: #7C7C7C. Windows color (decimal): -6592362 or 9857179. OLE color: 9857179.
HSL color Cylindrical-coordinate representation of color #9B6896: hue angle of 305.88º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B6896 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 104 | 150 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.39 |
| HSL | 305.88º | 0.2% | 0.51% | - |
| HSV(B) | 305.88º | 0.33% | 0.61% | - |
| XYZ | 23.97 | 19.07 | 31.27 | - |
| YUV | 124.49 | 142.4 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 104 | 150 | 0 | 0.33 | 0.03 | 0.39 | 305.88 | 0.2 | 0.51 |
| Hex | 9B | 68 | 96 | 0 | 21 | 3 | 27 | 132 | 14 | 33 |
| Octal | 233 | 150 | 226 | 0 | 41 | 3 | 47 | 462 | 24 | 63 |
| Binary | 10011011 | 1101000 | 10010110 | 0 | 100001 | 11 | 100111 | 100110010 | 10100 | 110011 |
Color Harmonies of #9B6896
Complementary color
Monochromatic Colors of #9B6896
Black with #9B6896
Text Example
Text Example
White with #9B6896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6896; }
p { color: rgb(155,104,150); }
H1.HeaderClassName
{
color: #9B6896;
}
.AnyTagClassName
{
color: #9B6896;
}
</style>
background-color css
<style>
a { background-color: #9B6896; }
a { background-color: rgb(155,104,150); }
div.DivClassName
{
background-color: #9B6896;
}
.BgClassName
{
background-color: #9B6896;
}
</style>
border-color css
<style>
span { border-color: #9B6896; }
span { border-color: rgb(155,104,150); }
td.TdClassName
{
border-color: #9B6896;
}
.TagClassName
{
border-color: #9B6896;
}
</style>