Shades of Violet Blue #9A669F
Tints of Violet Blue #9A669F
RGB
CMYK
RGB Variations
Color information
#9A669F (or 0x9A669F) is known color: Violet Blue. HEX triplet: 9A, 66 and 9F. RGB value is (154,102,159). Sum of RGB (Red+Green+Blue) = 154+102+159=415 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.11% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 159 - color contains mainly: blue. Hex color #9A669F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A669F is #659960. Grayscale: #7B7B7B. Windows color (decimal): -6658401 or 10446490. OLE color: 10446490.
HSL color Cylindrical-coordinate representation of color #9A669F: hue angle of 294.74º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A669F is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 102 | 159 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.38 |
| HSL | 294.74º | 0.23% | 0.51% | - |
| HSV(B) | 294.74º | 0.36% | 0.62% | - |
| XYZ | 24.34 | 18.88 | 35.16 | - |
| YUV | 124.05 | 147.73 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 102 | 159 | 0.03 | 0.36 | 0 | 0.38 | 294.74 | 0.23 | 0.51 |
| Hex | 9A | 66 | 9F | 3 | 24 | 0 | 26 | 127 | 17 | 33 |
| Octal | 232 | 146 | 237 | 3 | 44 | 0 | 46 | 447 | 27 | 63 |
| Binary | 10011010 | 1100110 | 10011111 | 11 | 100100 | 0 | 100110 | 100100111 | 10111 | 110011 |
Color Harmonies of #9A669F
Complementary color
Monochromatic Colors of #9A669F
Black with #9A669F
Text Example
Text Example
White with #9A669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A669F; }
p { color: rgb(154,102,159); }
H1.HeaderClassName
{
color: #9A669F;
}
.AnyTagClassName
{
color: #9A669F;
}
</style>
background-color css
<style>
a { background-color: #9A669F; }
a { background-color: rgb(154,102,159); }
div.DivClassName
{
background-color: #9A669F;
}
.BgClassName
{
background-color: #9A669F;
}
</style>
border-color css
<style>
span { border-color: #9A669F; }
span { border-color: rgb(154,102,159); }
td.TdClassName
{
border-color: #9A669F;
}
.TagClassName
{
border-color: #9A669F;
}
</style>