Shades of Violet Blue #9D6A9E
Tints of Violet Blue #9D6A9E
RGB
CMYK
RGB Variations
Color information
#9D6A9E (or 0x9D6A9E) is known color: Violet Blue. HEX triplet: 9D, 6A and 9E. RGB value is (157,106,158). Sum of RGB (Red+Green+Blue) = 157+106+158=421 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.29% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 158 - color contains mainly: blue. Hex color #9D6A9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6A9E is #629561. Grayscale: #7F7F7F. Windows color (decimal): -6460770 or 10381981. OLE color: 10381981.
HSL color Cylindrical-coordinate representation of color #9D6A9E: hue angle of 298.85º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9D6A9E is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 106 | 158 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.38 |
| HSL | 298.85º | 0.21% | 0.52% | - |
| HSV(B) | 298.85º | 0.33% | 0.62% | - |
| XYZ | 25.23 | 19.94 | 34.87 | - |
| YUV | 127.18 | 145.4 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 106 | 158 | 0.01 | 0.33 | 0 | 0.38 | 298.85 | 0.21 | 0.52 |
| Hex | 9D | 6A | 9E | 1 | 21 | 0 | 26 | 12B | 15 | 34 |
| Octal | 235 | 152 | 236 | 1 | 41 | 0 | 46 | 453 | 25 | 64 |
| Binary | 10011101 | 1101010 | 10011110 | 1 | 100001 | 0 | 100110 | 100101011 | 10101 | 110100 |
Color Harmonies of #9D6A9E
Complementary color
Monochromatic Colors of #9D6A9E
Black with #9D6A9E
Text Example
Text Example
White with #9D6A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6A9E; }
p { color: rgb(157,106,158); }
H1.HeaderClassName
{
color: #9D6A9E;
}
.AnyTagClassName
{
color: #9D6A9E;
}
</style>
background-color css
<style>
a { background-color: #9D6A9E; }
a { background-color: rgb(157,106,158); }
div.DivClassName
{
background-color: #9D6A9E;
}
.BgClassName
{
background-color: #9D6A9E;
}
</style>
border-color css
<style>
span { border-color: #9D6A9E; }
span { border-color: rgb(157,106,158); }
td.TdClassName
{
border-color: #9D6A9E;
}
.TagClassName
{
border-color: #9D6A9E;
}
</style>