Shades of Violet Blue #9B469B
Tints of Violet Blue #9B469B
RGB
CMYK
RGB Variations
Color information
#9B469B (or 0x9B469B) is known color: Violet Blue. HEX triplet: 9B, 46 and 9B. RGB value is (155,70,155). Sum of RGB (Red+Green+Blue) = 155+70+155=380 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.79% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B469B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B469B is #64B964. Grayscale: #686868. Windows color (decimal): -6601061 or 10176155. OLE color: 10176155.
HSL color Cylindrical-coordinate representation of color #9B469B: hue angle of 300º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B469B is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 70 | 155 | - |
| CMYK | 0 | 0.55 | 0 | 0.39 |
| HSL | 300º | 0.38% | 0.44% | - |
| HSV(B) | 300º | 0.55% | 0.61% | - |
| XYZ | 21.62 | 13.72 | 32.52 | - |
| YUV | 105.11 | 156.16 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 70 | 155 | 0 | 0.55 | 0 | 0.39 | 300 | 0.38 | 0.44 |
| Hex | 9B | 46 | 9B | 0 | 37 | 0 | 27 | 12C | 26 | 2C |
| Octal | 233 | 106 | 233 | 0 | 67 | 0 | 47 | 454 | 46 | 54 |
| Binary | 10011011 | 1000110 | 10011011 | 0 | 110111 | 0 | 100111 | 100101100 | 100110 | 101100 |
Color Harmonies of #9B469B
Complementary color
Monochromatic Colors of #9B469B
Black with #9B469B
Text Example
Text Example
White with #9B469B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B469B; }
p { color: rgb(155,70,155); }
H1.HeaderClassName
{
color: #9B469B;
}
.AnyTagClassName
{
color: #9B469B;
}
</style>
background-color css
<style>
a { background-color: #9B469B; }
a { background-color: rgb(155,70,155); }
div.DivClassName
{
background-color: #9B469B;
}
.BgClassName
{
background-color: #9B469B;
}
</style>
border-color css
<style>
span { border-color: #9B469B; }
span { border-color: rgb(155,70,155); }
td.TdClassName
{
border-color: #9B469B;
}
.TagClassName
{
border-color: #9B469B;
}
</style>