Shades of Violet Blue #9A669D
Tints of Violet Blue #9A669D
RGB
CMYK
RGB Variations
Color information
#9A669D (or 0x9A669D) is known color: Violet Blue. HEX triplet: 9A, 66 and 9D. RGB value is (154,102,157). Sum of RGB (Red+Green+Blue) = 154+102+157=413 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.29% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 157 - color contains mainly: blue. Hex color #9A669D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A669D is #659962. Grayscale: #7B7B7B. Windows color (decimal): -6658403 or 10315418. OLE color: 10315418.
HSL color Cylindrical-coordinate representation of color #9A669D: hue angle of 296.73º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9A669D is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 102 | 157 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.38 |
| HSL | 296.73º | 0.22% | 0.51% | - |
| HSV(B) | 296.73º | 0.35% | 0.62% | - |
| XYZ | 24.16 | 18.81 | 34.25 | - |
| YUV | 123.82 | 146.73 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 102 | 157 | 0.02 | 0.35 | 0 | 0.38 | 296.73 | 0.22 | 0.51 |
| Hex | 9A | 66 | 9D | 2 | 23 | 0 | 26 | 129 | 16 | 33 |
| Octal | 232 | 146 | 235 | 2 | 43 | 0 | 46 | 451 | 26 | 63 |
| Binary | 10011010 | 1100110 | 10011101 | 10 | 100011 | 0 | 100110 | 100101001 | 10110 | 110011 |
Color Harmonies of #9A669D
Complementary color
Monochromatic Colors of #9A669D
Black with #9A669D
Text Example
Text Example
White with #9A669D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A669D; }
p { color: rgb(154,102,157); }
H1.HeaderClassName
{
color: #9A669D;
}
.AnyTagClassName
{
color: #9A669D;
}
</style>
background-color css
<style>
a { background-color: #9A669D; }
a { background-color: rgb(154,102,157); }
div.DivClassName
{
background-color: #9A669D;
}
.BgClassName
{
background-color: #9A669D;
}
</style>
border-color css
<style>
span { border-color: #9A669D; }
span { border-color: rgb(154,102,157); }
td.TdClassName
{
border-color: #9A669D;
}
.TagClassName
{
border-color: #9A669D;
}
</style>