Shades of Violet Blue #9B679A
Tints of Violet Blue #9B679A
RGB
CMYK
RGB Variations
Color information
#9B679A (or 0x9B679A) is known color: Violet Blue. HEX triplet: 9B, 67 and 9A. RGB value is (155,103,154). Sum of RGB (Red+Green+Blue) = 155+103+154=412 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.62% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 155 - color contains mainly: red. Hex color #9B679A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B679A is #649865. Grayscale: #7C7C7C. Windows color (decimal): -6592614 or 10119067. OLE color: 10119067.
HSL color Cylindrical-coordinate representation of color #9B679A: hue angle of 301.15º 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 #9B679A is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 103 | 154 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.39 |
| HSL | 301.15º | 0.21% | 0.51% | - |
| HSV(B) | 301.15º | 0.34% | 0.61% | - |
| XYZ | 24.2 | 19 | 32.96 | - |
| YUV | 124.36 | 144.73 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 103 | 154 | 0 | 0.34 | 0.01 | 0.39 | 301.15 | 0.21 | 0.51 |
| Hex | 9B | 67 | 9A | 0 | 22 | 1 | 27 | 12D | 15 | 33 |
| Octal | 233 | 147 | 232 | 0 | 42 | 1 | 47 | 455 | 25 | 63 |
| Binary | 10011011 | 1100111 | 10011010 | 0 | 100010 | 1 | 100111 | 100101101 | 10101 | 110011 |
Color Harmonies of #9B679A
Complementary color
Monochromatic Colors of #9B679A
Black with #9B679A
Text Example
Text Example
White with #9B679A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B679A; }
p { color: rgb(155,103,154); }
H1.HeaderClassName
{
color: #9B679A;
}
.AnyTagClassName
{
color: #9B679A;
}
</style>
background-color css
<style>
a { background-color: #9B679A; }
a { background-color: rgb(155,103,154); }
div.DivClassName
{
background-color: #9B679A;
}
.BgClassName
{
background-color: #9B679A;
}
</style>
border-color css
<style>
span { border-color: #9B679A; }
span { border-color: rgb(155,103,154); }
td.TdClassName
{
border-color: #9B679A;
}
.TagClassName
{
border-color: #9B679A;
}
</style>