Shades of Violet Blue #9B6499
Tints of Violet Blue #9B6499
RGB
CMYK
RGB Variations
Color information
#9B6499 (or 0x9B6499) is known color: Violet Blue. HEX triplet: 9B, 64 and 99. RGB value is (155,100,153). Sum of RGB (Red+Green+Blue) = 155+100+153=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6499 is #649B66. Grayscale: #7A7A7A. Windows color (decimal): -6593383 or 10052763. OLE color: 10052763.
HSL color Cylindrical-coordinate representation of color #9B6499: hue angle of 302.18º 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 #9B6499 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 100 | 153 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.39 |
| HSL | 302.18º | 0.22% | 0.5% | - |
| HSV(B) | 302.18º | 0.35% | 0.61% | - |
| XYZ | 23.82 | 18.38 | 32.43 | - |
| YUV | 122.49 | 145.22 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 100 | 153 | 0 | 0.35 | 0.01 | 0.39 | 302.18 | 0.22 | 0.5 |
| Hex | 9B | 64 | 99 | 0 | 23 | 1 | 27 | 12E | 16 | 32 |
| Octal | 233 | 144 | 231 | 0 | 43 | 1 | 47 | 456 | 26 | 62 |
| Binary | 10011011 | 1100100 | 10011001 | 0 | 100011 | 1 | 100111 | 100101110 | 10110 | 110010 |
Color Harmonies of #9B6499
Complementary color
Monochromatic Colors of #9B6499
Black with #9B6499
Text Example
Text Example
White with #9B6499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6499; }
p { color: rgb(155,100,153); }
H1.HeaderClassName
{
color: #9B6499;
}
.AnyTagClassName
{
color: #9B6499;
}
</style>
background-color css
<style>
a { background-color: #9B6499; }
a { background-color: rgb(155,100,153); }
div.DivClassName
{
background-color: #9B6499;
}
.BgClassName
{
background-color: #9B6499;
}
</style>
border-color css
<style>
span { border-color: #9B6499; }
span { border-color: rgb(155,100,153); }
td.TdClassName
{
border-color: #9B6499;
}
.TagClassName
{
border-color: #9B6499;
}
</style>