Shades of Blue Violet #963FFD
Tints of Blue Violet #963FFD
RGB
CMYK
RGB Variations
Color information
#963FFD (or 0x963FFD) is known color: Blue Violet. HEX triplet: 96, 3F and FD. RGB value is (150,63,253). Sum of RGB (Red+Green+Blue) = 150+63+253=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 63 (25% from 255 or 13.52% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #963FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963FFD is #69C002. Grayscale: #6D6D6D. Windows color (decimal): -6930435 or 16596886. OLE color: 16596886.
HSL color Cylindrical-coordinate representation of color #963FFD: hue angle of 267.47º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #963FFD is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 63 | 253 | - |
| CMYK | 0.41 | 0.75 | 0 | 0.01 |
| HSL | 267.47º | 0.98% | 0.62% | - |
| HSV(B) | 267.47º | 0.75% | 0.99% | - |
| XYZ | 32.08 | 17.13 | 94.54 | - |
| YUV | 110.67 | 208.32 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 63 | 253 | 0.41 | 0.75 | 0 | 0.01 | 267.47 | 0.98 | 0.62 |
| Hex | 96 | 3F | FD | 29 | 4B | 0 | 1 | 10B | 62 | 3E |
| Octal | 226 | 77 | 375 | 51 | 113 | 0 | 1 | 413 | 142 | 76 |
| Binary | 10010110 | 111111 | 11111101 | 101001 | 1001011 | 0 | 1 | 100001011 | 1100010 | 111110 |
Color Harmonies of #963FFD
Complementary color
Monochromatic Colors of #963FFD
Black with #963FFD
Text Example
Text Example
White with #963FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963FFD; }
p { color: rgb(150,63,253); }
H1.HeaderClassName
{
color: #963FFD;
}
.AnyTagClassName
{
color: #963FFD;
}
</style>
background-color css
<style>
a { background-color: #963FFD; }
a { background-color: rgb(150,63,253); }
div.DivClassName
{
background-color: #963FFD;
}
.BgClassName
{
background-color: #963FFD;
}
</style>
border-color css
<style>
span { border-color: #963FFD; }
span { border-color: rgb(150,63,253); }
td.TdClassName
{
border-color: #963FFD;
}
.TagClassName
{
border-color: #963FFD;
}
</style>