Shades of Violet Blue #9A509B
Tints of Violet Blue #9A509B
RGB
CMYK
RGB Variations
Color information
#9A509B (or 0x9A509B) is known color: Violet Blue. HEX triplet: 9A, 50 and 9B. RGB value is (154,80,155). Sum of RGB (Red+Green+Blue) = 154+80+155=389 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.59% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 155 - color contains mainly: blue. Hex color #9A509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A509B is #65AF64. Grayscale: #6E6E6E. Windows color (decimal): -6664037 or 10178714. OLE color: 10178714.
HSL color Cylindrical-coordinate representation of color #9A509B: hue angle of 299.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A509B is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 154 | 80 | 155 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.39 |
| HSL | 299.2º | 0.32% | 0.46% | - |
| HSV(B) | 299.2º | 0.48% | 0.61% | - |
| XYZ | 22.11 | 14.97 | 32.74 | - |
| YUV | 110.68 | 153.02 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 80 | 155 | 0.01 | 0.48 | 0 | 0.39 | 299.2 | 0.32 | 0.46 |
| Hex | 9A | 50 | 9B | 1 | 30 | 0 | 27 | 12B | 20 | 2E |
| Octal | 232 | 120 | 233 | 1 | 60 | 0 | 47 | 453 | 40 | 56 |
| Binary | 10011010 | 1010000 | 10011011 | 1 | 110000 | 0 | 100111 | 100101011 | 100000 | 101110 |
Color Harmonies of #9A509B
Complementary color
Monochromatic Colors of #9A509B
Black with #9A509B
Text Example
Text Example
White with #9A509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A509B; }
p { color: rgb(154,80,155); }
H1.HeaderClassName
{
color: #9A509B;
}
.AnyTagClassName
{
color: #9A509B;
}
</style>
background-color css
<style>
a { background-color: #9A509B; }
a { background-color: rgb(154,80,155); }
div.DivClassName
{
background-color: #9A509B;
}
.BgClassName
{
background-color: #9A509B;
}
</style>
border-color css
<style>
span { border-color: #9A509B; }
span { border-color: rgb(154,80,155); }
td.TdClassName
{
border-color: #9A509B;
}
.TagClassName
{
border-color: #9A509B;
}
</style>