Shades of Violet Blue #9A509E
Tints of Violet Blue #9A509E
RGB
CMYK
RGB Variations
Color information
#9A509E (or 0x9A509E) is known color: Violet Blue. HEX triplet: 9A, 50 and 9E. RGB value is (154,80,158). Sum of RGB (Red+Green+Blue) = 154+80+158=392 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.29% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 158 (62.11% from 255 or 40.31% from 392); Max value from RGB is 158 - color contains mainly: blue. Hex color #9A509E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A509E is #65AF61. Grayscale: #6E6E6E. Windows color (decimal): -6664034 or 10375322. OLE color: 10375322.
HSL color Cylindrical-coordinate representation of color #9A509E: hue angle of 296.92º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A509E is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 80 | 158 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.38 |
| HSL | 296.92º | 0.33% | 0.47% | - |
| HSV(B) | 296.92º | 0.49% | 0.62% | - |
| XYZ | 22.37 | 15.08 | 34.08 | - |
| YUV | 111.02 | 154.52 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 80 | 158 | 0.03 | 0.49 | 0 | 0.38 | 296.92 | 0.33 | 0.47 |
| Hex | 9A | 50 | 9E | 3 | 31 | 0 | 26 | 129 | 21 | 2F |
| Octal | 232 | 120 | 236 | 3 | 61 | 0 | 46 | 451 | 41 | 57 |
| Binary | 10011010 | 1010000 | 10011110 | 11 | 110001 | 0 | 100110 | 100101001 | 100001 | 101111 |
Color Harmonies of #9A509E
Complementary color
Monochromatic Colors of #9A509E
Black with #9A509E
Text Example
Text Example
White with #9A509E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A509E; }
p { color: rgb(154,80,158); }
H1.HeaderClassName
{
color: #9A509E;
}
.AnyTagClassName
{
color: #9A509E;
}
</style>
background-color css
<style>
a { background-color: #9A509E; }
a { background-color: rgb(154,80,158); }
div.DivClassName
{
background-color: #9A509E;
}
.BgClassName
{
background-color: #9A509E;
}
</style>
border-color css
<style>
span { border-color: #9A509E; }
span { border-color: rgb(154,80,158); }
td.TdClassName
{
border-color: #9A509E;
}
.TagClassName
{
border-color: #9A509E;
}
</style>