Shades of Violet Blue #9F639A
Tints of Violet Blue #9F639A
RGB
CMYK
RGB Variations
Color information
#9F639A (or 0x9F639A) is known color: Violet Blue. HEX triplet: 9F, 63 and 9A. RGB value is (159,99,154). Sum of RGB (Red+Green+Blue) = 159+99+154=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 159 - color contains mainly: red. Hex color #9F639A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F639A is #609C65. Grayscale: #7B7B7B. Windows color (decimal): -6331494 or 10118047. OLE color: 10118047.
HSL color Cylindrical-coordinate representation of color #9F639A: hue angle of 305º 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 #9F639A is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 99 | 154 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.38 |
| HSL | 305º | 0.24% | 0.51% | - |
| HSV(B) | 305º | 0.38% | 0.62% | - |
| XYZ | 24.59 | 18.63 | 32.87 | - |
| YUV | 123.21 | 145.38 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 99 | 154 | 0 | 0.38 | 0.03 | 0.38 | 305 | 0.24 | 0.51 |
| Hex | 9F | 63 | 9A | 0 | 26 | 3 | 26 | 131 | 18 | 33 |
| Octal | 237 | 143 | 232 | 0 | 46 | 3 | 46 | 461 | 30 | 63 |
| Binary | 10011111 | 1100011 | 10011010 | 0 | 100110 | 11 | 100110 | 100110001 | 11000 | 110011 |
Color Harmonies of #9F639A
Complementary color
Monochromatic Colors of #9F639A
Black with #9F639A
Text Example
Text Example
White with #9F639A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F639A; }
p { color: rgb(159,99,154); }
H1.HeaderClassName
{
color: #9F639A;
}
.AnyTagClassName
{
color: #9F639A;
}
</style>
background-color css
<style>
a { background-color: #9F639A; }
a { background-color: rgb(159,99,154); }
div.DivClassName
{
background-color: #9F639A;
}
.BgClassName
{
background-color: #9F639A;
}
</style>
border-color css
<style>
span { border-color: #9F639A; }
span { border-color: rgb(159,99,154); }
td.TdClassName
{
border-color: #9F639A;
}
.TagClassName
{
border-color: #9F639A;
}
</style>