Shades of Blue Violet #964DFC
Tints of Blue Violet #964DFC
RGB
CMYK
RGB Variations
Color information
#964DFC (or 0x964DFC) is known color: Blue Violet. HEX triplet: 96, 4D and FC. RGB value is (150,77,252). Sum of RGB (Red+Green+Blue) = 150+77+252=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 77 (30.47% from 255 or 16.08% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #964DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #964DFC is #69B203. Grayscale: #767676. Windows color (decimal): -6926852 or 16534934. OLE color: 16534934.
HSL color Cylindrical-coordinate representation of color #964DFC: hue angle of 265.03º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #964DFC is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 77 | 252 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.01 |
| HSL | 265.03º | 0.97% | 0.65% | - |
| HSV(B) | 265.03º | 0.69% | 0.99% | - |
| XYZ | 32.8 | 18.82 | 94 | - |
| YUV | 118.78 | 203.18 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 77 | 252 | 0.40 | 0.69 | 0 | 0.01 | 265.03 | 0.97 | 0.65 |
| Hex | 96 | 4D | FC | 28 | 45 | 0 | 1 | 109 | 61 | 41 |
| Octal | 226 | 115 | 374 | 50 | 105 | 0 | 1 | 411 | 141 | 101 |
| Binary | 10010110 | 1001101 | 11111100 | 101000 | 1000101 | 0 | 1 | 100001001 | 1100001 | 1000001 |
Color Harmonies of #964DFC
Complementary color
Monochromatic Colors of #964DFC
Black with #964DFC
Text Example
Text Example
White with #964DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964DFC; }
p { color: rgb(150,77,252); }
H1.HeaderClassName
{
color: #964DFC;
}
.AnyTagClassName
{
color: #964DFC;
}
</style>
background-color css
<style>
a { background-color: #964DFC; }
a { background-color: rgb(150,77,252); }
div.DivClassName
{
background-color: #964DFC;
}
.BgClassName
{
background-color: #964DFC;
}
</style>
border-color css
<style>
span { border-color: #964DFC; }
span { border-color: rgb(150,77,252); }
td.TdClassName
{
border-color: #964DFC;
}
.TagClassName
{
border-color: #964DFC;
}
</style>