Shades of Violet Blue #9F639F
Tints of Violet Blue #9F639F
RGB
CMYK
RGB Variations
Color information
#9F639F (or 0x9F639F) is known color: Violet Blue. HEX triplet: 9F, 63 and 9F. RGB value is (159,99,159). Sum of RGB (Red+Green+Blue) = 159+99+159=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 159 - color contains mainly: red, blue. Hex color #9F639F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F639F is #609C60. Grayscale: #7B7B7B. Windows color (decimal): -6331489 or 10445727. OLE color: 10445727.
HSL color Cylindrical-coordinate representation of color #9F639F: hue angle of 300º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9F639F is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 99 | 159 | - |
| CMYK | 0 | 0.38 | 0 | 0.38 |
| HSL | 300º | 0.24% | 0.51% | - |
| HSV(B) | 300º | 0.38% | 0.62% | - |
| XYZ | 25.02 | 18.8 | 35.11 | - |
| YUV | 123.78 | 147.88 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 99 | 159 | 0 | 0.38 | 0 | 0.38 | 300 | 0.24 | 0.51 |
| Hex | 9F | 63 | 9F | 0 | 26 | 0 | 26 | 12C | 18 | 33 |
| Octal | 237 | 143 | 237 | 0 | 46 | 0 | 46 | 454 | 30 | 63 |
| Binary | 10011111 | 1100011 | 10011111 | 0 | 100110 | 0 | 100110 | 100101100 | 11000 | 110011 |
Color Harmonies of #9F639F
Complementary color
Monochromatic Colors of #9F639F
Black with #9F639F
Text Example
Text Example
White with #9F639F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F639F; }
p { color: rgb(159,99,159); }
H1.HeaderClassName
{
color: #9F639F;
}
.AnyTagClassName
{
color: #9F639F;
}
</style>
background-color css
<style>
a { background-color: #9F639F; }
a { background-color: rgb(159,99,159); }
div.DivClassName
{
background-color: #9F639F;
}
.BgClassName
{
background-color: #9F639F;
}
</style>
border-color css
<style>
span { border-color: #9F639F; }
span { border-color: rgb(159,99,159); }
td.TdClassName
{
border-color: #9F639F;
}
.TagClassName
{
border-color: #9F639F;
}
</style>