Shades of Blue Violet #964BF8
Tints of Blue Violet #964BF8
RGB
CMYK
RGB Variations
Color information
#964BF8 (or 0x964BF8) is known color: Blue Violet. HEX triplet: 96, 4B and F8. RGB value is (150,75,248). Sum of RGB (Red+Green+Blue) = 150+75+248=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 75 (29.69% from 255 or 15.86% from 473); Blue value is 248 (97.27% from 255 or 52.43% from 473); Max value from RGB is 248 - color contains mainly: blue. Hex color #964BF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #964BF8 is #69B407. Grayscale: #747474. Windows color (decimal): -6927368 or 16272278. OLE color: 16272278.
HSL color Cylindrical-coordinate representation of color #964BF8: hue angle of 266.01º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #964BF8 is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 75 | 248 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.03 |
| HSL | 266.01º | 0.93% | 0.63% | - |
| HSV(B) | 266.01º | 0.7% | 0.97% | - |
| XYZ | 32.04 | 18.29 | 90.65 | - |
| YUV | 117.15 | 201.85 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 75 | 248 | 0.40 | 0.70 | 0 | 0.03 | 266.01 | 0.93 | 0.63 |
| Hex | 96 | 4B | F8 | 28 | 46 | 0 | 3 | 10A | 5D | 3F |
| Octal | 226 | 113 | 370 | 50 | 106 | 0 | 3 | 412 | 135 | 77 |
| Binary | 10010110 | 1001011 | 11111000 | 101000 | 1000110 | 0 | 11 | 100001010 | 1011101 | 111111 |
Color Harmonies of #964BF8
Complementary color
Monochromatic Colors of #964BF8
Black with #964BF8
Text Example
Text Example
White with #964BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964BF8; }
p { color: rgb(150,75,248); }
H1.HeaderClassName
{
color: #964BF8;
}
.AnyTagClassName
{
color: #964BF8;
}
</style>
background-color css
<style>
a { background-color: #964BF8; }
a { background-color: rgb(150,75,248); }
div.DivClassName
{
background-color: #964BF8;
}
.BgClassName
{
background-color: #964BF8;
}
</style>
border-color css
<style>
span { border-color: #964BF8; }
span { border-color: rgb(150,75,248); }
td.TdClassName
{
border-color: #964BF8;
}
.TagClassName
{
border-color: #964BF8;
}
</style>