Shades of Violet Blue #9B5094
Tints of Violet Blue #9B5094
RGB
CMYK
RGB Variations
Color information
#9B5094 (or 0x9B5094) is known color: Violet Blue. HEX triplet: 9B, 50 and 94. RGB value is (155,80,148). Sum of RGB (Red+Green+Blue) = 155+80+148=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5094 is #64AF6B. Grayscale: #6D6D6D. Windows color (decimal): -6598508 or 9719963. OLE color: 9719963.
HSL color Cylindrical-coordinate representation of color #9B5094: hue angle of 305.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B5094 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 80 | 148 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.39 |
| HSL | 305.6º | 0.32% | 0.46% | - |
| HSV(B) | 305.6º | 0.48% | 0.61% | - |
| XYZ | 21.73 | 14.84 | 29.74 | - |
| YUV | 110.18 | 149.35 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 80 | 148 | 0 | 0.48 | 0.05 | 0.39 | 305.6 | 0.32 | 0.46 |
| Hex | 9B | 50 | 94 | 0 | 30 | 5 | 27 | 132 | 20 | 2E |
| Octal | 233 | 120 | 224 | 0 | 60 | 5 | 47 | 462 | 40 | 56 |
| Binary | 10011011 | 1010000 | 10010100 | 0 | 110000 | 101 | 100111 | 100110010 | 100000 | 101110 |
Color Harmonies of #9B5094
Complementary color
Monochromatic Colors of #9B5094
Black with #9B5094
Text Example
Text Example
White with #9B5094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5094; }
p { color: rgb(155,80,148); }
H1.HeaderClassName
{
color: #9B5094;
}
.AnyTagClassName
{
color: #9B5094;
}
</style>
background-color css
<style>
a { background-color: #9B5094; }
a { background-color: rgb(155,80,148); }
div.DivClassName
{
background-color: #9B5094;
}
.BgClassName
{
background-color: #9B5094;
}
</style>
border-color css
<style>
span { border-color: #9B5094; }
span { border-color: rgb(155,80,148); }
td.TdClassName
{
border-color: #9B5094;
}
.TagClassName
{
border-color: #9B5094;
}
</style>