Shades of Violet Blue #9F41AA
Tints of Violet Blue #9F41AA
RGB
CMYK
RGB Variations
Color information
#9F41AA (or 0x9F41AA) is known color: Violet Blue. HEX triplet: 9F, 41 and AA. RGB value is (159,65,170). Sum of RGB (Red+Green+Blue) = 159+65+170=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F41AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F41AA is #60BE55. Grayscale: #686868. Windows color (decimal): -6340182 or 11157919. OLE color: 11157919.
HSL color Cylindrical-coordinate representation of color #9F41AA: hue angle of 293.71º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9F41AA is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 65 | 170 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.33 |
| HSL | 293.71º | 0.45% | 0.46% | - |
| HSV(B) | 293.71º | 0.62% | 0.67% | - |
| XYZ | 23.44 | 14.05 | 39.51 | - |
| YUV | 105.08 | 164.64 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 65 | 170 | 0.06 | 0.62 | 0 | 0.33 | 293.71 | 0.45 | 0.46 |
| Hex | 9F | 41 | AA | 6 | 3E | 0 | 21 | 126 | 2D | 2E |
| Octal | 237 | 101 | 252 | 6 | 76 | 0 | 41 | 446 | 55 | 56 |
| Binary | 10011111 | 1000001 | 10101010 | 110 | 111110 | 0 | 100001 | 100100110 | 101101 | 101110 |
Color Harmonies of #9F41AA
Complementary color
Monochromatic Colors of #9F41AA
Black with #9F41AA
Text Example
Text Example
White with #9F41AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F41AA; }
p { color: rgb(159,65,170); }
H1.HeaderClassName
{
color: #9F41AA;
}
.AnyTagClassName
{
color: #9F41AA;
}
</style>
background-color css
<style>
a { background-color: #9F41AA; }
a { background-color: rgb(159,65,170); }
div.DivClassName
{
background-color: #9F41AA;
}
.BgClassName
{
background-color: #9F41AA;
}
</style>
border-color css
<style>
span { border-color: #9F41AA; }
span { border-color: rgb(159,65,170); }
td.TdClassName
{
border-color: #9F41AA;
}
.TagClassName
{
border-color: #9F41AA;
}
</style>