Shades of Violet Blue #9D6D98
Tints of Violet Blue #9D6D98
RGB
CMYK
RGB Variations
Color information
#9D6D98 (or 0x9D6D98) is known color: Violet Blue. HEX triplet: 9D, 6D and 98. RGB value is (157,109,152). Sum of RGB (Red+Green+Blue) = 157+109+152=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 152 (59.77% from 255 or 36.36% from 418); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6D98 is #629267. Grayscale: #808080. Windows color (decimal): -6460008 or 9989533. OLE color: 9989533.
HSL color Cylindrical-coordinate representation of color #9D6D98: hue angle of 306.25º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9D6D98 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 109 | 152 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.38 |
| HSL | 306.25º | 0.2% | 0.52% | - |
| HSV(B) | 306.25º | 0.31% | 0.62% | - |
| XYZ | 25.04 | 20.37 | 32.32 | - |
| YUV | 128.25 | 141.4 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 109 | 152 | 0 | 0.31 | 0.03 | 0.38 | 306.25 | 0.2 | 0.52 |
| Hex | 9D | 6D | 98 | 0 | 1F | 3 | 26 | 132 | 14 | 34 |
| Octal | 235 | 155 | 230 | 0 | 37 | 3 | 46 | 462 | 24 | 64 |
| Binary | 10011101 | 1101101 | 10011000 | 0 | 11111 | 11 | 100110 | 100110010 | 10100 | 110100 |
Color Harmonies of #9D6D98
Complementary color
Monochromatic Colors of #9D6D98
Black with #9D6D98
Text Example
Text Example
White with #9D6D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6D98; }
p { color: rgb(157,109,152); }
H1.HeaderClassName
{
color: #9D6D98;
}
.AnyTagClassName
{
color: #9D6D98;
}
</style>
background-color css
<style>
a { background-color: #9D6D98; }
a { background-color: rgb(157,109,152); }
div.DivClassName
{
background-color: #9D6D98;
}
.BgClassName
{
background-color: #9D6D98;
}
</style>
border-color css
<style>
span { border-color: #9D6D98; }
span { border-color: rgb(157,109,152); }
td.TdClassName
{
border-color: #9D6D98;
}
.TagClassName
{
border-color: #9D6D98;
}
</style>