Shades of Violet Blue #9F639D
Tints of Violet Blue #9F639D
RGB
CMYK
RGB Variations
Color information
#9F639D (or 0x9F639D) is known color: Violet Blue. HEX triplet: 9F, 63 and 9D. RGB value is (159,99,157). Sum of RGB (Red+Green+Blue) = 159+99+157=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 159 - color contains mainly: red. Hex color #9F639D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F639D is #609C62. Grayscale: #7B7B7B. Windows color (decimal): -6331491 or 10314655. OLE color: 10314655.
HSL color Cylindrical-coordinate representation of color #9F639D: hue angle of 302º 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 #9F639D is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 99 | 157 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.38 |
| HSL | 302º | 0.24% | 0.51% | - |
| HSV(B) | 302º | 0.38% | 0.62% | - |
| XYZ | 24.85 | 18.73 | 34.2 | - |
| YUV | 123.55 | 146.88 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 99 | 157 | 0 | 0.38 | 0.01 | 0.38 | 302 | 0.24 | 0.51 |
| Hex | 9F | 63 | 9D | 0 | 26 | 1 | 26 | 12E | 18 | 33 |
| Octal | 237 | 143 | 235 | 0 | 46 | 1 | 46 | 456 | 30 | 63 |
| Binary | 10011111 | 1100011 | 10011101 | 0 | 100110 | 1 | 100110 | 100101110 | 11000 | 110011 |
Color Harmonies of #9F639D
Complementary color
Monochromatic Colors of #9F639D
Black with #9F639D
Text Example
Text Example
White with #9F639D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F639D; }
p { color: rgb(159,99,157); }
H1.HeaderClassName
{
color: #9F639D;
}
.AnyTagClassName
{
color: #9F639D;
}
</style>
background-color css
<style>
a { background-color: #9F639D; }
a { background-color: rgb(159,99,157); }
div.DivClassName
{
background-color: #9F639D;
}
.BgClassName
{
background-color: #9F639D;
}
</style>
border-color css
<style>
span { border-color: #9F639D; }
span { border-color: rgb(159,99,157); }
td.TdClassName
{
border-color: #9F639D;
}
.TagClassName
{
border-color: #9F639D;
}
</style>