Shades of Blue Violet #964DFA
Tints of Blue Violet #964DFA
RGB
CMYK
RGB Variations
Color information
#964DFA (or 0x964DFA) is known color: Blue Violet. HEX triplet: 96, 4D and FA. RGB value is (150,77,250). Sum of RGB (Red+Green+Blue) = 150+77+250=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #964DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #964DFA is #69B205. Grayscale: #757575. Windows color (decimal): -6926854 or 16403862. OLE color: 16403862.
HSL color Cylindrical-coordinate representation of color #964DFA: hue angle of 265.32º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #964DFA is Cyan = 0.4, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 77 | 250 | - |
| CMYK | 0.4 | 0.69 | 0 | 0.02 |
| HSL | 265.32º | 0.95% | 0.64% | - |
| HSV(B) | 265.32º | 0.69% | 0.98% | - |
| XYZ | 32.49 | 18.69 | 92.34 | - |
| YUV | 118.55 | 202.18 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 77 | 250 | 0.4 | 0.69 | 0 | 0.02 | 265.32 | 0.95 | 0.64 |
| Hex | 96 | 4D | FA | 28 | 45 | 0 | 2 | 109 | 5F | 40 |
| Octal | 226 | 115 | 372 | 50 | 105 | 0 | 2 | 411 | 137 | 100 |
| Binary | 10010110 | 1001101 | 11111010 | 101000 | 1000101 | 0 | 10 | 100001001 | 1011111 | 1000000 |
Color Harmonies of #964DFA
Complementary color
Monochromatic Colors of #964DFA
Black with #964DFA
Text Example
Text Example
White with #964DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964DFA; }
p { color: rgb(150,77,250); }
H1.HeaderClassName
{
color: #964DFA;
}
.AnyTagClassName
{
color: #964DFA;
}
</style>
background-color css
<style>
a { background-color: #964DFA; }
a { background-color: rgb(150,77,250); }
div.DivClassName
{
background-color: #964DFA;
}
.BgClassName
{
background-color: #964DFA;
}
</style>
border-color css
<style>
span { border-color: #964DFA; }
span { border-color: rgb(150,77,250); }
td.TdClassName
{
border-color: #964DFA;
}
.TagClassName
{
border-color: #964DFA;
}
</style>