Shades of Blue Violet #963CDF
Tints of Blue Violet #963CDF
RGB
CMYK
RGB Variations
Color information
#963CDF (or 0x963CDF) is known color: Blue Violet. HEX triplet: 96, 3C and DF. RGB value is (150,60,223). Sum of RGB (Red+Green+Blue) = 150+60+223=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 60 (23.83% from 255 or 13.86% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #963CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963CDF is #69C320. Grayscale: #686868. Windows color (decimal): -6931233 or 14630038. OLE color: 14630038.
HSL color Cylindrical-coordinate representation of color #963CDF: hue angle of 273.13º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #963CDF is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 60 | 223 | - |
| CMYK | 0.33 | 0.73 | 0 | 0.13 |
| HSL | 273.13º | 0.72% | 0.55% | - |
| HSV(B) | 273.13º | 0.73% | 0.87% | - |
| XYZ | 27.51 | 15.04 | 71.27 | - |
| YUV | 105.49 | 194.32 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 60 | 223 | 0.33 | 0.73 | 0 | 0.13 | 273.13 | 0.72 | 0.55 |
| Hex | 96 | 3C | DF | 21 | 49 | 0 | D | 111 | 48 | 37 |
| Octal | 226 | 74 | 337 | 41 | 111 | 0 | 15 | 421 | 110 | 67 |
| Binary | 10010110 | 111100 | 11011111 | 100001 | 1001001 | 0 | 1101 | 100010001 | 1001000 | 110111 |
Color Harmonies of #963CDF
Complementary color
Monochromatic Colors of #963CDF
Black with #963CDF
Text Example
Text Example
White with #963CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963CDF; }
p { color: rgb(150,60,223); }
H1.HeaderClassName
{
color: #963CDF;
}
.AnyTagClassName
{
color: #963CDF;
}
</style>
background-color css
<style>
a { background-color: #963CDF; }
a { background-color: rgb(150,60,223); }
div.DivClassName
{
background-color: #963CDF;
}
.BgClassName
{
background-color: #963CDF;
}
</style>
border-color css
<style>
span { border-color: #963CDF; }
span { border-color: rgb(150,60,223); }
td.TdClassName
{
border-color: #963CDF;
}
.TagClassName
{
border-color: #963CDF;
}
</style>