Shades of Blue Violet #963CF6
Tints of Blue Violet #963CF6
RGB
CMYK
RGB Variations
Color information
#963CF6 (or 0x963CF6) is known color: Blue Violet. HEX triplet: 96, 3C and F6. RGB value is (150,60,246). Sum of RGB (Red+Green+Blue) = 150+60+246=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 60 (23.83% from 255 or 13.16% from 456); Blue value is 246 (96.48% from 255 or 53.95% from 456); Max value from RGB is 246 - color contains mainly: blue. Hex color #963CF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963CF6 is #69C309. Grayscale: #6B6B6B. Windows color (decimal): -6931210 or 16137366. OLE color: 16137366.
HSL color Cylindrical-coordinate representation of color #963CF6: hue angle of 269.03º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #963CF6 is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 60 | 246 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.04 |
| HSL | 269.03º | 0.91% | 0.6% | - |
| HSV(B) | 269.03º | 0.76% | 0.96% | - |
| XYZ | 30.83 | 16.37 | 88.72 | - |
| YUV | 108.11 | 205.82 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 60 | 246 | 0.39 | 0.76 | 0 | 0.04 | 269.03 | 0.91 | 0.6 |
| Hex | 96 | 3C | F6 | 27 | 4C | 0 | 4 | 10D | 5B | 3C |
| Octal | 226 | 74 | 366 | 47 | 114 | 0 | 4 | 415 | 133 | 74 |
| Binary | 10010110 | 111100 | 11110110 | 100111 | 1001100 | 0 | 100 | 100001101 | 1011011 | 111100 |
Color Harmonies of #963CF6
Complementary color
Monochromatic Colors of #963CF6
Black with #963CF6
Text Example
Text Example
White with #963CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963CF6; }
p { color: rgb(150,60,246); }
H1.HeaderClassName
{
color: #963CF6;
}
.AnyTagClassName
{
color: #963CF6;
}
</style>
background-color css
<style>
a { background-color: #963CF6; }
a { background-color: rgb(150,60,246); }
div.DivClassName
{
background-color: #963CF6;
}
.BgClassName
{
background-color: #963CF6;
}
</style>
border-color css
<style>
span { border-color: #963CF6; }
span { border-color: rgb(150,60,246); }
td.TdClassName
{
border-color: #963CF6;
}
.TagClassName
{
border-color: #963CF6;
}
</style>