Shades of Violet Blue #9F41A3
Tints of Violet Blue #9F41A3
RGB
CMYK
RGB Variations
Color information
#9F41A3 (or 0x9F41A3) is known color: Violet Blue. HEX triplet: 9F, 41 and A3. RGB value is (159,65,163). Sum of RGB (Red+Green+Blue) = 159+65+163=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 163 (64.06% from 255 or 42.12% from 387); Max value from RGB is 163 - color contains mainly: blue. Hex color #9F41A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F41A3 is #60BE5C. Grayscale: #676767. Windows color (decimal): -6340189 or 10699167. OLE color: 10699167.
HSL color Cylindrical-coordinate representation of color #9F41A3: hue angle of 297.55º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F41A3 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 65 | 163 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.36 |
| HSL | 297.55º | 0.43% | 0.45% | - |
| HSV(B) | 297.55º | 0.6% | 0.64% | - |
| XYZ | 22.8 | 13.8 | 36.11 | - |
| YUV | 104.28 | 161.14 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 65 | 163 | 0.02 | 0.60 | 0 | 0.36 | 297.55 | 0.43 | 0.45 |
| Hex | 9F | 41 | A3 | 2 | 3C | 0 | 24 | 12A | 2B | 2D |
| Octal | 237 | 101 | 243 | 2 | 74 | 0 | 44 | 452 | 53 | 55 |
| Binary | 10011111 | 1000001 | 10100011 | 10 | 111100 | 0 | 100100 | 100101010 | 101011 | 101101 |
Color Harmonies of #9F41A3
Complementary color
Monochromatic Colors of #9F41A3
Black with #9F41A3
Text Example
Text Example
White with #9F41A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F41A3; }
p { color: rgb(159,65,163); }
H1.HeaderClassName
{
color: #9F41A3;
}
.AnyTagClassName
{
color: #9F41A3;
}
</style>
background-color css
<style>
a { background-color: #9F41A3; }
a { background-color: rgb(159,65,163); }
div.DivClassName
{
background-color: #9F41A3;
}
.BgClassName
{
background-color: #9F41A3;
}
</style>
border-color css
<style>
span { border-color: #9F41A3; }
span { border-color: rgb(159,65,163); }
td.TdClassName
{
border-color: #9F41A3;
}
.TagClassName
{
border-color: #9F41A3;
}
</style>