Shades of Violet Blue #9B5492
Tints of Violet Blue #9B5492
RGB
CMYK
RGB Variations
Color information
#9B5492 (or 0x9B5492) is known color: Violet Blue. HEX triplet: 9B, 54 and 92. RGB value is (155,84,146). Sum of RGB (Red+Green+Blue) = 155+84+146=385 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.26% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5492 is #64AB6D. Grayscale: #707070. Windows color (decimal): -6597486 or 9589915. OLE color: 9589915.
HSL color Cylindrical-coordinate representation of color #9B5492: hue angle of 307.61º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B5492 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 84 | 146 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.39 |
| HSL | 307.61º | 0.3% | 0.47% | - |
| HSV(B) | 307.61º | 0.46% | 0.61% | - |
| XYZ | 21.88 | 15.38 | 29.01 | - |
| YUV | 112.3 | 147.02 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 84 | 146 | 0 | 0.46 | 0.06 | 0.39 | 307.61 | 0.3 | 0.47 |
| Hex | 9B | 54 | 92 | 0 | 2E | 6 | 27 | 134 | 1E | 2F |
| Octal | 233 | 124 | 222 | 0 | 56 | 6 | 47 | 464 | 36 | 57 |
| Binary | 10011011 | 1010100 | 10010010 | 0 | 101110 | 110 | 100111 | 100110100 | 11110 | 101111 |
Color Harmonies of #9B5492
Complementary color
Monochromatic Colors of #9B5492
Black with #9B5492
Text Example
Text Example
White with #9B5492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5492; }
p { color: rgb(155,84,146); }
H1.HeaderClassName
{
color: #9B5492;
}
.AnyTagClassName
{
color: #9B5492;
}
</style>
background-color css
<style>
a { background-color: #9B5492; }
a { background-color: rgb(155,84,146); }
div.DivClassName
{
background-color: #9B5492;
}
.BgClassName
{
background-color: #9B5492;
}
</style>
border-color css
<style>
span { border-color: #9B5492; }
span { border-color: rgb(155,84,146); }
td.TdClassName
{
border-color: #9B5492;
}
.TagClassName
{
border-color: #9B5492;
}
</style>