Shades of Blue Violet #964DF0
Tints of Blue Violet #964DF0
RGB
CMYK
RGB Variations
Color information
#964DF0 (or 0x964DF0) is known color: Blue Violet. HEX triplet: 96, 4D and F0. RGB value is (150,77,240). Sum of RGB (Red+Green+Blue) = 150+77+240=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 77 (30.47% from 255 or 16.49% from 467); Blue value is 240 (94.14% from 255 or 51.39% from 467); Max value from RGB is 240 - color contains mainly: blue. Hex color #964DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #964DF0 is #69B20F. Grayscale: #747474. Windows color (decimal): -6926864 or 15748502. OLE color: 15748502.
HSL color Cylindrical-coordinate representation of color #964DF0: hue angle of 266.87º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #964DF0 is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 77 | 240 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.06 |
| HSL | 266.87º | 0.84% | 0.62% | - |
| HSV(B) | 266.87º | 0.68% | 0.94% | - |
| XYZ | 30.96 | 18.08 | 84.3 | - |
| YUV | 117.41 | 197.18 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 77 | 240 | 0.37 | 0.68 | 0 | 0.06 | 266.87 | 0.84 | 0.62 |
| Hex | 96 | 4D | F0 | 25 | 44 | 0 | 6 | 10B | 54 | 3E |
| Octal | 226 | 115 | 360 | 45 | 104 | 0 | 6 | 413 | 124 | 76 |
| Binary | 10010110 | 1001101 | 11110000 | 100101 | 1000100 | 0 | 110 | 100001011 | 1010100 | 111110 |
Color Harmonies of #964DF0
Complementary color
Monochromatic Colors of #964DF0
Black with #964DF0
Text Example
Text Example
White with #964DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964DF0; }
p { color: rgb(150,77,240); }
H1.HeaderClassName
{
color: #964DF0;
}
.AnyTagClassName
{
color: #964DF0;
}
</style>
background-color css
<style>
a { background-color: #964DF0; }
a { background-color: rgb(150,77,240); }
div.DivClassName
{
background-color: #964DF0;
}
.BgClassName
{
background-color: #964DF0;
}
</style>
border-color css
<style>
span { border-color: #964DF0; }
span { border-color: rgb(150,77,240); }
td.TdClassName
{
border-color: #964DF0;
}
.TagClassName
{
border-color: #964DF0;
}
</style>