Shades of Violet Blue #9A5095
Tints of Violet Blue #9A5095
RGB
CMYK
RGB Variations
Color information
#9A5095 (or 0x9A5095) is known color: Violet Blue. HEX triplet: 9A, 50 and 95. RGB value is (154,80,149). Sum of RGB (Red+Green+Blue) = 154+80+149=383 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.21% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5095 is #65AF6A. Grayscale: #6D6D6D. Windows color (decimal): -6664043 or 9785498. OLE color: 9785498.
HSL color Cylindrical-coordinate representation of color #9A5095: hue angle of 304.05º 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 #9A5095 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 80 | 149 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.40 |
| HSL | 304.05º | 0.32% | 0.46% | - |
| HSV(B) | 304.05º | 0.48% | 0.6% | - |
| XYZ | 21.62 | 14.78 | 30.15 | - |
| YUV | 109.99 | 150.02 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 80 | 149 | 0 | 0.48 | 0.03 | 0.40 | 304.05 | 0.32 | 0.46 |
| Hex | 9A | 50 | 95 | 0 | 30 | 3 | 28 | 130 | 20 | 2E |
| Octal | 232 | 120 | 225 | 0 | 60 | 3 | 50 | 460 | 40 | 56 |
| Binary | 10011010 | 1010000 | 10010101 | 0 | 110000 | 11 | 101000 | 100110000 | 100000 | 101110 |
Color Harmonies of #9A5095
Complementary color
Monochromatic Colors of #9A5095
Black with #9A5095
Text Example
Text Example
White with #9A5095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5095; }
p { color: rgb(154,80,149); }
H1.HeaderClassName
{
color: #9A5095;
}
.AnyTagClassName
{
color: #9A5095;
}
</style>
background-color css
<style>
a { background-color: #9A5095; }
a { background-color: rgb(154,80,149); }
div.DivClassName
{
background-color: #9A5095;
}
.BgClassName
{
background-color: #9A5095;
}
</style>
border-color css
<style>
span { border-color: #9A5095; }
span { border-color: rgb(154,80,149); }
td.TdClassName
{
border-color: #9A5095;
}
.TagClassName
{
border-color: #9A5095;
}
</style>