Shades of Violet Blue #9B679B
Tints of Violet Blue #9B679B
RGB
CMYK
RGB Variations
Color information
#9B679B (or 0x9B679B) is known color: Violet Blue. HEX triplet: 9B, 67 and 9B. RGB value is (155,103,155). Sum of RGB (Red+Green+Blue) = 155+103+155=413 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.53% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B679B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B679B is #649864. Grayscale: #7C7C7C. Windows color (decimal): -6592613 or 10184603. OLE color: 10184603.
HSL color Cylindrical-coordinate representation of color #9B679B: hue angle of 300º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B679B is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 103 | 155 | - |
| CMYK | 0 | 0.34 | 0 | 0.39 |
| HSL | 300º | 0.21% | 0.51% | - |
| HSV(B) | 300º | 0.34% | 0.61% | - |
| XYZ | 24.28 | 19.04 | 33.4 | - |
| YUV | 124.48 | 145.23 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 103 | 155 | 0 | 0.34 | 0 | 0.39 | 300 | 0.21 | 0.51 |
| Hex | 9B | 67 | 9B | 0 | 22 | 0 | 27 | 12C | 15 | 33 |
| Octal | 233 | 147 | 233 | 0 | 42 | 0 | 47 | 454 | 25 | 63 |
| Binary | 10011011 | 1100111 | 10011011 | 0 | 100010 | 0 | 100111 | 100101100 | 10101 | 110011 |
Color Harmonies of #9B679B
Complementary color
Monochromatic Colors of #9B679B
Black with #9B679B
Text Example
Text Example
White with #9B679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B679B; }
p { color: rgb(155,103,155); }
H1.HeaderClassName
{
color: #9B679B;
}
.AnyTagClassName
{
color: #9B679B;
}
</style>
background-color css
<style>
a { background-color: #9B679B; }
a { background-color: rgb(155,103,155); }
div.DivClassName
{
background-color: #9B679B;
}
.BgClassName
{
background-color: #9B679B;
}
</style>
border-color css
<style>
span { border-color: #9B679B; }
span { border-color: rgb(155,103,155); }
td.TdClassName
{
border-color: #9B679B;
}
.TagClassName
{
border-color: #9B679B;
}
</style>