Shades of Violet Blue #9B4199
Tints of Violet Blue #9B4199
RGB
CMYK
RGB Variations
Color information
#9B4199 (or 0x9B4199) is known color: Violet Blue. HEX triplet: 9B, 41 and 99. RGB value is (155,65,153). Sum of RGB (Red+Green+Blue) = 155+65+153=373 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.55% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4199 is #64BE66. Grayscale: #656565. Windows color (decimal): -6602343 or 10043803. OLE color: 10043803.
HSL color Cylindrical-coordinate representation of color #9B4199: hue angle of 301.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B4199 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 65 | 153 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.39 |
| HSL | 301.33º | 0.41% | 0.43% | - |
| HSV(B) | 301.33º | 0.58% | 0.61% | - |
| XYZ | 21.16 | 13.05 | 31.54 | - |
| YUV | 101.94 | 156.82 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 65 | 153 | 0 | 0.58 | 0.01 | 0.39 | 301.33 | 0.41 | 0.43 |
| Hex | 9B | 41 | 99 | 0 | 3A | 1 | 27 | 12D | 29 | 2B |
| Octal | 233 | 101 | 231 | 0 | 72 | 1 | 47 | 455 | 51 | 53 |
| Binary | 10011011 | 1000001 | 10011001 | 0 | 111010 | 1 | 100111 | 100101101 | 101001 | 101011 |
Color Harmonies of #9B4199
Complementary color
Monochromatic Colors of #9B4199
Black with #9B4199
Text Example
Text Example
White with #9B4199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4199; }
p { color: rgb(155,65,153); }
H1.HeaderClassName
{
color: #9B4199;
}
.AnyTagClassName
{
color: #9B4199;
}
</style>
background-color css
<style>
a { background-color: #9B4199; }
a { background-color: rgb(155,65,153); }
div.DivClassName
{
background-color: #9B4199;
}
.BgClassName
{
background-color: #9B4199;
}
</style>
border-color css
<style>
span { border-color: #9B4199; }
span { border-color: rgb(155,65,153); }
td.TdClassName
{
border-color: #9B4199;
}
.TagClassName
{
border-color: #9B4199;
}
</style>