Shades of Blue Violet #9640F0
Tints of Blue Violet #9640F0
RGB
CMYK
RGB Variations
Color information
#9640F0 (or 0x9640F0) is known color: Blue Violet. HEX triplet: 96, 40 and F0. RGB value is (150,64,240). Sum of RGB (Red+Green+Blue) = 150+64+240=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 240 (94.14% from 255 or 52.86% from 454); Max value from RGB is 240 - color contains mainly: blue. Hex color #9640F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9640F0 is #69BF0F. Grayscale: #6D6D6D. Windows color (decimal): -6930192 or 15745174. OLE color: 15745174.
HSL color Cylindrical-coordinate representation of color #9640F0: hue angle of 269.32º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9640F0 is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 64 | 240 | - |
| CMYK | 0.37 | 0.73 | 0 | 0.06 |
| HSL | 269.32º | 0.85% | 0.6% | - |
| HSV(B) | 269.32º | 0.73% | 0.94% | - |
| XYZ | 30.14 | 16.44 | 84.02 | - |
| YUV | 109.78 | 201.49 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 64 | 240 | 0.37 | 0.73 | 0 | 0.06 | 269.32 | 0.85 | 0.6 |
| Hex | 96 | 40 | F0 | 25 | 49 | 0 | 6 | 10D | 55 | 3C |
| Octal | 226 | 100 | 360 | 45 | 111 | 0 | 6 | 415 | 125 | 74 |
| Binary | 10010110 | 1000000 | 11110000 | 100101 | 1001001 | 0 | 110 | 100001101 | 1010101 | 111100 |
Color Harmonies of #9640F0
Complementary color
Monochromatic Colors of #9640F0
Black with #9640F0
Text Example
Text Example
White with #9640F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9640F0; }
p { color: rgb(150,64,240); }
H1.HeaderClassName
{
color: #9640F0;
}
.AnyTagClassName
{
color: #9640F0;
}
</style>
background-color css
<style>
a { background-color: #9640F0; }
a { background-color: rgb(150,64,240); }
div.DivClassName
{
background-color: #9640F0;
}
.BgClassName
{
background-color: #9640F0;
}
</style>
border-color css
<style>
span { border-color: #9640F0; }
span { border-color: rgb(150,64,240); }
td.TdClassName
{
border-color: #9640F0;
}
.TagClassName
{
border-color: #9640F0;
}
</style>