Shades of Blue Violet #964CF5
Tints of Blue Violet #964CF5
RGB
CMYK
RGB Variations
Color information
#964CF5 (or 0x964CF5) is known color: Blue Violet. HEX triplet: 96, 4C and F5. RGB value is (150,76,245). Sum of RGB (Red+Green+Blue) = 150+76+245=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 245 (96.09% from 255 or 52.02% from 471); Max value from RGB is 245 - color contains mainly: blue. Hex color #964CF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #964CF5 is #69B30A. Grayscale: #747474. Windows color (decimal): -6927115 or 16075926. OLE color: 16075926.
HSL color Cylindrical-coordinate representation of color #964CF5: hue angle of 266.27º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #964CF5 is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 76 | 245 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.04 |
| HSL | 266.27º | 0.89% | 0.63% | - |
| HSV(B) | 266.27º | 0.69% | 0.96% | - |
| XYZ | 31.64 | 18.25 | 88.24 | - |
| YUV | 117.39 | 200.02 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 76 | 245 | 0.39 | 0.69 | 0 | 0.04 | 266.27 | 0.89 | 0.63 |
| Hex | 96 | 4C | F5 | 27 | 45 | 0 | 4 | 10A | 59 | 3F |
| Octal | 226 | 114 | 365 | 47 | 105 | 0 | 4 | 412 | 131 | 77 |
| Binary | 10010110 | 1001100 | 11110101 | 100111 | 1000101 | 0 | 100 | 100001010 | 1011001 | 111111 |
Color Harmonies of #964CF5
Complementary color
Monochromatic Colors of #964CF5
Black with #964CF5
Text Example
Text Example
White with #964CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964CF5; }
p { color: rgb(150,76,245); }
H1.HeaderClassName
{
color: #964CF5;
}
.AnyTagClassName
{
color: #964CF5;
}
</style>
background-color css
<style>
a { background-color: #964CF5; }
a { background-color: rgb(150,76,245); }
div.DivClassName
{
background-color: #964CF5;
}
.BgClassName
{
background-color: #964CF5;
}
</style>
border-color css
<style>
span { border-color: #964CF5; }
span { border-color: rgb(150,76,245); }
td.TdClassName
{
border-color: #964CF5;
}
.TagClassName
{
border-color: #964CF5;
}
</style>