Shades of Blue Violet #963CFE
Tints of Blue Violet #963CFE
RGB
CMYK
RGB Variations
Color information
#963CFE (or 0x963CFE) is known color: Blue Violet. HEX triplet: 96, 3C and FE. RGB value is (150,60,254). Sum of RGB (Red+Green+Blue) = 150+60+254=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 60 (23.83% from 255 or 12.93% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #963CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963CFE is #69C301. Grayscale: #6C6C6C. Windows color (decimal): -6931202 or 16661654. OLE color: 16661654.
HSL color Cylindrical-coordinate representation of color #963CFE: hue angle of 267.84º 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 #963CFE is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 60 | 254 | - |
| CMYK | 0.41 | 0.76 | 0 | 0.00 |
| HSL | 267.84º | 0.99% | 0.62% | - |
| HSV(B) | 267.84º | 0.76% | 1% | - |
| XYZ | 32.08 | 16.87 | 95.33 | - |
| YUV | 109.03 | 209.82 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 60 | 254 | 0.41 | 0.76 | 0 | 0.00 | 267.84 | 0.99 | 0.62 |
| Hex | 96 | 3C | FE | 29 | 4C | 0 | 0 | 10C | 63 | 3E |
| Octal | 226 | 74 | 376 | 51 | 114 | 0 | 0 | 414 | 143 | 76 |
| Binary | 10010110 | 111100 | 11111110 | 101001 | 1001100 | 0 | 0 | 100001100 | 1100011 | 111110 |
Color Harmonies of #963CFE
Complementary color
Monochromatic Colors of #963CFE
Black with #963CFE
Text Example
Text Example
White with #963CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963CFE; }
p { color: rgb(150,60,254); }
H1.HeaderClassName
{
color: #963CFE;
}
.AnyTagClassName
{
color: #963CFE;
}
</style>
background-color css
<style>
a { background-color: #963CFE; }
a { background-color: rgb(150,60,254); }
div.DivClassName
{
background-color: #963CFE;
}
.BgClassName
{
background-color: #963CFE;
}
</style>
border-color css
<style>
span { border-color: #963CFE; }
span { border-color: rgb(150,60,254); }
td.TdClassName
{
border-color: #963CFE;
}
.TagClassName
{
border-color: #963CFE;
}
</style>