Shades of Violet Blue #9A5391
Tints of Violet Blue #9A5391
RGB
CMYK
RGB Variations
Color information
#9A5391 (or 0x9A5391) is known color: Violet Blue. HEX triplet: 9A, 53 and 91. RGB value is (154,83,145). Sum of RGB (Red+Green+Blue) = 154+83+145=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5391 is #65AC6E. Grayscale: #6F6F6F. Windows color (decimal): -6663279 or 9524122. OLE color: 9524122.
HSL color Cylindrical-coordinate representation of color #9A5391: hue angle of 307.61º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A5391 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 83 | 145 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.40 |
| HSL | 307.61º | 0.3% | 0.46% | - |
| HSV(B) | 307.61º | 0.46% | 0.6% | - |
| XYZ | 21.53 | 15.1 | 28.57 | - |
| YUV | 111.3 | 147.02 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 83 | 145 | 0 | 0.46 | 0.06 | 0.40 | 307.61 | 0.3 | 0.46 |
| Hex | 9A | 53 | 91 | 0 | 2E | 6 | 28 | 134 | 1E | 2E |
| Octal | 232 | 123 | 221 | 0 | 56 | 6 | 50 | 464 | 36 | 56 |
| Binary | 10011010 | 1010011 | 10010001 | 0 | 101110 | 110 | 101000 | 100110100 | 11110 | 101110 |
Color Harmonies of #9A5391
Complementary color
Monochromatic Colors of #9A5391
Black with #9A5391
Text Example
Text Example
White with #9A5391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5391; }
p { color: rgb(154,83,145); }
H1.HeaderClassName
{
color: #9A5391;
}
.AnyTagClassName
{
color: #9A5391;
}
</style>
background-color css
<style>
a { background-color: #9A5391; }
a { background-color: rgb(154,83,145); }
div.DivClassName
{
background-color: #9A5391;
}
.BgClassName
{
background-color: #9A5391;
}
</style>
border-color css
<style>
span { border-color: #9A5391; }
span { border-color: rgb(154,83,145); }
td.TdClassName
{
border-color: #9A5391;
}
.TagClassName
{
border-color: #9A5391;
}
</style>