Shades of Violet Blue #9A5091
Tints of Violet Blue #9A5091
RGB
CMYK
RGB Variations
Color information
#9A5091 (or 0x9A5091) is known color: Violet Blue. HEX triplet: 9A, 50 and 91. RGB value is (154,80,145). Sum of RGB (Red+Green+Blue) = 154+80+145=379 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.63% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5091 is #65AF6E. Grayscale: #6D6D6D. Windows color (decimal): -6664047 or 9523354. OLE color: 9523354.
HSL color Cylindrical-coordinate representation of color #9A5091: hue angle of 307.3º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A5091 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 80 | 145 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.40 |
| HSL | 307.3º | 0.32% | 0.46% | - |
| HSV(B) | 307.3º | 0.48% | 0.6% | - |
| XYZ | 21.31 | 14.65 | 28.49 | - |
| YUV | 109.54 | 148.02 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 80 | 145 | 0 | 0.48 | 0.06 | 0.40 | 307.3 | 0.32 | 0.46 |
| Hex | 9A | 50 | 91 | 0 | 30 | 6 | 28 | 133 | 20 | 2E |
| Octal | 232 | 120 | 221 | 0 | 60 | 6 | 50 | 463 | 40 | 56 |
| Binary | 10011010 | 1010000 | 10010001 | 0 | 110000 | 110 | 101000 | 100110011 | 100000 | 101110 |
Color Harmonies of #9A5091
Complementary color
Monochromatic Colors of #9A5091
Black with #9A5091
Text Example
Text Example
White with #9A5091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5091; }
p { color: rgb(154,80,145); }
H1.HeaderClassName
{
color: #9A5091;
}
.AnyTagClassName
{
color: #9A5091;
}
</style>
background-color css
<style>
a { background-color: #9A5091; }
a { background-color: rgb(154,80,145); }
div.DivClassName
{
background-color: #9A5091;
}
.BgClassName
{
background-color: #9A5091;
}
</style>
border-color css
<style>
span { border-color: #9A5091; }
span { border-color: rgb(154,80,145); }
td.TdClassName
{
border-color: #9A5091;
}
.TagClassName
{
border-color: #9A5091;
}
</style>