Shades of Violet Blue #9D659A
Tints of Violet Blue #9D659A
RGB
CMYK
RGB Variations
Color information
#9D659A (or 0x9D659A) is known color: Violet Blue. HEX triplet: 9D, 65 and 9A. RGB value is (157,101,154). Sum of RGB (Red+Green+Blue) = 157+101+154=412 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.11% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 157 - color contains mainly: red. Hex color #9D659A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D659A is #629A65. Grayscale: #7B7B7B. Windows color (decimal): -6462054 or 10118557. OLE color: 10118557.
HSL color Cylindrical-coordinate representation of color #9D659A: hue angle of 303.21º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D659A is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 101 | 154 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.38 |
| HSL | 303.21º | 0.22% | 0.51% | - |
| HSV(B) | 303.21º | 0.36% | 0.62% | - |
| XYZ | 24.39 | 18.81 | 32.92 | - |
| YUV | 123.79 | 145.05 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 101 | 154 | 0 | 0.36 | 0.02 | 0.38 | 303.21 | 0.22 | 0.51 |
| Hex | 9D | 65 | 9A | 0 | 24 | 2 | 26 | 12F | 16 | 33 |
| Octal | 235 | 145 | 232 | 0 | 44 | 2 | 46 | 457 | 26 | 63 |
| Binary | 10011101 | 1100101 | 10011010 | 0 | 100100 | 10 | 100110 | 100101111 | 10110 | 110011 |
Color Harmonies of #9D659A
Complementary color
Monochromatic Colors of #9D659A
Black with #9D659A
Text Example
Text Example
White with #9D659A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D659A; }
p { color: rgb(157,101,154); }
H1.HeaderClassName
{
color: #9D659A;
}
.AnyTagClassName
{
color: #9D659A;
}
</style>
background-color css
<style>
a { background-color: #9D659A; }
a { background-color: rgb(157,101,154); }
div.DivClassName
{
background-color: #9D659A;
}
.BgClassName
{
background-color: #9D659A;
}
</style>
border-color css
<style>
span { border-color: #9D659A; }
span { border-color: rgb(157,101,154); }
td.TdClassName
{
border-color: #9D659A;
}
.TagClassName
{
border-color: #9D659A;
}
</style>