Shades of Violet Blue #9A6B9D
Tints of Violet Blue #9A6B9D
RGB
CMYK
RGB Variations
Color information
#9A6B9D (or 0x9A6B9D) is known color: Violet Blue. HEX triplet: 9A, 6B and 9D. RGB value is (154,107,157). Sum of RGB (Red+Green+Blue) = 154+107+157=418 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.84% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 157 - color contains mainly: blue. Hex color #9A6B9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6B9D is #659462. Grayscale: #7E7E7E. Windows color (decimal): -6657123 or 10316698. OLE color: 10316698.
HSL color Cylindrical-coordinate representation of color #9A6B9D: hue angle of 296.4º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9A6B9D is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 107 | 157 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.38 |
| HSL | 296.4º | 0.2% | 0.52% | - |
| HSV(B) | 296.4º | 0.32% | 0.62% | - |
| XYZ | 24.67 | 19.82 | 34.42 | - |
| YUV | 126.75 | 145.07 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 107 | 157 | 0.02 | 0.32 | 0 | 0.38 | 296.4 | 0.2 | 0.52 |
| Hex | 9A | 6B | 9D | 2 | 20 | 0 | 26 | 128 | 14 | 34 |
| Octal | 232 | 153 | 235 | 2 | 40 | 0 | 46 | 450 | 24 | 64 |
| Binary | 10011010 | 1101011 | 10011101 | 10 | 100000 | 0 | 100110 | 100101000 | 10100 | 110100 |
Color Harmonies of #9A6B9D
Complementary color
Monochromatic Colors of #9A6B9D
Black with #9A6B9D
Text Example
Text Example
White with #9A6B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6B9D; }
p { color: rgb(154,107,157); }
H1.HeaderClassName
{
color: #9A6B9D;
}
.AnyTagClassName
{
color: #9A6B9D;
}
</style>
background-color css
<style>
a { background-color: #9A6B9D; }
a { background-color: rgb(154,107,157); }
div.DivClassName
{
background-color: #9A6B9D;
}
.BgClassName
{
background-color: #9A6B9D;
}
</style>
border-color css
<style>
span { border-color: #9A6B9D; }
span { border-color: rgb(154,107,157); }
td.TdClassName
{
border-color: #9A6B9D;
}
.TagClassName
{
border-color: #9A6B9D;
}
</style>