Shades of Violet Blue #9D649C
Tints of Violet Blue #9D649C
RGB
CMYK
RGB Variations
Color information
#9D649C (or 0x9D649C) is known color: Violet Blue. HEX triplet: 9D, 64 and 9C. RGB value is (157,100,156). Sum of RGB (Red+Green+Blue) = 157+100+156=413 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.01% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 157 - color contains mainly: red. Hex color #9D649C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D649C is #629B63. Grayscale: #7B7B7B. Windows color (decimal): -6462308 or 10249373. OLE color: 10249373.
HSL color Cylindrical-coordinate representation of color #9D649C: hue angle of 301.05º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D649C is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 100 | 156 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.38 |
| HSL | 301.05º | 0.23% | 0.5% | - |
| HSV(B) | 301.05º | 0.36% | 0.62% | - |
| XYZ | 24.46 | 18.68 | 33.77 | - |
| YUV | 123.43 | 146.38 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 100 | 156 | 0 | 0.36 | 0.01 | 0.38 | 301.05 | 0.23 | 0.5 |
| Hex | 9D | 64 | 9C | 0 | 24 | 1 | 26 | 12D | 17 | 32 |
| Octal | 235 | 144 | 234 | 0 | 44 | 1 | 46 | 455 | 27 | 62 |
| Binary | 10011101 | 1100100 | 10011100 | 0 | 100100 | 1 | 100110 | 100101101 | 10111 | 110010 |
Color Harmonies of #9D649C
Complementary color
Monochromatic Colors of #9D649C
Black with #9D649C
Text Example
Text Example
White with #9D649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D649C; }
p { color: rgb(157,100,156); }
H1.HeaderClassName
{
color: #9D649C;
}
.AnyTagClassName
{
color: #9D649C;
}
</style>
background-color css
<style>
a { background-color: #9D649C; }
a { background-color: rgb(157,100,156); }
div.DivClassName
{
background-color: #9D649C;
}
.BgClassName
{
background-color: #9D649C;
}
</style>
border-color css
<style>
span { border-color: #9D649C; }
span { border-color: rgb(157,100,156); }
td.TdClassName
{
border-color: #9D649C;
}
.TagClassName
{
border-color: #9D649C;
}
</style>