Shades of Violet Blue #9F669C
Tints of Violet Blue #9F669C
RGB
CMYK
RGB Variations
Color information
#9F669C (or 0x9F669C) is known color: Violet Blue. HEX triplet: 9F, 66 and 9C. RGB value is (159,102,156). Sum of RGB (Red+Green+Blue) = 159+102+156=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 159 - color contains mainly: red. Hex color #9F669C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F669C is #609963. Grayscale: #7D7D7D. Windows color (decimal): -6330724 or 10249887. OLE color: 10249887.
HSL color Cylindrical-coordinate representation of color #9F669C: hue angle of 303.16º degrees, saturation: 0.23, 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 #9F669C is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 102 | 156 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.38 |
| HSL | 303.16º | 0.23% | 0.51% | - |
| HSV(B) | 303.16º | 0.36% | 0.62% | - |
| XYZ | 25.05 | 19.27 | 33.85 | - |
| YUV | 125.2 | 145.38 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 102 | 156 | 0 | 0.36 | 0.02 | 0.38 | 303.16 | 0.23 | 0.51 |
| Hex | 9F | 66 | 9C | 0 | 24 | 2 | 26 | 12F | 17 | 33 |
| Octal | 237 | 146 | 234 | 0 | 44 | 2 | 46 | 457 | 27 | 63 |
| Binary | 10011111 | 1100110 | 10011100 | 0 | 100100 | 10 | 100110 | 100101111 | 10111 | 110011 |
Color Harmonies of #9F669C
Complementary color
Monochromatic Colors of #9F669C
Black with #9F669C
Text Example
Text Example
White with #9F669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F669C; }
p { color: rgb(159,102,156); }
H1.HeaderClassName
{
color: #9F669C;
}
.AnyTagClassName
{
color: #9F669C;
}
</style>
background-color css
<style>
a { background-color: #9F669C; }
a { background-color: rgb(159,102,156); }
div.DivClassName
{
background-color: #9F669C;
}
.BgClassName
{
background-color: #9F669C;
}
</style>
border-color css
<style>
span { border-color: #9F669C; }
span { border-color: rgb(159,102,156); }
td.TdClassName
{
border-color: #9F669C;
}
.TagClassName
{
border-color: #9F669C;
}
</style>