Shades of Violet Blue #9B6E94
Tints of Violet Blue #9B6E94
RGB
CMYK
RGB Variations
Color information
#9B6E94 (or 0x9B6E94) is known color: Violet Blue. HEX triplet: 9B, 6E and 94. RGB value is (155,110,148). Sum of RGB (Red+Green+Blue) = 155+110+148=413 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.53% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6E94 is #64916B. Grayscale: #7F7F7F. Windows color (decimal): -6590828 or 9727643. OLE color: 9727643.
HSL color Cylindrical-coordinate representation of color #9B6E94: hue angle of 309.33º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9B6E94 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 110 | 148 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.39 |
| HSL | 309.33º | 0.18% | 0.52% | - |
| HSV(B) | 309.33º | 0.29% | 0.61% | - |
| XYZ | 24.44 | 20.26 | 30.64 | - |
| YUV | 127.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 110 | 148 | 0 | 0.29 | 0.05 | 0.39 | 309.33 | 0.18 | 0.52 |
| Hex | 9B | 6E | 94 | 0 | 1D | 5 | 27 | 135 | 12 | 34 |
| Octal | 233 | 156 | 224 | 0 | 35 | 5 | 47 | 465 | 22 | 64 |
| Binary | 10011011 | 1101110 | 10010100 | 0 | 11101 | 101 | 100111 | 100110101 | 10010 | 110100 |
Color Harmonies of #9B6E94
Complementary color
Monochromatic Colors of #9B6E94
Black with #9B6E94
Text Example
Text Example
White with #9B6E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6E94; }
p { color: rgb(155,110,148); }
H1.HeaderClassName
{
color: #9B6E94;
}
.AnyTagClassName
{
color: #9B6E94;
}
</style>
background-color css
<style>
a { background-color: #9B6E94; }
a { background-color: rgb(155,110,148); }
div.DivClassName
{
background-color: #9B6E94;
}
.BgClassName
{
background-color: #9B6E94;
}
</style>
border-color css
<style>
span { border-color: #9B6E94; }
span { border-color: rgb(155,110,148); }
td.TdClassName
{
border-color: #9B6E94;
}
.TagClassName
{
border-color: #9B6E94;
}
</style>