Shades of Violet Blue #9D669C
Tints of Violet Blue #9D669C
RGB
CMYK
RGB Variations
Color information
#9D669C (or 0x9D669C) is known color: Violet Blue. HEX triplet: 9D, 66 and 9C. RGB value is (157,102,156). Sum of RGB (Red+Green+Blue) = 157+102+156=415 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.83% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 157 - color contains mainly: red. Hex color #9D669C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D669C is #629963. Grayscale: #7C7C7C. Windows color (decimal): -6461796 or 10249885. OLE color: 10249885.
HSL color Cylindrical-coordinate representation of color #9D669C: hue angle of 301.09º 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 #9D669C is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 102 | 156 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.38 |
| HSL | 301.09º | 0.22% | 0.51% | - |
| HSV(B) | 301.09º | 0.35% | 0.62% | - |
| XYZ | 24.66 | 19.07 | 33.83 | - |
| YUV | 124.6 | 145.72 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 102 | 156 | 0 | 0.35 | 0.01 | 0.38 | 301.09 | 0.22 | 0.51 |
| Hex | 9D | 66 | 9C | 0 | 23 | 1 | 26 | 12D | 16 | 33 |
| Octal | 235 | 146 | 234 | 0 | 43 | 1 | 46 | 455 | 26 | 63 |
| Binary | 10011101 | 1100110 | 10011100 | 0 | 100011 | 1 | 100110 | 100101101 | 10110 | 110011 |
Color Harmonies of #9D669C
Complementary color
Monochromatic Colors of #9D669C
Black with #9D669C
Text Example
Text Example
White with #9D669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D669C; }
p { color: rgb(157,102,156); }
H1.HeaderClassName
{
color: #9D669C;
}
.AnyTagClassName
{
color: #9D669C;
}
</style>
background-color css
<style>
a { background-color: #9D669C; }
a { background-color: rgb(157,102,156); }
div.DivClassName
{
background-color: #9D669C;
}
.BgClassName
{
background-color: #9D669C;
}
</style>
border-color css
<style>
span { border-color: #9D669C; }
span { border-color: rgb(157,102,156); }
td.TdClassName
{
border-color: #9D669C;
}
.TagClassName
{
border-color: #9D669C;
}
</style>