Shades of Violet Blue #9C669B
Tints of Violet Blue #9C669B
RGB
CMYK
RGB Variations
Color information
#9C669B (or 0x9C669B) is known color: Violet Blue. HEX triplet: 9C, 66 and 9B. RGB value is (156,102,155). Sum of RGB (Red+Green+Blue) = 156+102+155=413 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.77% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 156 - color contains mainly: red. Hex color #9C669B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C669B is #639964. Grayscale: #7C7C7C. Windows color (decimal): -6527333 or 10184348. OLE color: 10184348.
HSL color Cylindrical-coordinate representation of color #9C669B: hue angle of 301.11º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C669B is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 102 | 155 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.39 |
| HSL | 301.11º | 0.21% | 0.51% | - |
| HSV(B) | 301.11º | 0.35% | 0.61% | - |
| XYZ | 24.38 | 18.94 | 33.38 | - |
| YUV | 124.19 | 145.39 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 102 | 155 | 0 | 0.35 | 0.01 | 0.39 | 301.11 | 0.21 | 0.51 |
| Hex | 9C | 66 | 9B | 0 | 23 | 1 | 27 | 12D | 15 | 33 |
| Octal | 234 | 146 | 233 | 0 | 43 | 1 | 47 | 455 | 25 | 63 |
| Binary | 10011100 | 1100110 | 10011011 | 0 | 100011 | 1 | 100111 | 100101101 | 10101 | 110011 |
Color Harmonies of #9C669B
Complementary color
Monochromatic Colors of #9C669B
Black with #9C669B
Text Example
Text Example
White with #9C669B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C669B; }
p { color: rgb(156,102,155); }
H1.HeaderClassName
{
color: #9C669B;
}
.AnyTagClassName
{
color: #9C669B;
}
</style>
background-color css
<style>
a { background-color: #9C669B; }
a { background-color: rgb(156,102,155); }
div.DivClassName
{
background-color: #9C669B;
}
.BgClassName
{
background-color: #9C669B;
}
</style>
border-color css
<style>
span { border-color: #9C669B; }
span { border-color: rgb(156,102,155); }
td.TdClassName
{
border-color: #9C669B;
}
.TagClassName
{
border-color: #9C669B;
}
</style>