Shades of Blue Violet #963CDD
Tints of Blue Violet #963CDD
RGB
CMYK
RGB Variations
Color information
#963CDD (or 0x963CDD) is known color: Blue Violet. HEX triplet: 96, 3C and DD. RGB value is (150,60,221). Sum of RGB (Red+Green+Blue) = 150+60+221=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 60 (23.83% from 255 or 13.92% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #963CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963CDD is #69C322. Grayscale: #686868. Windows color (decimal): -6931235 or 14498966. OLE color: 14498966.
HSL color Cylindrical-coordinate representation of color #963CDD: hue angle of 273.54º degrees, saturation: 0.7, 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 #963CDD is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 60 | 221 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.13 |
| HSL | 273.54º | 0.7% | 0.55% | - |
| HSV(B) | 273.54º | 0.73% | 0.87% | - |
| XYZ | 27.24 | 14.94 | 69.85 | - |
| YUV | 105.26 | 193.32 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 60 | 221 | 0.32 | 0.73 | 0 | 0.13 | 273.54 | 0.7 | 0.55 |
| Hex | 96 | 3C | DD | 20 | 49 | 0 | D | 112 | 46 | 37 |
| Octal | 226 | 74 | 335 | 40 | 111 | 0 | 15 | 422 | 106 | 67 |
| Binary | 10010110 | 111100 | 11011101 | 100000 | 1001001 | 0 | 1101 | 100010010 | 1000110 | 110111 |
Color Harmonies of #963CDD
Complementary color
Monochromatic Colors of #963CDD
Black with #963CDD
Text Example
Text Example
White with #963CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963CDD; }
p { color: rgb(150,60,221); }
H1.HeaderClassName
{
color: #963CDD;
}
.AnyTagClassName
{
color: #963CDD;
}
</style>
background-color css
<style>
a { background-color: #963CDD; }
a { background-color: rgb(150,60,221); }
div.DivClassName
{
background-color: #963CDD;
}
.BgClassName
{
background-color: #963CDD;
}
</style>
border-color css
<style>
span { border-color: #963CDD; }
span { border-color: rgb(150,60,221); }
td.TdClassName
{
border-color: #963CDD;
}
.TagClassName
{
border-color: #963CDD;
}
</style>