Shades of Blue Violet #963DFC
Tints of Blue Violet #963DFC
RGB
CMYK
RGB Variations
Color information
#963DFC (or 0x963DFC) is known color: Blue Violet. HEX triplet: 96, 3D and FC. RGB value is (150,61,252). Sum of RGB (Red+Green+Blue) = 150+61+252=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 61 (24.22% from 255 or 13.17% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #963DFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963DFC is #69C203. Grayscale: #6C6C6C. Windows color (decimal): -6930948 or 16530838. OLE color: 16530838.
HSL color Cylindrical-coordinate representation of color #963DFC: hue angle of 267.96º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #963DFC is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 61 | 252 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.01 |
| HSL | 267.96º | 0.97% | 0.61% | - |
| HSV(B) | 267.96º | 0.76% | 0.99% | - |
| XYZ | 31.82 | 16.85 | 93.67 | - |
| YUV | 109.39 | 208.49 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 61 | 252 | 0.40 | 0.76 | 0 | 0.01 | 267.96 | 0.97 | 0.61 |
| Hex | 96 | 3D | FC | 28 | 4C | 0 | 1 | 10C | 61 | 3D |
| Octal | 226 | 75 | 374 | 50 | 114 | 0 | 1 | 414 | 141 | 75 |
| Binary | 10010110 | 111101 | 11111100 | 101000 | 1001100 | 0 | 1 | 100001100 | 1100001 | 111101 |
Color Harmonies of #963DFC
Complementary color
Monochromatic Colors of #963DFC
Black with #963DFC
Text Example
Text Example
White with #963DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963DFC; }
p { color: rgb(150,61,252); }
H1.HeaderClassName
{
color: #963DFC;
}
.AnyTagClassName
{
color: #963DFC;
}
</style>
background-color css
<style>
a { background-color: #963DFC; }
a { background-color: rgb(150,61,252); }
div.DivClassName
{
background-color: #963DFC;
}
.BgClassName
{
background-color: #963DFC;
}
</style>
border-color css
<style>
span { border-color: #963DFC; }
span { border-color: rgb(150,61,252); }
td.TdClassName
{
border-color: #963DFC;
}
.TagClassName
{
border-color: #963DFC;
}
</style>