Shades of Blue Violet #963EFE
Tints of Blue Violet #963EFE
RGB
CMYK
RGB Variations
Color information
#963EFE (or 0x963EFE) is known color: Blue Violet. HEX triplet: 96, 3E and FE. RGB value is (150,62,254). Sum of RGB (Red+Green+Blue) = 150+62+254=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 62 (24.61% from 255 or 13.30% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #963EFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963EFE is #69C101. Grayscale: #6D6D6D. Windows color (decimal): -6930690 or 16662166. OLE color: 16662166.
HSL color Cylindrical-coordinate representation of color #963EFE: hue angle of 267.5º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #963EFE is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 62 | 254 | - |
| CMYK | 0.41 | 0.76 | 0 | 0.00 |
| HSL | 267.5º | 0.99% | 0.62% | - |
| HSV(B) | 267.5º | 0.76% | 1% | - |
| XYZ | 32.19 | 17.09 | 95.37 | - |
| YUV | 110.2 | 209.15 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 62 | 254 | 0.41 | 0.76 | 0 | 0.00 | 267.5 | 0.99 | 0.62 |
| Hex | 96 | 3E | FE | 29 | 4C | 0 | 0 | 10C | 63 | 3E |
| Octal | 226 | 76 | 376 | 51 | 114 | 0 | 0 | 414 | 143 | 76 |
| Binary | 10010110 | 111110 | 11111110 | 101001 | 1001100 | 0 | 0 | 100001100 | 1100011 | 111110 |
Color Harmonies of #963EFE
Complementary color
Monochromatic Colors of #963EFE
Black with #963EFE
Text Example
Text Example
White with #963EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963EFE; }
p { color: rgb(150,62,254); }
H1.HeaderClassName
{
color: #963EFE;
}
.AnyTagClassName
{
color: #963EFE;
}
</style>
background-color css
<style>
a { background-color: #963EFE; }
a { background-color: rgb(150,62,254); }
div.DivClassName
{
background-color: #963EFE;
}
.BgClassName
{
background-color: #963EFE;
}
</style>
border-color css
<style>
span { border-color: #963EFE; }
span { border-color: rgb(150,62,254); }
td.TdClassName
{
border-color: #963EFE;
}
.TagClassName
{
border-color: #963EFE;
}
</style>