Shades of Violet Blue #9A5A92
Tints of Violet Blue #9A5A92
RGB
CMYK
RGB Variations
Color information
#9A5A92 (or 0x9A5A92) is known color: Violet Blue. HEX triplet: 9A, 5A and 92. RGB value is (154,90,146). Sum of RGB (Red+Green+Blue) = 154+90+146=390 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.49% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5A92 is #65A56D. Grayscale: #737373. Windows color (decimal): -6661486 or 9591450. OLE color: 9591450.
HSL color Cylindrical-coordinate representation of color #9A5A92: hue angle of 307.5º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A5A92 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 90 | 146 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.40 |
| HSL | 307.5º | 0.26% | 0.48% | - |
| HSV(B) | 307.5º | 0.42% | 0.6% | - |
| XYZ | 22.17 | 16.26 | 29.16 | - |
| YUV | 115.52 | 145.2 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 90 | 146 | 0 | 0.42 | 0.05 | 0.40 | 307.5 | 0.26 | 0.48 |
| Hex | 9A | 5A | 92 | 0 | 2A | 5 | 28 | 134 | 1A | 30 |
| Octal | 232 | 132 | 222 | 0 | 52 | 5 | 50 | 464 | 32 | 60 |
| Binary | 10011010 | 1011010 | 10010010 | 0 | 101010 | 101 | 101000 | 100110100 | 11010 | 110000 |
Color Harmonies of #9A5A92
Complementary color
Monochromatic Colors of #9A5A92
Black with #9A5A92
Text Example
Text Example
White with #9A5A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5A92; }
p { color: rgb(154,90,146); }
H1.HeaderClassName
{
color: #9A5A92;
}
.AnyTagClassName
{
color: #9A5A92;
}
</style>
background-color css
<style>
a { background-color: #9A5A92; }
a { background-color: rgb(154,90,146); }
div.DivClassName
{
background-color: #9A5A92;
}
.BgClassName
{
background-color: #9A5A92;
}
</style>
border-color css
<style>
span { border-color: #9A5A92; }
span { border-color: rgb(154,90,146); }
td.TdClassName
{
border-color: #9A5A92;
}
.TagClassName
{
border-color: #9A5A92;
}
</style>