Shades of Violet Blue #9F659C
Tints of Violet Blue #9F659C
RGB
CMYK
RGB Variations
Color information
#9F659C (or 0x9F659C) is known color: Violet Blue. HEX triplet: 9F, 65 and 9C. RGB value is (159,101,156). Sum of RGB (Red+Green+Blue) = 159+101+156=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 159 - color contains mainly: red. Hex color #9F659C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F659C is #609A63. Grayscale: #7C7C7C. Windows color (decimal): -6330980 or 10249631. OLE color: 10249631.
HSL color Cylindrical-coordinate representation of color #9F659C: hue angle of 303.1º 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 #9F659C is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 101 | 156 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.38 |
| HSL | 303.1º | 0.23% | 0.51% | - |
| HSV(B) | 303.1º | 0.36% | 0.62% | - |
| XYZ | 24.95 | 19.08 | 33.82 | - |
| YUV | 124.61 | 145.72 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 101 | 156 | 0 | 0.36 | 0.02 | 0.38 | 303.1 | 0.23 | 0.51 |
| Hex | 9F | 65 | 9C | 0 | 24 | 2 | 26 | 12F | 17 | 33 |
| Octal | 237 | 145 | 234 | 0 | 44 | 2 | 46 | 457 | 27 | 63 |
| Binary | 10011111 | 1100101 | 10011100 | 0 | 100100 | 10 | 100110 | 100101111 | 10111 | 110011 |
Color Harmonies of #9F659C
Complementary color
Monochromatic Colors of #9F659C
Black with #9F659C
Text Example
Text Example
White with #9F659C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F659C; }
p { color: rgb(159,101,156); }
H1.HeaderClassName
{
color: #9F659C;
}
.AnyTagClassName
{
color: #9F659C;
}
</style>
background-color css
<style>
a { background-color: #9F659C; }
a { background-color: rgb(159,101,156); }
div.DivClassName
{
background-color: #9F659C;
}
.BgClassName
{
background-color: #9F659C;
}
</style>
border-color css
<style>
span { border-color: #9F659C; }
span { border-color: rgb(159,101,156); }
td.TdClassName
{
border-color: #9F659C;
}
.TagClassName
{
border-color: #9F659C;
}
</style>