Shades of Violet Blue #9D5B9B
Tints of Violet Blue #9D5B9B
RGB
CMYK
RGB Variations
Color information
#9D5B9B (or 0x9D5B9B) is known color: Violet Blue. HEX triplet: 9D, 5B and 9B. RGB value is (157,91,155). Sum of RGB (Red+Green+Blue) = 157+91+155=403 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.96% from 403); Green value is 91 (35.94% from 255 or 22.58% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5B9B is #62A464. Grayscale: #757575. Windows color (decimal): -6464613 or 10181533. OLE color: 10181533.
HSL color Cylindrical-coordinate representation of color #9D5B9B: hue angle of 301.82º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9D5B9B is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 91 | 155 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.38 |
| HSL | 301.82º | 0.27% | 0.49% | - |
| HSV(B) | 301.82º | 0.42% | 0.62% | - |
| XYZ | 23.56 | 17.02 | 33.05 | - |
| YUV | 118.03 | 148.87 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 91 | 155 | 0 | 0.42 | 0.01 | 0.38 | 301.82 | 0.27 | 0.49 |
| Hex | 9D | 5B | 9B | 0 | 2A | 1 | 26 | 12E | 1B | 31 |
| Octal | 235 | 133 | 233 | 0 | 52 | 1 | 46 | 456 | 33 | 61 |
| Binary | 10011101 | 1011011 | 10011011 | 0 | 101010 | 1 | 100110 | 100101110 | 11011 | 110001 |
Color Harmonies of #9D5B9B
Complementary color
Monochromatic Colors of #9D5B9B
Black with #9D5B9B
Text Example
Text Example
White with #9D5B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5B9B; }
p { color: rgb(157,91,155); }
H1.HeaderClassName
{
color: #9D5B9B;
}
.AnyTagClassName
{
color: #9D5B9B;
}
</style>
background-color css
<style>
a { background-color: #9D5B9B; }
a { background-color: rgb(157,91,155); }
div.DivClassName
{
background-color: #9D5B9B;
}
.BgClassName
{
background-color: #9D5B9B;
}
</style>
border-color css
<style>
span { border-color: #9D5B9B; }
span { border-color: rgb(157,91,155); }
td.TdClassName
{
border-color: #9D5B9B;
}
.TagClassName
{
border-color: #9D5B9B;
}
</style>