Shades of Blue Violet #964CFE
Tints of Blue Violet #964CFE
RGB
CMYK
RGB Variations
Color information
#964CFE (or 0x964CFE) is known color: Blue Violet. HEX triplet: 96, 4C and FE. RGB value is (150,76,254). Sum of RGB (Red+Green+Blue) = 150+76+254=480 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.25% from 480); Green value is 76 (30.08% from 255 or 15.83% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #964CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #964CFE is #69B301. Grayscale: #757575. Windows color (decimal): -6927106 or 16665750. OLE color: 16665750.
HSL color Cylindrical-coordinate representation of color #964CFE: hue angle of 264.94º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #964CFE is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 76 | 254 | - |
| CMYK | 0.41 | 0.70 | 0 | 0.00 |
| HSL | 264.94º | 0.99% | 0.65% | - |
| HSV(B) | 264.94º | 0.7% | 1% | - |
| XYZ | 33.05 | 18.81 | 95.65 | - |
| YUV | 118.42 | 204.52 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 76 | 254 | 0.41 | 0.70 | 0 | 0.00 | 264.94 | 0.99 | 0.65 |
| Hex | 96 | 4C | FE | 29 | 46 | 0 | 0 | 109 | 63 | 41 |
| Octal | 226 | 114 | 376 | 51 | 106 | 0 | 0 | 411 | 143 | 101 |
| Binary | 10010110 | 1001100 | 11111110 | 101001 | 1000110 | 0 | 0 | 100001001 | 1100011 | 1000001 |
Color Harmonies of #964CFE
Complementary color
Monochromatic Colors of #964CFE
Black with #964CFE
Text Example
Text Example
White with #964CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964CFE; }
p { color: rgb(150,76,254); }
H1.HeaderClassName
{
color: #964CFE;
}
.AnyTagClassName
{
color: #964CFE;
}
</style>
background-color css
<style>
a { background-color: #964CFE; }
a { background-color: rgb(150,76,254); }
div.DivClassName
{
background-color: #964CFE;
}
.BgClassName
{
background-color: #964CFE;
}
</style>
border-color css
<style>
span { border-color: #964CFE; }
span { border-color: rgb(150,76,254); }
td.TdClassName
{
border-color: #964CFE;
}
.TagClassName
{
border-color: #964CFE;
}
</style>