Shades of Violet Blue #9A6F94
Tints of Violet Blue #9A6F94
RGB
CMYK
RGB Variations
Color information
#9A6F94 (or 0x9A6F94) is known color: Violet Blue. HEX triplet: 9A, 6F and 94. RGB value is (154,111,148). Sum of RGB (Red+Green+Blue) = 154+111+148=413 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.29% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6F94 is #65906B. Grayscale: #7F7F7F. Windows color (decimal): -6656108 or 9727898. OLE color: 9727898.
HSL color Cylindrical-coordinate representation of color #9A6F94: hue angle of 308.37º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9A6F94 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 111 | 148 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.40 |
| HSL | 308.37º | 0.18% | 0.52% | - |
| HSV(B) | 308.37º | 0.28% | 0.6% | - |
| XYZ | 24.36 | 20.38 | 30.67 | - |
| YUV | 128.08 | 139.25 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 111 | 148 | 0 | 0.28 | 0.04 | 0.40 | 308.37 | 0.18 | 0.52 |
| Hex | 9A | 6F | 94 | 0 | 1C | 4 | 28 | 134 | 12 | 34 |
| Octal | 232 | 157 | 224 | 0 | 34 | 4 | 50 | 464 | 22 | 64 |
| Binary | 10011010 | 1101111 | 10010100 | 0 | 11100 | 100 | 101000 | 100110100 | 10010 | 110100 |
Color Harmonies of #9A6F94
Complementary color
Monochromatic Colors of #9A6F94
Black with #9A6F94
Text Example
Text Example
White with #9A6F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6F94; }
p { color: rgb(154,111,148); }
H1.HeaderClassName
{
color: #9A6F94;
}
.AnyTagClassName
{
color: #9A6F94;
}
</style>
background-color css
<style>
a { background-color: #9A6F94; }
a { background-color: rgb(154,111,148); }
div.DivClassName
{
background-color: #9A6F94;
}
.BgClassName
{
background-color: #9A6F94;
}
</style>
border-color css
<style>
span { border-color: #9A6F94; }
span { border-color: rgb(154,111,148); }
td.TdClassName
{
border-color: #9A6F94;
}
.TagClassName
{
border-color: #9A6F94;
}
</style>