Shades of Blue Violet #964CFD
Tints of Blue Violet #964CFD
RGB
CMYK
RGB Variations
Color information
#964CFD (or 0x964CFD) is known color: Blue Violet. HEX triplet: 96, 4C and FD. RGB value is (150,76,253). Sum of RGB (Red+Green+Blue) = 150+76+253=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 76 (30.08% from 255 or 15.87% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #964CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #964CFD is #69B302. Grayscale: #757575. Windows color (decimal): -6927107 or 16600214. OLE color: 16600214.
HSL color Cylindrical-coordinate representation of color #964CFD: hue angle of 265.08º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #964CFD is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 76 | 253 | - |
| CMYK | 0.41 | 0.70 | 0 | 0.01 |
| HSL | 265.08º | 0.98% | 0.65% | - |
| HSV(B) | 265.08º | 0.7% | 0.99% | - |
| XYZ | 32.89 | 18.74 | 94.81 | - |
| YUV | 118.3 | 204.02 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 76 | 253 | 0.41 | 0.70 | 0 | 0.01 | 265.08 | 0.98 | 0.65 |
| Hex | 96 | 4C | FD | 29 | 46 | 0 | 1 | 109 | 62 | 41 |
| Octal | 226 | 114 | 375 | 51 | 106 | 0 | 1 | 411 | 142 | 101 |
| Binary | 10010110 | 1001100 | 11111101 | 101001 | 1000110 | 0 | 1 | 100001001 | 1100010 | 1000001 |
Color Harmonies of #964CFD
Complementary color
Monochromatic Colors of #964CFD
Black with #964CFD
Text Example
Text Example
White with #964CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964CFD; }
p { color: rgb(150,76,253); }
H1.HeaderClassName
{
color: #964CFD;
}
.AnyTagClassName
{
color: #964CFD;
}
</style>
background-color css
<style>
a { background-color: #964CFD; }
a { background-color: rgb(150,76,253); }
div.DivClassName
{
background-color: #964CFD;
}
.BgClassName
{
background-color: #964CFD;
}
</style>
border-color css
<style>
span { border-color: #964CFD; }
span { border-color: rgb(150,76,253); }
td.TdClassName
{
border-color: #964CFD;
}
.TagClassName
{
border-color: #964CFD;
}
</style>