Shades of Violet Blue #9D649D
Tints of Violet Blue #9D649D
RGB
CMYK
RGB Variations
Color information
#9D649D (or 0x9D649D) is known color: Violet Blue. HEX triplet: 9D, 64 and 9D. RGB value is (157,100,157). Sum of RGB (Red+Green+Blue) = 157+100+157=414 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.92% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 157 - color contains mainly: red, blue. Hex color #9D649D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D649D is #629B62. Grayscale: #7B7B7B. Windows color (decimal): -6462307 or 10314909. OLE color: 10314909.
HSL color Cylindrical-coordinate representation of color #9D649D: hue angle of 300º 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 #9D649D is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 100 | 157 | - |
| CMYK | 0 | 0.36 | 0 | 0.38 |
| HSL | 300º | 0.23% | 0.5% | - |
| HSV(B) | 300º | 0.36% | 0.62% | - |
| XYZ | 24.55 | 18.72 | 34.22 | - |
| YUV | 123.54 | 146.88 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 100 | 157 | 0 | 0.36 | 0 | 0.38 | 300 | 0.23 | 0.5 |
| Hex | 9D | 64 | 9D | 0 | 24 | 0 | 26 | 12C | 17 | 32 |
| Octal | 235 | 144 | 235 | 0 | 44 | 0 | 46 | 454 | 27 | 62 |
| Binary | 10011101 | 1100100 | 10011101 | 0 | 100100 | 0 | 100110 | 100101100 | 10111 | 110010 |
Color Harmonies of #9D649D
Complementary color
Monochromatic Colors of #9D649D
Black with #9D649D
Text Example
Text Example
White with #9D649D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D649D; }
p { color: rgb(157,100,157); }
H1.HeaderClassName
{
color: #9D649D;
}
.AnyTagClassName
{
color: #9D649D;
}
</style>
background-color css
<style>
a { background-color: #9D649D; }
a { background-color: rgb(157,100,157); }
div.DivClassName
{
background-color: #9D649D;
}
.BgClassName
{
background-color: #9D649D;
}
</style>
border-color css
<style>
span { border-color: #9D649D; }
span { border-color: rgb(157,100,157); }
td.TdClassName
{
border-color: #9D649D;
}
.TagClassName
{
border-color: #9D649D;
}
</style>