Shades of Violet Blue #9D5B8D
Tints of Violet Blue #9D5B8D
RGB
CMYK
RGB Variations
Color information
#9D5B8D (or 0x9D5B8D) is known color: Violet Blue. HEX triplet: 9D, 5B and 8D. RGB value is (157,91,141). Sum of RGB (Red+Green+Blue) = 157+91+141=389 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.36% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5B8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5B8D is #62A472. Grayscale: #747474. Windows color (decimal): -6464627 or 9264029. OLE color: 9264029.
HSL color Cylindrical-coordinate representation of color #9D5B8D: hue angle of 314.55º 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 #9D5B8D is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 91 | 141 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.38 |
| HSL | 314.55º | 0.27% | 0.49% | - |
| HSV(B) | 314.55º | 0.42% | 0.62% | - |
| XYZ | 22.45 | 16.57 | 27.21 | - |
| YUV | 116.43 | 141.87 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 91 | 141 | 0 | 0.42 | 0.10 | 0.38 | 314.55 | 0.27 | 0.49 |
| Hex | 9D | 5B | 8D | 0 | 2A | A | 26 | 13B | 1B | 31 |
| Octal | 235 | 133 | 215 | 0 | 52 | 12 | 46 | 473 | 33 | 61 |
| Binary | 10011101 | 1011011 | 10001101 | 0 | 101010 | 1010 | 100110 | 100111011 | 11011 | 110001 |
Color Harmonies of #9D5B8D
Complementary color
Monochromatic Colors of #9D5B8D
Black with #9D5B8D
Text Example
Text Example
White with #9D5B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5B8D; }
p { color: rgb(157,91,141); }
H1.HeaderClassName
{
color: #9D5B8D;
}
.AnyTagClassName
{
color: #9D5B8D;
}
</style>
background-color css
<style>
a { background-color: #9D5B8D; }
a { background-color: rgb(157,91,141); }
div.DivClassName
{
background-color: #9D5B8D;
}
.BgClassName
{
background-color: #9D5B8D;
}
</style>
border-color css
<style>
span { border-color: #9D5B8D; }
span { border-color: rgb(157,91,141); }
td.TdClassName
{
border-color: #9D5B8D;
}
.TagClassName
{
border-color: #9D5B8D;
}
</style>