Shades of Violet Blue #9B469F
Tints of Violet Blue #9B469F
RGB
CMYK
RGB Variations
Color information
#9B469F (or 0x9B469F) is known color: Violet Blue. HEX triplet: 9B, 46 and 9F. RGB value is (155,70,159). Sum of RGB (Red+Green+Blue) = 155+70+159=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 70 (27.73% from 255 or 18.23% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 159 - color contains mainly: blue. Hex color #9B469F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B469F is #64B960. Grayscale: #696969. Windows color (decimal): -6601057 or 10438299. OLE color: 10438299.
HSL color Cylindrical-coordinate representation of color #9B469F: hue angle of 297.3º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9B469F is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 70 | 159 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.38 |
| HSL | 297.3º | 0.39% | 0.45% | - |
| HSV(B) | 297.3º | 0.56% | 0.62% | - |
| XYZ | 21.97 | 13.85 | 34.32 | - |
| YUV | 105.56 | 158.16 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 70 | 159 | 0.03 | 0.56 | 0 | 0.38 | 297.3 | 0.39 | 0.45 |
| Hex | 9B | 46 | 9F | 3 | 38 | 0 | 26 | 129 | 27 | 2D |
| Octal | 233 | 106 | 237 | 3 | 70 | 0 | 46 | 451 | 47 | 55 |
| Binary | 10011011 | 1000110 | 10011111 | 11 | 111000 | 0 | 100110 | 100101001 | 100111 | 101101 |
Color Harmonies of #9B469F
Complementary color
Monochromatic Colors of #9B469F
Black with #9B469F
Text Example
Text Example
White with #9B469F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B469F; }
p { color: rgb(155,70,159); }
H1.HeaderClassName
{
color: #9B469F;
}
.AnyTagClassName
{
color: #9B469F;
}
</style>
background-color css
<style>
a { background-color: #9B469F; }
a { background-color: rgb(155,70,159); }
div.DivClassName
{
background-color: #9B469F;
}
.BgClassName
{
background-color: #9B469F;
}
</style>
border-color css
<style>
span { border-color: #9B469F; }
span { border-color: rgb(155,70,159); }
td.TdClassName
{
border-color: #9B469F;
}
.TagClassName
{
border-color: #9B469F;
}
</style>