Shades of Violet Blue #9B5D8D
Tints of Violet Blue #9B5D8D
RGB
CMYK
RGB Variations
Color information
#9B5D8D (or 0x9B5D8D) is known color: Violet Blue. HEX triplet: 9B, 5D and 8D. RGB value is (155,93,141). Sum of RGB (Red+Green+Blue) = 155+93+141=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5D8D is #64A272. Grayscale: #747474. Windows color (decimal): -6595187 or 9264539. OLE color: 9264539.
HSL color Cylindrical-coordinate representation of color #9B5D8D: hue angle of 313.55º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9B5D8D is Cyan = 0, Magento = 0.4, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 93 | 141 | - |
| CMYK | 0 | 0.4 | 0.09 | 0.39 |
| HSL | 313.55º | 0.25% | 0.49% | - |
| HSV(B) | 313.55º | 0.4% | 0.61% | - |
| XYZ | 22.24 | 16.72 | 27.25 | - |
| YUV | 117.01 | 141.54 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 93 | 141 | 0 | 0.4 | 0.09 | 0.39 | 313.55 | 0.25 | 0.49 |
| Hex | 9B | 5D | 8D | 0 | 28 | 9 | 27 | 13A | 19 | 31 |
| Octal | 233 | 135 | 215 | 0 | 50 | 11 | 47 | 472 | 31 | 61 |
| Binary | 10011011 | 1011101 | 10001101 | 0 | 101000 | 1001 | 100111 | 100111010 | 11001 | 110001 |
Color Harmonies of #9B5D8D
Complementary color
Monochromatic Colors of #9B5D8D
Black with #9B5D8D
Text Example
Text Example
White with #9B5D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5D8D; }
p { color: rgb(155,93,141); }
H1.HeaderClassName
{
color: #9B5D8D;
}
.AnyTagClassName
{
color: #9B5D8D;
}
</style>
background-color css
<style>
a { background-color: #9B5D8D; }
a { background-color: rgb(155,93,141); }
div.DivClassName
{
background-color: #9B5D8D;
}
.BgClassName
{
background-color: #9B5D8D;
}
</style>
border-color css
<style>
span { border-color: #9B5D8D; }
span { border-color: rgb(155,93,141); }
td.TdClassName
{
border-color: #9B5D8D;
}
.TagClassName
{
border-color: #9B5D8D;
}
</style>