Shades of Violet Blue #9B649D
Tints of Violet Blue #9B649D
RGB
CMYK
RGB Variations
Color information
#9B649D (or 0x9B649D) is known color: Violet Blue. HEX triplet: 9B, 64 and 9D. RGB value is (155,100,157). Sum of RGB (Red+Green+Blue) = 155+100+157=412 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.62% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 157 - color contains mainly: blue. Hex color #9B649D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B649D is #649B62. Grayscale: #7A7A7A. Windows color (decimal): -6593379 or 10314907. OLE color: 10314907.
HSL color Cylindrical-coordinate representation of color #9B649D: hue angle of 297.89º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B649D is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 100 | 157 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.38 |
| HSL | 297.89º | 0.23% | 0.5% | - |
| HSV(B) | 297.89º | 0.36% | 0.62% | - |
| XYZ | 24.16 | 18.52 | 34.2 | - |
| YUV | 122.94 | 147.22 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 100 | 157 | 0.01 | 0.36 | 0 | 0.38 | 297.89 | 0.23 | 0.5 |
| Hex | 9B | 64 | 9D | 1 | 24 | 0 | 26 | 12A | 17 | 32 |
| Octal | 233 | 144 | 235 | 1 | 44 | 0 | 46 | 452 | 27 | 62 |
| Binary | 10011011 | 1100100 | 10011101 | 1 | 100100 | 0 | 100110 | 100101010 | 10111 | 110010 |
Color Harmonies of #9B649D
Complementary color
Monochromatic Colors of #9B649D
Black with #9B649D
Text Example
Text Example
White with #9B649D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B649D; }
p { color: rgb(155,100,157); }
H1.HeaderClassName
{
color: #9B649D;
}
.AnyTagClassName
{
color: #9B649D;
}
</style>
background-color css
<style>
a { background-color: #9B649D; }
a { background-color: rgb(155,100,157); }
div.DivClassName
{
background-color: #9B649D;
}
.BgClassName
{
background-color: #9B649D;
}
</style>
border-color css
<style>
span { border-color: #9B649D; }
span { border-color: rgb(155,100,157); }
td.TdClassName
{
border-color: #9B649D;
}
.TagClassName
{
border-color: #9B649D;
}
</style>