Shades of Violet Blue #9B469D
Tints of Violet Blue #9B469D
RGB
CMYK
RGB Variations
Color information
#9B469D (or 0x9B469D) is known color: Violet Blue. HEX triplet: 9B, 46 and 9D. RGB value is (155,70,157). Sum of RGB (Red+Green+Blue) = 155+70+157=382 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.58% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 157 - color contains mainly: blue. Hex color #9B469D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B469D is #64B962. Grayscale: #696969. Windows color (decimal): -6601059 or 10307227. OLE color: 10307227.
HSL color Cylindrical-coordinate representation of color #9B469D: hue angle of 298.62º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B469D is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 70 | 157 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.38 |
| HSL | 298.62º | 0.38% | 0.45% | - |
| HSV(B) | 298.62º | 0.55% | 0.62% | - |
| XYZ | 21.79 | 13.78 | 33.41 | - |
| YUV | 105.33 | 157.16 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 70 | 157 | 0.01 | 0.55 | 0 | 0.38 | 298.62 | 0.38 | 0.45 |
| Hex | 9B | 46 | 9D | 1 | 37 | 0 | 26 | 12B | 26 | 2D |
| Octal | 233 | 106 | 235 | 1 | 67 | 0 | 46 | 453 | 46 | 55 |
| Binary | 10011011 | 1000110 | 10011101 | 1 | 110111 | 0 | 100110 | 100101011 | 100110 | 101101 |
Color Harmonies of #9B469D
Complementary color
Monochromatic Colors of #9B469D
Black with #9B469D
Text Example
Text Example
White with #9B469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B469D; }
p { color: rgb(155,70,157); }
H1.HeaderClassName
{
color: #9B469D;
}
.AnyTagClassName
{
color: #9B469D;
}
</style>
background-color css
<style>
a { background-color: #9B469D; }
a { background-color: rgb(155,70,157); }
div.DivClassName
{
background-color: #9B469D;
}
.BgClassName
{
background-color: #9B469D;
}
</style>
border-color css
<style>
span { border-color: #9B469D; }
span { border-color: rgb(155,70,157); }
td.TdClassName
{
border-color: #9B469D;
}
.TagClassName
{
border-color: #9B469D;
}
</style>