Shades of Violet Blue #9A50A7
Tints of Violet Blue #9A50A7
RGB
CMYK
RGB Variations
Color information
#9A50A7 (or 0x9A50A7) is known color: Violet Blue. HEX triplet: 9A, 50 and A7. RGB value is (154,80,167). Sum of RGB (Red+Green+Blue) = 154+80+167=401 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.40% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 167 (65.62% from 255 or 41.65% from 401); Max value from RGB is 167 - color contains mainly: blue. Hex color #9A50A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A50A7 is #65AF58. Grayscale: #6F6F6F. Windows color (decimal): -6664025 or 10965146. OLE color: 10965146.
HSL color Cylindrical-coordinate representation of color #9A50A7: hue angle of 291.03º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9A50A7 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 154 | 80 | 167 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.35 |
| HSL | 291.03º | 0.35% | 0.48% | - |
| HSV(B) | 291.03º | 0.52% | 0.65% | - |
| XYZ | 23.17 | 15.4 | 38.31 | - |
| YUV | 112.04 | 159.02 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 80 | 167 | 0.08 | 0.52 | 0 | 0.35 | 291.03 | 0.35 | 0.48 |
| Hex | 9A | 50 | A7 | 8 | 34 | 0 | 23 | 123 | 23 | 30 |
| Octal | 232 | 120 | 247 | 10 | 64 | 0 | 43 | 443 | 43 | 60 |
| Binary | 10011010 | 1010000 | 10100111 | 1000 | 110100 | 0 | 100011 | 100100011 | 100011 | 110000 |
Color Harmonies of #9A50A7
Complementary color
Monochromatic Colors of #9A50A7
Black with #9A50A7
Text Example
Text Example
White with #9A50A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A50A7; }
p { color: rgb(154,80,167); }
H1.HeaderClassName
{
color: #9A50A7;
}
.AnyTagClassName
{
color: #9A50A7;
}
</style>
background-color css
<style>
a { background-color: #9A50A7; }
a { background-color: rgb(154,80,167); }
div.DivClassName
{
background-color: #9A50A7;
}
.BgClassName
{
background-color: #9A50A7;
}
</style>
border-color css
<style>
span { border-color: #9A50A7; }
span { border-color: rgb(154,80,167); }
td.TdClassName
{
border-color: #9A50A7;
}
.TagClassName
{
border-color: #9A50A7;
}
</style>