Shades of Violet Blue #9F5AA6
Tints of Violet Blue #9F5AA6
RGB
CMYK
RGB Variations
Color information
#9F5AA6 (or 0x9F5AA6) is known color: Violet Blue. HEX triplet: 9F, 5A and A6. RGB value is (159,90,166). Sum of RGB (Red+Green+Blue) = 159+90+166=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 166 (65.23% from 255 or 40% from 415); Max value from RGB is 166 - color contains mainly: blue. Hex color #9F5AA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5AA6 is #60A559. Grayscale: #777777. Windows color (decimal): -6333786 or 10902175. OLE color: 10902175.
HSL color Cylindrical-coordinate representation of color #9F5AA6: hue angle of 294.47º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9F5AA6 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 90 | 166 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.35 |
| HSL | 294.47º | 0.3% | 0.5% | - |
| HSV(B) | 294.47º | 0.46% | 0.65% | - |
| XYZ | 24.84 | 17.44 | 38.13 | - |
| YUV | 119.3 | 154.36 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 90 | 166 | 0.04 | 0.46 | 0 | 0.35 | 294.47 | 0.3 | 0.5 |
| Hex | 9F | 5A | A6 | 4 | 2E | 0 | 23 | 126 | 1E | 32 |
| Octal | 237 | 132 | 246 | 4 | 56 | 0 | 43 | 446 | 36 | 62 |
| Binary | 10011111 | 1011010 | 10100110 | 100 | 101110 | 0 | 100011 | 100100110 | 11110 | 110010 |
Color Harmonies of #9F5AA6
Complementary color
Monochromatic Colors of #9F5AA6
Black with #9F5AA6
Text Example
Text Example
White with #9F5AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5AA6; }
p { color: rgb(159,90,166); }
H1.HeaderClassName
{
color: #9F5AA6;
}
.AnyTagClassName
{
color: #9F5AA6;
}
</style>
background-color css
<style>
a { background-color: #9F5AA6; }
a { background-color: rgb(159,90,166); }
div.DivClassName
{
background-color: #9F5AA6;
}
.BgClassName
{
background-color: #9F5AA6;
}
</style>
border-color css
<style>
span { border-color: #9F5AA6; }
span { border-color: rgb(159,90,166); }
td.TdClassName
{
border-color: #9F5AA6;
}
.TagClassName
{
border-color: #9F5AA6;
}
</style>