Shades of Blue Violet #963FF3
Tints of Blue Violet #963FF3
RGB
CMYK
RGB Variations
Color information
#963FF3 (or 0x963FF3) is known color: Blue Violet. HEX triplet: 96, 3F and F3. RGB value is (150,63,243). Sum of RGB (Red+Green+Blue) = 150+63+243=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 63 (25% from 255 or 13.82% from 456); Blue value is 243 (95.31% from 255 or 53.29% from 456); Max value from RGB is 243 - color contains mainly: blue. Hex color #963FF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963FF3 is #69C00C. Grayscale: #6C6C6C. Windows color (decimal): -6930445 or 15941526. OLE color: 15941526.
HSL color Cylindrical-coordinate representation of color #963FF3: hue angle of 269º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #963FF3 is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 63 | 243 | - |
| CMYK | 0.38 | 0.74 | 0 | 0.05 |
| HSL | 269º | 0.88% | 0.6% | - |
| HSV(B) | 269º | 0.74% | 0.95% | - |
| XYZ | 30.53 | 16.51 | 86.37 | - |
| YUV | 109.53 | 203.32 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 63 | 243 | 0.38 | 0.74 | 0 | 0.05 | 269 | 0.88 | 0.6 |
| Hex | 96 | 3F | F3 | 26 | 4A | 0 | 5 | 10D | 58 | 3C |
| Octal | 226 | 77 | 363 | 46 | 112 | 0 | 5 | 415 | 130 | 74 |
| Binary | 10010110 | 111111 | 11110011 | 100110 | 1001010 | 0 | 101 | 100001101 | 1011000 | 111100 |
Color Harmonies of #963FF3
Complementary color
Monochromatic Colors of #963FF3
Black with #963FF3
Text Example
Text Example
White with #963FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963FF3; }
p { color: rgb(150,63,243); }
H1.HeaderClassName
{
color: #963FF3;
}
.AnyTagClassName
{
color: #963FF3;
}
</style>
background-color css
<style>
a { background-color: #963FF3; }
a { background-color: rgb(150,63,243); }
div.DivClassName
{
background-color: #963FF3;
}
.BgClassName
{
background-color: #963FF3;
}
</style>
border-color css
<style>
span { border-color: #963FF3; }
span { border-color: rgb(150,63,243); }
td.TdClassName
{
border-color: #963FF3;
}
.TagClassName
{
border-color: #963FF3;
}
</style>