Shades of Violet Blue #9D6592
Tints of Violet Blue #9D6592
RGB
CMYK
RGB Variations
Color information
#9D6592 (or 0x9D6592) is known color: Violet Blue. HEX triplet: 9D, 65 and 92. RGB value is (157,101,146). Sum of RGB (Red+Green+Blue) = 157+101+146=404 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.86% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6592 is #629A6D. Grayscale: #7A7A7A. Windows color (decimal): -6462062 or 9594269. OLE color: 9594269.
HSL color Cylindrical-coordinate representation of color #9D6592: hue angle of 311.79º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D6592 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 101 | 146 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.38 |
| HSL | 311.79º | 0.22% | 0.51% | - |
| HSV(B) | 311.79º | 0.36% | 0.62% | - |
| XYZ | 23.75 | 18.55 | 29.52 | - |
| YUV | 122.87 | 141.05 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 101 | 146 | 0 | 0.36 | 0.07 | 0.38 | 311.79 | 0.22 | 0.51 |
| Hex | 9D | 65 | 92 | 0 | 24 | 7 | 26 | 138 | 16 | 33 |
| Octal | 235 | 145 | 222 | 0 | 44 | 7 | 46 | 470 | 26 | 63 |
| Binary | 10011101 | 1100101 | 10010010 | 0 | 100100 | 111 | 100110 | 100111000 | 10110 | 110011 |
Color Harmonies of #9D6592
Complementary color
Monochromatic Colors of #9D6592
Black with #9D6592
Text Example
Text Example
White with #9D6592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6592; }
p { color: rgb(157,101,146); }
H1.HeaderClassName
{
color: #9D6592;
}
.AnyTagClassName
{
color: #9D6592;
}
</style>
background-color css
<style>
a { background-color: #9D6592; }
a { background-color: rgb(157,101,146); }
div.DivClassName
{
background-color: #9D6592;
}
.BgClassName
{
background-color: #9D6592;
}
</style>
border-color css
<style>
span { border-color: #9D6592; }
span { border-color: rgb(157,101,146); }
td.TdClassName
{
border-color: #9D6592;
}
.TagClassName
{
border-color: #9D6592;
}
</style>