Shades of Violet Blue #9B6E9D
Tints of Violet Blue #9B6E9D
RGB
CMYK
RGB Variations
Color information
#9B6E9D (or 0x9B6E9D) is known color: Violet Blue. HEX triplet: 9B, 6E and 9D. RGB value is (155,110,157). Sum of RGB (Red+Green+Blue) = 155+110+157=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 157 - color contains mainly: blue. Hex color #9B6E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6E9D is #649162. Grayscale: #808080. Windows color (decimal): -6590819 or 10317467. OLE color: 10317467.
HSL color Cylindrical-coordinate representation of color #9B6E9D: hue angle of 297.45º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B6E9D is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 110 | 157 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.38 |
| HSL | 297.45º | 0.19% | 0.52% | - |
| HSV(B) | 297.45º | 0.3% | 0.62% | - |
| XYZ | 25.18 | 20.55 | 34.54 | - |
| YUV | 128.81 | 143.91 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 110 | 157 | 0.01 | 0.30 | 0 | 0.38 | 297.45 | 0.19 | 0.52 |
| Hex | 9B | 6E | 9D | 1 | 1E | 0 | 26 | 129 | 13 | 34 |
| Octal | 233 | 156 | 235 | 1 | 36 | 0 | 46 | 451 | 23 | 64 |
| Binary | 10011011 | 1101110 | 10011101 | 1 | 11110 | 0 | 100110 | 100101001 | 10011 | 110100 |
Color Harmonies of #9B6E9D
Complementary color
Monochromatic Colors of #9B6E9D
Black with #9B6E9D
Text Example
Text Example
White with #9B6E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6E9D; }
p { color: rgb(155,110,157); }
H1.HeaderClassName
{
color: #9B6E9D;
}
.AnyTagClassName
{
color: #9B6E9D;
}
</style>
background-color css
<style>
a { background-color: #9B6E9D; }
a { background-color: rgb(155,110,157); }
div.DivClassName
{
background-color: #9B6E9D;
}
.BgClassName
{
background-color: #9B6E9D;
}
</style>
border-color css
<style>
span { border-color: #9B6E9D; }
span { border-color: rgb(155,110,157); }
td.TdClassName
{
border-color: #9B6E9D;
}
.TagClassName
{
border-color: #9B6E9D;
}
</style>