Shades of Violet Blue #9A5093
Tints of Violet Blue #9A5093
RGB
CMYK
RGB Variations
Color information
#9A5093 (or 0x9A5093) is known color: Violet Blue. HEX triplet: 9A, 50 and 93. RGB value is (154,80,147). Sum of RGB (Red+Green+Blue) = 154+80+147=381 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.42% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5093 is #65AF6C. Grayscale: #6D6D6D. Windows color (decimal): -6664045 or 9654426. OLE color: 9654426.
HSL color Cylindrical-coordinate representation of color #9A5093: hue angle of 305.68º 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 #9A5093 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 80 | 147 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.40 |
| HSL | 305.68º | 0.32% | 0.46% | - |
| HSV(B) | 305.68º | 0.48% | 0.6% | - |
| XYZ | 21.46 | 14.71 | 29.31 | - |
| YUV | 109.76 | 149.02 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 80 | 147 | 0 | 0.48 | 0.05 | 0.40 | 305.68 | 0.32 | 0.46 |
| Hex | 9A | 50 | 93 | 0 | 30 | 5 | 28 | 132 | 20 | 2E |
| Octal | 232 | 120 | 223 | 0 | 60 | 5 | 50 | 462 | 40 | 56 |
| Binary | 10011010 | 1010000 | 10010011 | 0 | 110000 | 101 | 101000 | 100110010 | 100000 | 101110 |
Color Harmonies of #9A5093
Complementary color
Monochromatic Colors of #9A5093
Black with #9A5093
Text Example
Text Example
White with #9A5093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5093; }
p { color: rgb(154,80,147); }
H1.HeaderClassName
{
color: #9A5093;
}
.AnyTagClassName
{
color: #9A5093;
}
</style>
background-color css
<style>
a { background-color: #9A5093; }
a { background-color: rgb(154,80,147); }
div.DivClassName
{
background-color: #9A5093;
}
.BgClassName
{
background-color: #9A5093;
}
</style>
border-color css
<style>
span { border-color: #9A5093; }
span { border-color: rgb(154,80,147); }
td.TdClassName
{
border-color: #9A5093;
}
.TagClassName
{
border-color: #9A5093;
}
</style>