Shades of Violet Blue #9B4992
Tints of Violet Blue #9B4992
RGB
CMYK
RGB Variations
Color information
#9B4992 (or 0x9B4992) is known color: Violet Blue. HEX triplet: 9B, 49 and 92. RGB value is (155,73,146). Sum of RGB (Red+Green+Blue) = 155+73+146=374 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.44% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4992 is #64B66D. Grayscale: #696969. Windows color (decimal): -6600302 or 9587099. OLE color: 9587099.
HSL color Cylindrical-coordinate representation of color #9B4992: hue angle of 306.59º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B4992 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 73 | 146 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.39 |
| HSL | 306.59º | 0.36% | 0.45% | - |
| HSV(B) | 306.59º | 0.53% | 0.61% | - |
| XYZ | 21.09 | 13.81 | 28.75 | - |
| YUV | 105.84 | 150.67 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 73 | 146 | 0 | 0.53 | 0.06 | 0.39 | 306.59 | 0.36 | 0.45 |
| Hex | 9B | 49 | 92 | 0 | 35 | 6 | 27 | 133 | 24 | 2D |
| Octal | 233 | 111 | 222 | 0 | 65 | 6 | 47 | 463 | 44 | 55 |
| Binary | 10011011 | 1001001 | 10010010 | 0 | 110101 | 110 | 100111 | 100110011 | 100100 | 101101 |
Color Harmonies of #9B4992
Complementary color
Monochromatic Colors of #9B4992
Black with #9B4992
Text Example
Text Example
White with #9B4992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4992; }
p { color: rgb(155,73,146); }
H1.HeaderClassName
{
color: #9B4992;
}
.AnyTagClassName
{
color: #9B4992;
}
</style>
background-color css
<style>
a { background-color: #9B4992; }
a { background-color: rgb(155,73,146); }
div.DivClassName
{
background-color: #9B4992;
}
.BgClassName
{
background-color: #9B4992;
}
</style>
border-color css
<style>
span { border-color: #9B4992; }
span { border-color: rgb(155,73,146); }
td.TdClassName
{
border-color: #9B4992;
}
.TagClassName
{
border-color: #9B4992;
}
</style>