Shades of Blue Violet #963DFF
Tints of Blue Violet #963DFF
RGB
CMYK
RGB Variations
Color information
#963DFF (or 0x963DFF) is known color: Blue Violet. HEX triplet: 96, 3D and FF. RGB value is (150,61,255). Sum of RGB (Red+Green+Blue) = 150+61+255=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 61 (24.22% from 255 or 13.09% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #963DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963DFF is #69C200. Grayscale: #6D6D6D. Windows color (decimal): -6930945 or 16727446. OLE color: 16727446.
HSL color Cylindrical-coordinate representation of color #963DFF: hue angle of 267.53º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #963DFF is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 61 | 255 | - |
| CMYK | 0.41 | 0.76 | 0 | 0 |
| HSL | 267.53º | 1% | 0.62% | - |
| HSV(B) | 267.53º | 0.76% | 1% | - |
| XYZ | 32.3 | 17.04 | 96.19 | - |
| YUV | 109.73 | 209.99 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 61 | 255 | 0.41 | 0.76 | 0 | 0 | 267.53 | 1 | 0.62 |
| Hex | 96 | 3D | FF | 29 | 4C | 0 | 0 | 10C | 64 | 3E |
| Octal | 226 | 75 | 377 | 51 | 114 | 0 | 0 | 414 | 144 | 76 |
| Binary | 10010110 | 111101 | 11111111 | 101001 | 1001100 | 0 | 0 | 100001100 | 1100100 | 111110 |
Color Harmonies of #963DFF
Complementary color
Monochromatic Colors of #963DFF
Black with #963DFF
Text Example
Text Example
White with #963DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963DFF; }
p { color: rgb(150,61,255); }
H1.HeaderClassName
{
color: #963DFF;
}
.AnyTagClassName
{
color: #963DFF;
}
</style>
background-color css
<style>
a { background-color: #963DFF; }
a { background-color: rgb(150,61,255); }
div.DivClassName
{
background-color: #963DFF;
}
.BgClassName
{
background-color: #963DFF;
}
</style>
border-color css
<style>
span { border-color: #963DFF; }
span { border-color: rgb(150,61,255); }
td.TdClassName
{
border-color: #963DFF;
}
.TagClassName
{
border-color: #963DFF;
}
</style>