Shades of Blue Violet #963CFF
Tints of Blue Violet #963CFF
RGB
CMYK
RGB Variations
Color information
#963CFF (or 0x963CFF) is known color: Blue Violet. HEX triplet: 96, 3C and FF. RGB value is (150,60,255). Sum of RGB (Red+Green+Blue) = 150+60+255=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 60 (23.83% from 255 or 12.90% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #963CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963CFF is #69C300. Grayscale: #6C6C6C. Windows color (decimal): -6931201 or 16727190. OLE color: 16727190.
HSL color Cylindrical-coordinate representation of color #963CFF: hue angle of 267.69º 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 #963CFF is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 60 | 255 | - |
| CMYK | 0.41 | 0.76 | 0 | 0 |
| HSL | 267.69º | 1% | 0.62% | - |
| HSV(B) | 267.69º | 0.76% | 1% | - |
| XYZ | 32.24 | 16.94 | 96.18 | - |
| YUV | 109.14 | 210.32 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 60 | 255 | 0.41 | 0.76 | 0 | 0 | 267.69 | 1 | 0.62 |
| Hex | 96 | 3C | FF | 29 | 4C | 0 | 0 | 10C | 64 | 3E |
| Octal | 226 | 74 | 377 | 51 | 114 | 0 | 0 | 414 | 144 | 76 |
| Binary | 10010110 | 111100 | 11111111 | 101001 | 1001100 | 0 | 0 | 100001100 | 1100100 | 111110 |
Color Harmonies of #963CFF
Complementary color
Monochromatic Colors of #963CFF
Black with #963CFF
Text Example
Text Example
White with #963CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963CFF; }
p { color: rgb(150,60,255); }
H1.HeaderClassName
{
color: #963CFF;
}
.AnyTagClassName
{
color: #963CFF;
}
</style>
background-color css
<style>
a { background-color: #963CFF; }
a { background-color: rgb(150,60,255); }
div.DivClassName
{
background-color: #963CFF;
}
.BgClassName
{
background-color: #963CFF;
}
</style>
border-color css
<style>
span { border-color: #963CFF; }
span { border-color: rgb(150,60,255); }
td.TdClassName
{
border-color: #963CFF;
}
.TagClassName
{
border-color: #963CFF;
}
</style>