Shades of Blue Violet #963FDF
Tints of Blue Violet #963FDF
RGB
CMYK
RGB Variations
Color information
#963FDF (or 0x963FDF) is known color: Blue Violet. HEX triplet: 96, 3F and DF. RGB value is (150,63,223). Sum of RGB (Red+Green+Blue) = 150+63+223=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 63 (25% from 255 or 14.45% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #963FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963FDF is #69C020. Grayscale: #6A6A6A. Windows color (decimal): -6930465 or 14630806. OLE color: 14630806.
HSL color Cylindrical-coordinate representation of color #963FDF: hue angle of 272.62º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #963FDF is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 63 | 223 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.13 |
| HSL | 272.63º | 0.71% | 0.56% | - |
| HSV(B) | 272.63º | 0.72% | 0.87% | - |
| XYZ | 27.67 | 15.37 | 71.32 | - |
| YUV | 107.25 | 193.32 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 63 | 223 | 0.33 | 0.72 | 0 | 0.13 | 272.63 | 0.71 | 0.56 |
| Hex | 96 | 3F | DF | 21 | 48 | 0 | D | 111 | 47 | 38 |
| Octal | 226 | 77 | 337 | 41 | 110 | 0 | 15 | 421 | 107 | 70 |
| Binary | 10010110 | 111111 | 11011111 | 100001 | 1001000 | 0 | 1101 | 100010001 | 1000111 | 111000 |
Color Harmonies of #963FDF
Complementary color
Monochromatic Colors of #963FDF
Black with #963FDF
Text Example
Text Example
White with #963FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963FDF; }
p { color: rgb(150,63,223); }
H1.HeaderClassName
{
color: #963FDF;
}
.AnyTagClassName
{
color: #963FDF;
}
</style>
background-color css
<style>
a { background-color: #963FDF; }
a { background-color: rgb(150,63,223); }
div.DivClassName
{
background-color: #963FDF;
}
.BgClassName
{
background-color: #963FDF;
}
</style>
border-color css
<style>
span { border-color: #963FDF; }
span { border-color: rgb(150,63,223); }
td.TdClassName
{
border-color: #963FDF;
}
.TagClassName
{
border-color: #963FDF;
}
</style>