Shades of Violet Blue #9B6893
Tints of Violet Blue #9B6893
RGB
CMYK
RGB Variations
Color information
#9B6893 (or 0x9B6893) is known color: Violet Blue. HEX triplet: 9B, 68 and 93. RGB value is (155,104,147). Sum of RGB (Red+Green+Blue) = 155+104+147=406 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.18% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6893 is #64976C. Grayscale: #7C7C7C. Windows color (decimal): -6592365 or 9660571. OLE color: 9660571.
HSL color Cylindrical-coordinate representation of color #9B6893: hue angle of 309.41º 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 #9B6893 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 104 | 147 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.39 |
| HSL | 309.41º | 0.2% | 0.51% | - |
| HSV(B) | 309.41º | 0.33% | 0.61% | - |
| XYZ | 23.73 | 18.98 | 30.02 | - |
| YUV | 124.15 | 140.9 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 104 | 147 | 0 | 0.33 | 0.05 | 0.39 | 309.41 | 0.2 | 0.51 |
| Hex | 9B | 68 | 93 | 0 | 21 | 5 | 27 | 135 | 14 | 33 |
| Octal | 233 | 150 | 223 | 0 | 41 | 5 | 47 | 465 | 24 | 63 |
| Binary | 10011011 | 1101000 | 10010011 | 0 | 100001 | 101 | 100111 | 100110101 | 10100 | 110011 |
Color Harmonies of #9B6893
Complementary color
Monochromatic Colors of #9B6893
Black with #9B6893
Text Example
Text Example
White with #9B6893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6893; }
p { color: rgb(155,104,147); }
H1.HeaderClassName
{
color: #9B6893;
}
.AnyTagClassName
{
color: #9B6893;
}
</style>
background-color css
<style>
a { background-color: #9B6893; }
a { background-color: rgb(155,104,147); }
div.DivClassName
{
background-color: #9B6893;
}
.BgClassName
{
background-color: #9B6893;
}
</style>
border-color css
<style>
span { border-color: #9B6893; }
span { border-color: rgb(155,104,147); }
td.TdClassName
{
border-color: #9B6893;
}
.TagClassName
{
border-color: #9B6893;
}
</style>