Shades of Violet Blue #9A639A
Tints of Violet Blue #9A639A
RGB
CMYK
RGB Variations
Color information
#9A639A (or 0x9A639A) is known color: Violet Blue. HEX triplet: 9A, 63 and 9A. RGB value is (154,99,154). Sum of RGB (Red+Green+Blue) = 154+99+154=407 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.84% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 154 - color contains mainly: red, blue. Hex color #9A639A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A639A is #659C65. Grayscale: #797979. Windows color (decimal): -6659174 or 10118042. OLE color: 10118042.
HSL color Cylindrical-coordinate representation of color #9A639A: hue angle of 300º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A639A is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 99 | 154 | - |
| CMYK | 0 | 0.36 | 0 | 0.40 |
| HSL | 300º | 0.22% | 0.5% | - |
| HSV(B) | 300º | 0.36% | 0.6% | - |
| XYZ | 23.62 | 18.13 | 32.83 | - |
| YUV | 121.72 | 146.22 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 99 | 154 | 0 | 0.36 | 0 | 0.40 | 300 | 0.22 | 0.5 |
| Hex | 9A | 63 | 9A | 0 | 24 | 0 | 28 | 12C | 16 | 32 |
| Octal | 232 | 143 | 232 | 0 | 44 | 0 | 50 | 454 | 26 | 62 |
| Binary | 10011010 | 1100011 | 10011010 | 0 | 100100 | 0 | 101000 | 100101100 | 10110 | 110010 |
Color Harmonies of #9A639A
Complementary color
Monochromatic Colors of #9A639A
Black with #9A639A
Text Example
Text Example
White with #9A639A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A639A; }
p { color: rgb(154,99,154); }
H1.HeaderClassName
{
color: #9A639A;
}
.AnyTagClassName
{
color: #9A639A;
}
</style>
background-color css
<style>
a { background-color: #9A639A; }
a { background-color: rgb(154,99,154); }
div.DivClassName
{
background-color: #9A639A;
}
.BgClassName
{
background-color: #9A639A;
}
</style>
border-color css
<style>
span { border-color: #9A639A; }
span { border-color: rgb(154,99,154); }
td.TdClassName
{
border-color: #9A639A;
}
.TagClassName
{
border-color: #9A639A;
}
</style>