Shades of Violet Blue #9D669E
Tints of Violet Blue #9D669E
RGB
CMYK
RGB Variations
Color information
#9D669E (or 0x9D669E) is known color: Violet Blue. HEX triplet: 9D, 66 and 9E. RGB value is (157,102,158). Sum of RGB (Red+Green+Blue) = 157+102+158=417 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.65% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 158 - color contains mainly: blue. Hex color #9D669E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D669E is #629961. Grayscale: #7C7C7C. Windows color (decimal): -6461794 or 10380957. OLE color: 10380957.
HSL color Cylindrical-coordinate representation of color #9D669E: hue angle of 298.93º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9D669E is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 102 | 158 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.38 |
| HSL | 298.93º | 0.22% | 0.51% | - |
| HSV(B) | 298.93º | 0.35% | 0.62% | - |
| XYZ | 24.83 | 19.14 | 34.73 | - |
| YUV | 124.83 | 146.72 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 102 | 158 | 0.01 | 0.35 | 0 | 0.38 | 298.93 | 0.22 | 0.51 |
| Hex | 9D | 66 | 9E | 1 | 23 | 0 | 26 | 12B | 16 | 33 |
| Octal | 235 | 146 | 236 | 1 | 43 | 0 | 46 | 453 | 26 | 63 |
| Binary | 10011101 | 1100110 | 10011110 | 1 | 100011 | 0 | 100110 | 100101011 | 10110 | 110011 |
Color Harmonies of #9D669E
Complementary color
Monochromatic Colors of #9D669E
Black with #9D669E
Text Example
Text Example
White with #9D669E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D669E; }
p { color: rgb(157,102,158); }
H1.HeaderClassName
{
color: #9D669E;
}
.AnyTagClassName
{
color: #9D669E;
}
</style>
background-color css
<style>
a { background-color: #9D669E; }
a { background-color: rgb(157,102,158); }
div.DivClassName
{
background-color: #9D669E;
}
.BgClassName
{
background-color: #9D669E;
}
</style>
border-color css
<style>
span { border-color: #9D669E; }
span { border-color: rgb(157,102,158); }
td.TdClassName
{
border-color: #9D669E;
}
.TagClassName
{
border-color: #9D669E;
}
</style>