Shades of Violet Blue #9B5D9D
Tints of Violet Blue #9B5D9D
RGB
CMYK
RGB Variations
Color information
#9B5D9D (or 0x9B5D9D) is known color: Violet Blue. HEX triplet: 9B, 5D and 9D. RGB value is (155,93,157). Sum of RGB (Red+Green+Blue) = 155+93+157=405 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.27% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 157 - color contains mainly: blue. Hex color #9B5D9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5D9D is #64A262. Grayscale: #767676. Windows color (decimal): -6595171 or 10313115. OLE color: 10313115.
HSL color Cylindrical-coordinate representation of color #9B5D9D: hue angle of 298.12º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B5D9D is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 93 | 157 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.38 |
| HSL | 298.13º | 0.26% | 0.49% | - |
| HSV(B) | 298.13º | 0.41% | 0.62% | - |
| XYZ | 23.52 | 17.23 | 33.98 | - |
| YUV | 118.83 | 149.54 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 93 | 157 | 0.01 | 0.41 | 0 | 0.38 | 298.13 | 0.26 | 0.49 |
| Hex | 9B | 5D | 9D | 1 | 29 | 0 | 26 | 12A | 1A | 31 |
| Octal | 233 | 135 | 235 | 1 | 51 | 0 | 46 | 452 | 32 | 61 |
| Binary | 10011011 | 1011101 | 10011101 | 1 | 101001 | 0 | 100110 | 100101010 | 11010 | 110001 |
Color Harmonies of #9B5D9D
Complementary color
Monochromatic Colors of #9B5D9D
Black with #9B5D9D
Text Example
Text Example
White with #9B5D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5D9D; }
p { color: rgb(155,93,157); }
H1.HeaderClassName
{
color: #9B5D9D;
}
.AnyTagClassName
{
color: #9B5D9D;
}
</style>
background-color css
<style>
a { background-color: #9B5D9D; }
a { background-color: rgb(155,93,157); }
div.DivClassName
{
background-color: #9B5D9D;
}
.BgClassName
{
background-color: #9B5D9D;
}
</style>
border-color css
<style>
span { border-color: #9B5D9D; }
span { border-color: rgb(155,93,157); }
td.TdClassName
{
border-color: #9B5D9D;
}
.TagClassName
{
border-color: #9B5D9D;
}
</style>