Shades of Violet Blue #9A639B
Tints of Violet Blue #9A639B
RGB
CMYK
RGB Variations
Color information
#9A639B (or 0x9A639B) is known color: Violet Blue. HEX triplet: 9A, 63 and 9B. RGB value is (154,99,155). Sum of RGB (Red+Green+Blue) = 154+99+155=408 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.75% from 408); Green value is 99 (39.06% from 255 or 24.26% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 155 - color contains mainly: blue. Hex color #9A639B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A639B is #659C64. Grayscale: #797979. Windows color (decimal): -6659173 or 10183578. OLE color: 10183578.
HSL color Cylindrical-coordinate representation of color #9A639B: hue angle of 298.93º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A639B is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 154 | 99 | 155 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.39 |
| HSL | 298.93º | 0.22% | 0.5% | - |
| HSV(B) | 298.93º | 0.36% | 0.61% | - |
| XYZ | 23.7 | 18.16 | 33.27 | - |
| YUV | 121.83 | 146.72 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 99 | 155 | 0.01 | 0.36 | 0 | 0.39 | 298.93 | 0.22 | 0.5 |
| Hex | 9A | 63 | 9B | 1 | 24 | 0 | 27 | 12B | 16 | 32 |
| Octal | 232 | 143 | 233 | 1 | 44 | 0 | 47 | 453 | 26 | 62 |
| Binary | 10011010 | 1100011 | 10011011 | 1 | 100100 | 0 | 100111 | 100101011 | 10110 | 110010 |
Color Harmonies of #9A639B
Complementary color
Monochromatic Colors of #9A639B
Black with #9A639B
Text Example
Text Example
White with #9A639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A639B; }
p { color: rgb(154,99,155); }
H1.HeaderClassName
{
color: #9A639B;
}
.AnyTagClassName
{
color: #9A639B;
}
</style>
background-color css
<style>
a { background-color: #9A639B; }
a { background-color: rgb(154,99,155); }
div.DivClassName
{
background-color: #9A639B;
}
.BgClassName
{
background-color: #9A639B;
}
</style>
border-color css
<style>
span { border-color: #9A639B; }
span { border-color: rgb(154,99,155); }
td.TdClassName
{
border-color: #9A639B;
}
.TagClassName
{
border-color: #9A639B;
}
</style>