Shades of Blue Violet #963FFE
Tints of Blue Violet #963FFE
RGB
CMYK
RGB Variations
Color information
#963FFE (or 0x963FFE) is known color: Blue Violet. HEX triplet: 96, 3F and FE. RGB value is (150,63,254). Sum of RGB (Red+Green+Blue) = 150+63+254=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 63 (25% from 255 or 13.49% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #963FFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963FFE is #69C001. Grayscale: #6E6E6E. Windows color (decimal): -6930434 or 16662422. OLE color: 16662422.
HSL color Cylindrical-coordinate representation of color #963FFE: hue angle of 267.33º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #963FFE is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 63 | 254 | - |
| CMYK | 0.41 | 0.75 | 0 | 0.00 |
| HSL | 267.33º | 0.99% | 0.62% | - |
| HSV(B) | 267.33º | 0.75% | 1% | - |
| XYZ | 32.24 | 17.19 | 95.39 | - |
| YUV | 110.79 | 208.82 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 63 | 254 | 0.41 | 0.75 | 0 | 0.00 | 267.33 | 0.99 | 0.62 |
| Hex | 96 | 3F | FE | 29 | 4B | 0 | 0 | 10B | 63 | 3E |
| Octal | 226 | 77 | 376 | 51 | 113 | 0 | 0 | 413 | 143 | 76 |
| Binary | 10010110 | 111111 | 11111110 | 101001 | 1001011 | 0 | 0 | 100001011 | 1100011 | 111110 |
Color Harmonies of #963FFE
Complementary color
Monochromatic Colors of #963FFE
Black with #963FFE
Text Example
Text Example
White with #963FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963FFE; }
p { color: rgb(150,63,254); }
H1.HeaderClassName
{
color: #963FFE;
}
.AnyTagClassName
{
color: #963FFE;
}
</style>
background-color css
<style>
a { background-color: #963FFE; }
a { background-color: rgb(150,63,254); }
div.DivClassName
{
background-color: #963FFE;
}
.BgClassName
{
background-color: #963FFE;
}
</style>
border-color css
<style>
span { border-color: #963FFE; }
span { border-color: rgb(150,63,254); }
td.TdClassName
{
border-color: #963FFE;
}
.TagClassName
{
border-color: #963FFE;
}
</style>