Shades of Violet Blue #9F5AAC
Tints of Violet Blue #9F5AAC
RGB
CMYK
RGB Variations
Color information
#9F5AAC (or 0x9F5AAC) is known color: Violet Blue. HEX triplet: 9F, 5A and AC. RGB value is (159,90,172). Sum of RGB (Red+Green+Blue) = 159+90+172=421 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.77% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F5AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5AAC is #60A553. Grayscale: #777777. Windows color (decimal): -6333780 or 11295391. OLE color: 11295391.
HSL color Cylindrical-coordinate representation of color #9F5AAC: hue angle of 290.49º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F5AAC is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 90 | 172 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.33 |
| HSL | 290.49º | 0.33% | 0.51% | - |
| HSV(B) | 290.49º | 0.48% | 0.67% | - |
| XYZ | 25.4 | 17.66 | 41.1 | - |
| YUV | 119.98 | 157.36 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 90 | 172 | 0.08 | 0.48 | 0 | 0.33 | 290.49 | 0.33 | 0.51 |
| Hex | 9F | 5A | AC | 8 | 30 | 0 | 21 | 122 | 21 | 33 |
| Octal | 237 | 132 | 254 | 10 | 60 | 0 | 41 | 442 | 41 | 63 |
| Binary | 10011111 | 1011010 | 10101100 | 1000 | 110000 | 0 | 100001 | 100100010 | 100001 | 110011 |
Color Harmonies of #9F5AAC
Complementary color
Monochromatic Colors of #9F5AAC
Black with #9F5AAC
Text Example
Text Example
White with #9F5AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5AAC; }
p { color: rgb(159,90,172); }
H1.HeaderClassName
{
color: #9F5AAC;
}
.AnyTagClassName
{
color: #9F5AAC;
}
</style>
background-color css
<style>
a { background-color: #9F5AAC; }
a { background-color: rgb(159,90,172); }
div.DivClassName
{
background-color: #9F5AAC;
}
.BgClassName
{
background-color: #9F5AAC;
}
</style>
border-color css
<style>
span { border-color: #9F5AAC; }
span { border-color: rgb(159,90,172); }
td.TdClassName
{
border-color: #9F5AAC;
}
.TagClassName
{
border-color: #9F5AAC;
}
</style>