Shades of Violet Blue #9A739E
Tints of Violet Blue #9A739E
RGB
CMYK
RGB Variations
Color information
#9A739E (or 0x9A739E) is known color: Violet Blue. HEX triplet: 9A, 73 and 9E. RGB value is (154,115,158). Sum of RGB (Red+Green+Blue) = 154+115+158=427 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.07% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 158 - color contains mainly: blue. Hex color #9A739E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A739E is #658C61. Grayscale: #838383. Windows color (decimal): -6655074 or 10384282. OLE color: 10384282.
HSL color Cylindrical-coordinate representation of color #9A739E: hue angle of 294.42º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9A739E is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 115 | 158 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.38 |
| HSL | 294.42º | 0.18% | 0.54% | - |
| HSV(B) | 294.42º | 0.27% | 0.62% | - |
| XYZ | 25.63 | 21.6 | 35.17 | - |
| YUV | 131.56 | 142.92 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 115 | 158 | 0.03 | 0.27 | 0 | 0.38 | 294.42 | 0.18 | 0.54 |
| Hex | 9A | 73 | 9E | 3 | 1B | 0 | 26 | 126 | 12 | 36 |
| Octal | 232 | 163 | 236 | 3 | 33 | 0 | 46 | 446 | 22 | 66 |
| Binary | 10011010 | 1110011 | 10011110 | 11 | 11011 | 0 | 100110 | 100100110 | 10010 | 110110 |
Color Harmonies of #9A739E
Complementary color
Monochromatic Colors of #9A739E
Black with #9A739E
Text Example
Text Example
White with #9A739E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A739E; }
p { color: rgb(154,115,158); }
H1.HeaderClassName
{
color: #9A739E;
}
.AnyTagClassName
{
color: #9A739E;
}
</style>
background-color css
<style>
a { background-color: #9A739E; }
a { background-color: rgb(154,115,158); }
div.DivClassName
{
background-color: #9A739E;
}
.BgClassName
{
background-color: #9A739E;
}
</style>
border-color css
<style>
span { border-color: #9A739E; }
span { border-color: rgb(154,115,158); }
td.TdClassName
{
border-color: #9A739E;
}
.TagClassName
{
border-color: #9A739E;
}
</style>