Shades of Blue Violet #963DF3
Tints of Blue Violet #963DF3
RGB
CMYK
RGB Variations
Color information
#963DF3 (or 0x963DF3) is known color: Blue Violet. HEX triplet: 96, 3D and F3. RGB value is (150,61,243). Sum of RGB (Red+Green+Blue) = 150+61+243=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 61 (24.22% from 255 or 13.44% from 454); Blue value is 243 (95.31% from 255 or 53.52% from 454); Max value from RGB is 243 - color contains mainly: blue. Hex color #963DF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963DF3 is #69C20C. Grayscale: #6B6B6B. Windows color (decimal): -6930957 or 15941014. OLE color: 15941014.
HSL color Cylindrical-coordinate representation of color #963DF3: hue angle of 269.34º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #963DF3 is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 61 | 243 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.05 |
| HSL | 269.34º | 0.88% | 0.6% | - |
| HSV(B) | 269.34º | 0.75% | 0.95% | - |
| XYZ | 30.42 | 16.29 | 86.34 | - |
| YUV | 108.36 | 203.99 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 61 | 243 | 0.38 | 0.75 | 0 | 0.05 | 269.34 | 0.88 | 0.6 |
| Hex | 96 | 3D | F3 | 26 | 4B | 0 | 5 | 10D | 58 | 3C |
| Octal | 226 | 75 | 363 | 46 | 113 | 0 | 5 | 415 | 130 | 74 |
| Binary | 10010110 | 111101 | 11110011 | 100110 | 1001011 | 0 | 101 | 100001101 | 1011000 | 111100 |
Color Harmonies of #963DF3
Complementary color
Monochromatic Colors of #963DF3
Black with #963DF3
Text Example
Text Example
White with #963DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963DF3; }
p { color: rgb(150,61,243); }
H1.HeaderClassName
{
color: #963DF3;
}
.AnyTagClassName
{
color: #963DF3;
}
</style>
background-color css
<style>
a { background-color: #963DF3; }
a { background-color: rgb(150,61,243); }
div.DivClassName
{
background-color: #963DF3;
}
.BgClassName
{
background-color: #963DF3;
}
</style>
border-color css
<style>
span { border-color: #963DF3; }
span { border-color: rgb(150,61,243); }
td.TdClassName
{
border-color: #963DF3;
}
.TagClassName
{
border-color: #963DF3;
}
</style>