Shades of Violet Blue #9D6799
Tints of Violet Blue #9D6799
RGB
CMYK
RGB Variations
Color information
#9D6799 (or 0x9D6799) is known color: Violet Blue. HEX triplet: 9D, 67 and 99. RGB value is (157,103,153). Sum of RGB (Red+Green+Blue) = 157+103+153=413 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.01% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6799 is #629866. Grayscale: #7C7C7C. Windows color (decimal): -6461543 or 10053533. OLE color: 10053533.
HSL color Cylindrical-coordinate representation of color #9D6799: hue angle of 304.44º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9D6799 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 103 | 153 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.38 |
| HSL | 304.44º | 0.22% | 0.51% | - |
| HSV(B) | 304.44º | 0.34% | 0.62% | - |
| XYZ | 24.5 | 19.17 | 32.55 | - |
| YUV | 124.85 | 143.89 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 103 | 153 | 0 | 0.34 | 0.03 | 0.38 | 304.44 | 0.22 | 0.51 |
| Hex | 9D | 67 | 99 | 0 | 22 | 3 | 26 | 130 | 16 | 33 |
| Octal | 235 | 147 | 231 | 0 | 42 | 3 | 46 | 460 | 26 | 63 |
| Binary | 10011101 | 1100111 | 10011001 | 0 | 100010 | 11 | 100110 | 100110000 | 10110 | 110011 |
Color Harmonies of #9D6799
Complementary color
Monochromatic Colors of #9D6799
Black with #9D6799
Text Example
Text Example
White with #9D6799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6799; }
p { color: rgb(157,103,153); }
H1.HeaderClassName
{
color: #9D6799;
}
.AnyTagClassName
{
color: #9D6799;
}
</style>
background-color css
<style>
a { background-color: #9D6799; }
a { background-color: rgb(157,103,153); }
div.DivClassName
{
background-color: #9D6799;
}
.BgClassName
{
background-color: #9D6799;
}
</style>
border-color css
<style>
span { border-color: #9D6799; }
span { border-color: rgb(157,103,153); }
td.TdClassName
{
border-color: #9D6799;
}
.TagClassName
{
border-color: #9D6799;
}
</style>