Shades of Blue Violet #9F40FA
Tints of Blue Violet #9F40FA
RGB
CMYK
RGB Variations
Color information
#9F40FA (or 0x9F40FA) is known color: Blue Violet. HEX triplet: 9F, 40 and FA. RGB value is (159,64,250). Sum of RGB (Red+Green+Blue) = 159+64+250=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 64 (25.39% from 255 or 13.53% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F40FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F40FA is #60BF05. Grayscale: #707070. Windows color (decimal): -6340358 or 16400543. OLE color: 16400543.
HSL color Cylindrical-coordinate representation of color #9F40FA: hue angle of 270.65º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F40FA is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 64 | 250 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.02 |
| HSL | 270.65º | 0.95% | 0.62% | - |
| HSV(B) | 270.65º | 0.74% | 0.98% | - |
| XYZ | 33.39 | 17.94 | 92.15 | - |
| YUV | 113.61 | 204.97 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 64 | 250 | 0.36 | 0.74 | 0 | 0.02 | 270.65 | 0.95 | 0.62 |
| Hex | 9F | 40 | FA | 24 | 4A | 0 | 2 | 10F | 5F | 3E |
| Octal | 237 | 100 | 372 | 44 | 112 | 0 | 2 | 417 | 137 | 76 |
| Binary | 10011111 | 1000000 | 11111010 | 100100 | 1001010 | 0 | 10 | 100001111 | 1011111 | 111110 |
Color Harmonies of #9F40FA
Complementary color
Monochromatic Colors of #9F40FA
Black with #9F40FA
Text Example
Text Example
White with #9F40FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F40FA; }
p { color: rgb(159,64,250); }
H1.HeaderClassName
{
color: #9F40FA;
}
.AnyTagClassName
{
color: #9F40FA;
}
</style>
background-color css
<style>
a { background-color: #9F40FA; }
a { background-color: rgb(159,64,250); }
div.DivClassName
{
background-color: #9F40FA;
}
.BgClassName
{
background-color: #9F40FA;
}
</style>
border-color css
<style>
span { border-color: #9F40FA; }
span { border-color: rgb(159,64,250); }
td.TdClassName
{
border-color: #9F40FA;
}
.TagClassName
{
border-color: #9F40FA;
}
</style>