Shades of Violet Blue #9D5292
Tints of Violet Blue #9D5292
RGB
CMYK
RGB Variations
Color information
#9D5292 (or 0x9D5292) is known color: Violet Blue. HEX triplet: 9D, 52 and 92. RGB value is (157,82,146). Sum of RGB (Red+Green+Blue) = 157+82+146=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5292 is #62AD6D. Grayscale: #6F6F6F. Windows color (decimal): -6466926 or 9589405. OLE color: 9589405.
HSL color Cylindrical-coordinate representation of color #9D5292: hue angle of 308.8º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9D5292 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 82 | 146 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.38 |
| HSL | 308.8º | 0.31% | 0.47% | - |
| HSV(B) | 308.8º | 0.48% | 0.62% | - |
| XYZ | 22.11 | 15.28 | 28.98 | - |
| YUV | 111.72 | 147.35 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 82 | 146 | 0 | 0.48 | 0.07 | 0.38 | 308.8 | 0.31 | 0.47 |
| Hex | 9D | 52 | 92 | 0 | 30 | 7 | 26 | 135 | 1F | 2F |
| Octal | 235 | 122 | 222 | 0 | 60 | 7 | 46 | 465 | 37 | 57 |
| Binary | 10011101 | 1010010 | 10010010 | 0 | 110000 | 111 | 100110 | 100110101 | 11111 | 101111 |
Color Harmonies of #9D5292
Complementary color
Monochromatic Colors of #9D5292
Black with #9D5292
Text Example
Text Example
White with #9D5292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5292; }
p { color: rgb(157,82,146); }
H1.HeaderClassName
{
color: #9D5292;
}
.AnyTagClassName
{
color: #9D5292;
}
</style>
background-color css
<style>
a { background-color: #9D5292; }
a { background-color: rgb(157,82,146); }
div.DivClassName
{
background-color: #9D5292;
}
.BgClassName
{
background-color: #9D5292;
}
</style>
border-color css
<style>
span { border-color: #9D5292; }
span { border-color: rgb(157,82,146); }
td.TdClassName
{
border-color: #9D5292;
}
.TagClassName
{
border-color: #9D5292;
}
</style>