Shades of Violet Blue #9B469A
Tints of Violet Blue #9B469A
RGB
CMYK
RGB Variations
Color information
#9B469A (or 0x9B469A) is known color: Violet Blue. HEX triplet: 9B, 46 and 9A. RGB value is (155,70,154). Sum of RGB (Red+Green+Blue) = 155+70+154=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 155 - color contains mainly: red. Hex color #9B469A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B469A is #64B965. Grayscale: #686868. Windows color (decimal): -6601062 or 10110619. OLE color: 10110619.
HSL color Cylindrical-coordinate representation of color #9B469A: hue angle of 300.71º 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 #9B469A is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 70 | 154 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.39 |
| HSL | 300.71º | 0.38% | 0.44% | - |
| HSV(B) | 300.71º | 0.55% | 0.61% | - |
| XYZ | 21.54 | 13.68 | 32.08 | - |
| YUV | 104.99 | 155.66 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 70 | 154 | 0 | 0.55 | 0.01 | 0.39 | 300.71 | 0.38 | 0.44 |
| Hex | 9B | 46 | 9A | 0 | 37 | 1 | 27 | 12D | 26 | 2C |
| Octal | 233 | 106 | 232 | 0 | 67 | 1 | 47 | 455 | 46 | 54 |
| Binary | 10011011 | 1000110 | 10011010 | 0 | 110111 | 1 | 100111 | 100101101 | 100110 | 101100 |
Color Harmonies of #9B469A
Complementary color
Monochromatic Colors of #9B469A
Black with #9B469A
Text Example
Text Example
White with #9B469A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B469A; }
p { color: rgb(155,70,154); }
H1.HeaderClassName
{
color: #9B469A;
}
.AnyTagClassName
{
color: #9B469A;
}
</style>
background-color css
<style>
a { background-color: #9B469A; }
a { background-color: rgb(155,70,154); }
div.DivClassName
{
background-color: #9B469A;
}
.BgClassName
{
background-color: #9B469A;
}
</style>
border-color css
<style>
span { border-color: #9B469A; }
span { border-color: rgb(155,70,154); }
td.TdClassName
{
border-color: #9B469A;
}
.TagClassName
{
border-color: #9B469A;
}
</style>