Shades of Blue Violet #963BDF
Tints of Blue Violet #963BDF
RGB
CMYK
RGB Variations
Color information
#963BDF (or 0x963BDF) is known color: Blue Violet. HEX triplet: 96, 3B and DF. RGB value is (150,59,223). Sum of RGB (Red+Green+Blue) = 150+59+223=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 59 (23.44% from 255 or 13.66% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #963BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963BDF is #69C420. Grayscale: #686868. Windows color (decimal): -6931489 or 14629782. OLE color: 14629782.
HSL color Cylindrical-coordinate representation of color #963BDF: hue angle of 273.29º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #963BDF is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 59 | 223 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.13 |
| HSL | 273.29º | 0.72% | 0.55% | - |
| HSV(B) | 273.29º | 0.74% | 0.87% | - |
| XYZ | 27.46 | 14.94 | 71.25 | - |
| YUV | 104.91 | 194.65 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 59 | 223 | 0.33 | 0.74 | 0 | 0.13 | 273.29 | 0.72 | 0.55 |
| Hex | 96 | 3B | DF | 21 | 4A | 0 | D | 111 | 48 | 37 |
| Octal | 226 | 73 | 337 | 41 | 112 | 0 | 15 | 421 | 110 | 67 |
| Binary | 10010110 | 111011 | 11011111 | 100001 | 1001010 | 0 | 1101 | 100010001 | 1001000 | 110111 |
Color Harmonies of #963BDF
Complementary color
Monochromatic Colors of #963BDF
Black with #963BDF
Text Example
Text Example
White with #963BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963BDF; }
p { color: rgb(150,59,223); }
H1.HeaderClassName
{
color: #963BDF;
}
.AnyTagClassName
{
color: #963BDF;
}
</style>
background-color css
<style>
a { background-color: #963BDF; }
a { background-color: rgb(150,59,223); }
div.DivClassName
{
background-color: #963BDF;
}
.BgClassName
{
background-color: #963BDF;
}
</style>
border-color css
<style>
span { border-color: #963BDF; }
span { border-color: rgb(150,59,223); }
td.TdClassName
{
border-color: #963BDF;
}
.TagClassName
{
border-color: #963BDF;
}
</style>