Shades of Violet Blue #9B66A6
Tints of Violet Blue #9B66A6
RGB
CMYK
RGB Variations
Color information
#9B66A6 (or 0x9B66A6) is known color: Violet Blue. HEX triplet: 9B, 66 and A6. RGB value is (155,102,166). Sum of RGB (Red+Green+Blue) = 155+102+166=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 166 - color contains mainly: blue. Hex color #9B66A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B66A6 is #649959. Grayscale: #7C7C7C. Windows color (decimal): -6592858 or 10905243. OLE color: 10905243.
HSL color Cylindrical-coordinate representation of color #9B66A6: hue angle of 289.69º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9B66A6 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 102 | 166 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.35 |
| HSL | 289.69º | 0.26% | 0.53% | - |
| HSV(B) | 289.69º | 0.39% | 0.65% | - |
| XYZ | 25.15 | 19.22 | 38.46 | - |
| YUV | 125.14 | 151.06 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 102 | 166 | 0.07 | 0.39 | 0 | 0.35 | 289.69 | 0.26 | 0.53 |
| Hex | 9B | 66 | A6 | 7 | 27 | 0 | 23 | 122 | 1A | 35 |
| Octal | 233 | 146 | 246 | 7 | 47 | 0 | 43 | 442 | 32 | 65 |
| Binary | 10011011 | 1100110 | 10100110 | 111 | 100111 | 0 | 100011 | 100100010 | 11010 | 110101 |
Color Harmonies of #9B66A6
Complementary color
Monochromatic Colors of #9B66A6
Black with #9B66A6
Text Example
Text Example
White with #9B66A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B66A6; }
p { color: rgb(155,102,166); }
H1.HeaderClassName
{
color: #9B66A6;
}
.AnyTagClassName
{
color: #9B66A6;
}
</style>
background-color css
<style>
a { background-color: #9B66A6; }
a { background-color: rgb(155,102,166); }
div.DivClassName
{
background-color: #9B66A6;
}
.BgClassName
{
background-color: #9B66A6;
}
</style>
border-color css
<style>
span { border-color: #9B66A6; }
span { border-color: rgb(155,102,166); }
td.TdClassName
{
border-color: #9B66A6;
}
.TagClassName
{
border-color: #9B66A6;
}
</style>