Shades of Violet Blue #9F63AC
Tints of Violet Blue #9F63AC
RGB
CMYK
RGB Variations
Color information
#9F63AC (or 0x9F63AC) is known color: Violet Blue. HEX triplet: 9F, 63 and AC. RGB value is (159,99,172). Sum of RGB (Red+Green+Blue) = 159+99+172=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F63AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F63AC is #609C53. Grayscale: #7D7D7D. Windows color (decimal): -6331476 or 11297695. OLE color: 11297695.
HSL color Cylindrical-coordinate representation of color #9F63AC: hue angle of 289.32º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F63AC is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 99 | 172 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.33 |
| HSL | 289.32º | 0.31% | 0.53% | - |
| HSV(B) | 289.32º | 0.42% | 0.67% | - |
| XYZ | 26.21 | 19.27 | 41.37 | - |
| YUV | 125.26 | 154.38 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 99 | 172 | 0.08 | 0.42 | 0 | 0.33 | 289.32 | 0.31 | 0.53 |
| Hex | 9F | 63 | AC | 8 | 2A | 0 | 21 | 121 | 1F | 35 |
| Octal | 237 | 143 | 254 | 10 | 52 | 0 | 41 | 441 | 37 | 65 |
| Binary | 10011111 | 1100011 | 10101100 | 1000 | 101010 | 0 | 100001 | 100100001 | 11111 | 110101 |
Color Harmonies of #9F63AC
Complementary color
Monochromatic Colors of #9F63AC
Black with #9F63AC
Text Example
Text Example
White with #9F63AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F63AC; }
p { color: rgb(159,99,172); }
H1.HeaderClassName
{
color: #9F63AC;
}
.AnyTagClassName
{
color: #9F63AC;
}
</style>
background-color css
<style>
a { background-color: #9F63AC; }
a { background-color: rgb(159,99,172); }
div.DivClassName
{
background-color: #9F63AC;
}
.BgClassName
{
background-color: #9F63AC;
}
</style>
border-color css
<style>
span { border-color: #9F63AC; }
span { border-color: rgb(159,99,172); }
td.TdClassName
{
border-color: #9F63AC;
}
.TagClassName
{
border-color: #9F63AC;
}
</style>