Shades of Violet Blue #9B6895
Tints of Violet Blue #9B6895
RGB
CMYK
RGB Variations
Color information
#9B6895 (or 0x9B6895) is known color: Violet Blue. HEX triplet: 9B, 68 and 95. RGB value is (155,104,149). Sum of RGB (Red+Green+Blue) = 155+104+149=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6895 is #64976A. Grayscale: #7C7C7C. Windows color (decimal): -6592363 or 9791643. OLE color: 9791643.
HSL color Cylindrical-coordinate representation of color #9B6895: hue angle of 307.06º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B6895 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 104 | 149 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.39 |
| HSL | 307.06º | 0.2% | 0.51% | - |
| HSV(B) | 307.06º | 0.33% | 0.61% | - |
| XYZ | 23.89 | 19.04 | 30.85 | - |
| YUV | 124.38 | 141.9 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 104 | 149 | 0 | 0.33 | 0.04 | 0.39 | 307.06 | 0.2 | 0.51 |
| Hex | 9B | 68 | 95 | 0 | 21 | 4 | 27 | 133 | 14 | 33 |
| Octal | 233 | 150 | 225 | 0 | 41 | 4 | 47 | 463 | 24 | 63 |
| Binary | 10011011 | 1101000 | 10010101 | 0 | 100001 | 100 | 100111 | 100110011 | 10100 | 110011 |
Color Harmonies of #9B6895
Complementary color
Monochromatic Colors of #9B6895
Black with #9B6895
Text Example
Text Example
White with #9B6895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6895; }
p { color: rgb(155,104,149); }
H1.HeaderClassName
{
color: #9B6895;
}
.AnyTagClassName
{
color: #9B6895;
}
</style>
background-color css
<style>
a { background-color: #9B6895; }
a { background-color: rgb(155,104,149); }
div.DivClassName
{
background-color: #9B6895;
}
.BgClassName
{
background-color: #9B6895;
}
</style>
border-color css
<style>
span { border-color: #9B6895; }
span { border-color: rgb(155,104,149); }
td.TdClassName
{
border-color: #9B6895;
}
.TagClassName
{
border-color: #9B6895;
}
</style>