Shades of Violet Blue #9F419A
Tints of Violet Blue #9F419A
RGB
CMYK
RGB Variations
Color information
#9F419A (or 0x9F419A) is known color: Violet Blue. HEX triplet: 9F, 41 and 9A. RGB value is (159,65,154). Sum of RGB (Red+Green+Blue) = 159+65+154=378 (50% of max value = 765). Red value is 159 (62.5% from 255 or 42.06% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 159 - color contains mainly: red. Hex color #9F419A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F419A is #60BE65. Grayscale: #666666. Windows color (decimal): -6340198 or 10109343. OLE color: 10109343.
HSL color Cylindrical-coordinate representation of color #9F419A: hue angle of 303.19º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9F419A is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 65 | 154 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.38 |
| HSL | 303.19º | 0.42% | 0.44% | - |
| HSV(B) | 303.19º | 0.59% | 0.62% | - |
| XYZ | 22.02 | 13.48 | 32.01 | - |
| YUV | 103.25 | 156.64 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 65 | 154 | 0 | 0.59 | 0.03 | 0.38 | 303.19 | 0.42 | 0.44 |
| Hex | 9F | 41 | 9A | 0 | 3B | 3 | 26 | 12F | 2A | 2C |
| Octal | 237 | 101 | 232 | 0 | 73 | 3 | 46 | 457 | 52 | 54 |
| Binary | 10011111 | 1000001 | 10011010 | 0 | 111011 | 11 | 100110 | 100101111 | 101010 | 101100 |
Color Harmonies of #9F419A
Complementary color
Monochromatic Colors of #9F419A
Black with #9F419A
Text Example
Text Example
White with #9F419A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F419A; }
p { color: rgb(159,65,154); }
H1.HeaderClassName
{
color: #9F419A;
}
.AnyTagClassName
{
color: #9F419A;
}
</style>
background-color css
<style>
a { background-color: #9F419A; }
a { background-color: rgb(159,65,154); }
div.DivClassName
{
background-color: #9F419A;
}
.BgClassName
{
background-color: #9F419A;
}
</style>
border-color css
<style>
span { border-color: #9F419A; }
span { border-color: rgb(159,65,154); }
td.TdClassName
{
border-color: #9F419A;
}
.TagClassName
{
border-color: #9F419A;
}
</style>