Shades of Violet Blue #9A629D
Tints of Violet Blue #9A629D
RGB
CMYK
RGB Variations
Color information
#9A629D (or 0x9A629D) is known color: Violet Blue. HEX triplet: 9A, 62 and 9D. RGB value is (154,98,157). Sum of RGB (Red+Green+Blue) = 154+98+157=409 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.65% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 157 - color contains mainly: blue. Hex color #9A629D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A629D is #659D62. Grayscale: #797979. Windows color (decimal): -6659427 or 10314394. OLE color: 10314394.
HSL color Cylindrical-coordinate representation of color #9A629D: hue angle of 296.95º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A629D is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 98 | 157 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.38 |
| HSL | 296.95º | 0.23% | 0.5% | - |
| HSV(B) | 296.95º | 0.38% | 0.62% | - |
| XYZ | 23.78 | 18.04 | 34.13 | - |
| YUV | 121.47 | 148.05 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 98 | 157 | 0.02 | 0.38 | 0 | 0.38 | 296.95 | 0.23 | 0.5 |
| Hex | 9A | 62 | 9D | 2 | 26 | 0 | 26 | 129 | 17 | 32 |
| Octal | 232 | 142 | 235 | 2 | 46 | 0 | 46 | 451 | 27 | 62 |
| Binary | 10011010 | 1100010 | 10011101 | 10 | 100110 | 0 | 100110 | 100101001 | 10111 | 110010 |
Color Harmonies of #9A629D
Complementary color
Monochromatic Colors of #9A629D
Black with #9A629D
Text Example
Text Example
White with #9A629D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A629D; }
p { color: rgb(154,98,157); }
H1.HeaderClassName
{
color: #9A629D;
}
.AnyTagClassName
{
color: #9A629D;
}
</style>
background-color css
<style>
a { background-color: #9A629D; }
a { background-color: rgb(154,98,157); }
div.DivClassName
{
background-color: #9A629D;
}
.BgClassName
{
background-color: #9A629D;
}
</style>
border-color css
<style>
span { border-color: #9A629D; }
span { border-color: rgb(154,98,157); }
td.TdClassName
{
border-color: #9A629D;
}
.TagClassName
{
border-color: #9A629D;
}
</style>