Shades of Violet Blue #9B6792
Tints of Violet Blue #9B6792
RGB
CMYK
RGB Variations
Color information
#9B6792 (or 0x9B6792) is known color: Violet Blue. HEX triplet: 9B, 67 and 92. RGB value is (155,103,146). Sum of RGB (Red+Green+Blue) = 155+103+146=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6792 is #64986D. Grayscale: #7B7B7B. Windows color (decimal): -6592622 or 9594779. OLE color: 9594779.
HSL color Cylindrical-coordinate representation of color #9B6792: hue angle of 310.38º 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 #9B6792 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 103 | 146 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.39 |
| HSL | 310.38º | 0.21% | 0.51% | - |
| HSV(B) | 310.38º | 0.34% | 0.61% | - |
| XYZ | 23.56 | 18.74 | 29.57 | - |
| YUV | 123.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 103 | 146 | 0 | 0.34 | 0.06 | 0.39 | 310.38 | 0.21 | 0.51 |
| Hex | 9B | 67 | 92 | 0 | 22 | 6 | 27 | 136 | 15 | 33 |
| Octal | 233 | 147 | 222 | 0 | 42 | 6 | 47 | 466 | 25 | 63 |
| Binary | 10011011 | 1100111 | 10010010 | 0 | 100010 | 110 | 100111 | 100110110 | 10101 | 110011 |
Color Harmonies of #9B6792
Complementary color
Monochromatic Colors of #9B6792
Black with #9B6792
Text Example
Text Example
White with #9B6792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6792; }
p { color: rgb(155,103,146); }
H1.HeaderClassName
{
color: #9B6792;
}
.AnyTagClassName
{
color: #9B6792;
}
</style>
background-color css
<style>
a { background-color: #9B6792; }
a { background-color: rgb(155,103,146); }
div.DivClassName
{
background-color: #9B6792;
}
.BgClassName
{
background-color: #9B6792;
}
</style>
border-color css
<style>
span { border-color: #9B6792; }
span { border-color: rgb(155,103,146); }
td.TdClassName
{
border-color: #9B6792;
}
.TagClassName
{
border-color: #9B6792;
}
</style>