Shades of Blue Violet #963DF7
Tints of Blue Violet #963DF7
RGB
CMYK
RGB Variations
Color information
#963DF7 (or 0x963DF7) is known color: Blue Violet. HEX triplet: 96, 3D and F7. RGB value is (150,61,247). Sum of RGB (Red+Green+Blue) = 150+61+247=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 61 (24.22% from 255 or 13.32% from 458); Blue value is 247 (96.88% from 255 or 53.93% from 458); Max value from RGB is 247 - color contains mainly: blue. Hex color #963DF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963DF7 is #69C208. Grayscale: #6C6C6C. Windows color (decimal): -6930953 or 16203158. OLE color: 16203158.
HSL color Cylindrical-coordinate representation of color #963DF7: hue angle of 268.71º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #963DF7 is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 61 | 247 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.03 |
| HSL | 268.71º | 0.92% | 0.6% | - |
| HSV(B) | 268.71º | 0.75% | 0.97% | - |
| XYZ | 31.03 | 16.54 | 89.55 | - |
| YUV | 108.82 | 205.99 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 61 | 247 | 0.39 | 0.75 | 0 | 0.03 | 268.71 | 0.92 | 0.6 |
| Hex | 96 | 3D | F7 | 27 | 4B | 0 | 3 | 10D | 5C | 3C |
| Octal | 226 | 75 | 367 | 47 | 113 | 0 | 3 | 415 | 134 | 74 |
| Binary | 10010110 | 111101 | 11110111 | 100111 | 1001011 | 0 | 11 | 100001101 | 1011100 | 111100 |
Color Harmonies of #963DF7
Complementary color
Monochromatic Colors of #963DF7
Black with #963DF7
Text Example
Text Example
White with #963DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963DF7; }
p { color: rgb(150,61,247); }
H1.HeaderClassName
{
color: #963DF7;
}
.AnyTagClassName
{
color: #963DF7;
}
</style>
background-color css
<style>
a { background-color: #963DF7; }
a { background-color: rgb(150,61,247); }
div.DivClassName
{
background-color: #963DF7;
}
.BgClassName
{
background-color: #963DF7;
}
</style>
border-color css
<style>
span { border-color: #963DF7; }
span { border-color: rgb(150,61,247); }
td.TdClassName
{
border-color: #963DF7;
}
.TagClassName
{
border-color: #963DF7;
}
</style>