Shades of Violet Blue #9B6395
Tints of Violet Blue #9B6395
RGB
CMYK
RGB Variations
Color information
#9B6395 (or 0x9B6395) is known color: Violet Blue. HEX triplet: 9B, 63 and 95. RGB value is (155,99,149). Sum of RGB (Red+Green+Blue) = 155+99+149=403 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.46% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6395 is #649C6A. Grayscale: #797979. Windows color (decimal): -6593643 or 9790363. OLE color: 9790363.
HSL color Cylindrical-coordinate representation of color #9B6395: hue angle of 306.43º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B6395 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 99 | 149 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.39 |
| HSL | 306.43º | 0.22% | 0.5% | - |
| HSV(B) | 306.43º | 0.36% | 0.61% | - |
| XYZ | 23.4 | 18.06 | 30.69 | - |
| YUV | 121.44 | 143.55 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 99 | 149 | 0 | 0.36 | 0.04 | 0.39 | 306.43 | 0.22 | 0.5 |
| Hex | 9B | 63 | 95 | 0 | 24 | 4 | 27 | 132 | 16 | 32 |
| Octal | 233 | 143 | 225 | 0 | 44 | 4 | 47 | 462 | 26 | 62 |
| Binary | 10011011 | 1100011 | 10010101 | 0 | 100100 | 100 | 100111 | 100110010 | 10110 | 110010 |
Color Harmonies of #9B6395
Complementary color
Monochromatic Colors of #9B6395
Black with #9B6395
Text Example
Text Example
White with #9B6395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6395; }
p { color: rgb(155,99,149); }
H1.HeaderClassName
{
color: #9B6395;
}
.AnyTagClassName
{
color: #9B6395;
}
</style>
background-color css
<style>
a { background-color: #9B6395; }
a { background-color: rgb(155,99,149); }
div.DivClassName
{
background-color: #9B6395;
}
.BgClassName
{
background-color: #9B6395;
}
</style>
border-color css
<style>
span { border-color: #9B6395; }
span { border-color: rgb(155,99,149); }
td.TdClassName
{
border-color: #9B6395;
}
.TagClassName
{
border-color: #9B6395;
}
</style>