Shades of Violet Blue #9B639E
Tints of Violet Blue #9B639E
RGB
CMYK
RGB Variations
Color information
#9B639E (or 0x9B639E) is known color: Violet Blue. HEX triplet: 9B, 63 and 9E. RGB value is (155,99,158). Sum of RGB (Red+Green+Blue) = 155+99+158=412 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.62% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 158 - color contains mainly: blue. Hex color #9B639E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B639E is #649C61. Grayscale: #7A7A7A. Windows color (decimal): -6593634 or 10380187. OLE color: 10380187.
HSL color Cylindrical-coordinate representation of color #9B639E: hue angle of 296.95º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B639E is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 99 | 158 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.38 |
| HSL | 296.95º | 0.23% | 0.5% | - |
| HSV(B) | 296.95º | 0.37% | 0.62% | - |
| XYZ | 24.15 | 18.36 | 34.62 | - |
| YUV | 122.47 | 148.05 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 99 | 158 | 0.02 | 0.37 | 0 | 0.38 | 296.95 | 0.23 | 0.5 |
| Hex | 9B | 63 | 9E | 2 | 25 | 0 | 26 | 129 | 17 | 32 |
| Octal | 233 | 143 | 236 | 2 | 45 | 0 | 46 | 451 | 27 | 62 |
| Binary | 10011011 | 1100011 | 10011110 | 10 | 100101 | 0 | 100110 | 100101001 | 10111 | 110010 |
Color Harmonies of #9B639E
Complementary color
Monochromatic Colors of #9B639E
Black with #9B639E
Text Example
Text Example
White with #9B639E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B639E; }
p { color: rgb(155,99,158); }
H1.HeaderClassName
{
color: #9B639E;
}
.AnyTagClassName
{
color: #9B639E;
}
</style>
background-color css
<style>
a { background-color: #9B639E; }
a { background-color: rgb(155,99,158); }
div.DivClassName
{
background-color: #9B639E;
}
.BgClassName
{
background-color: #9B639E;
}
</style>
border-color css
<style>
span { border-color: #9B639E; }
span { border-color: rgb(155,99,158); }
td.TdClassName
{
border-color: #9B639E;
}
.TagClassName
{
border-color: #9B639E;
}
</style>