Shades of Blue Violet #963ADE
Tints of Blue Violet #963ADE
RGB
CMYK
RGB Variations
Color information
#963ADE (or 0x963ADE) is known color: Blue Violet. HEX triplet: 96, 3A and DE. RGB value is (150,58,222). Sum of RGB (Red+Green+Blue) = 150+58+222=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 58 (23.05% from 255 or 13.49% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #963ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963ADE is #69C521. Grayscale: #676767. Windows color (decimal): -6931746 or 14563990. OLE color: 14563990.
HSL color Cylindrical-coordinate representation of color #963ADE: hue angle of 273.66º degrees, saturation: 0.71, 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 #963ADE is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 58 | 222 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.13 |
| HSL | 273.66º | 0.71% | 0.55% | - |
| HSV(B) | 273.66º | 0.74% | 0.87% | - |
| XYZ | 27.28 | 14.78 | 70.52 | - |
| YUV | 104.2 | 194.48 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 222 | 0.32 | 0.74 | 0 | 0.13 | 273.66 | 0.71 | 0.55 |
| Hex | 96 | 3A | DE | 20 | 4A | 0 | D | 112 | 47 | 37 |
| Octal | 226 | 72 | 336 | 40 | 112 | 0 | 15 | 422 | 107 | 67 |
| Binary | 10010110 | 111010 | 11011110 | 100000 | 1001010 | 0 | 1101 | 100010010 | 1000111 | 110111 |
Color Harmonies of #963ADE
Complementary color
Monochromatic Colors of #963ADE
Black with #963ADE
Text Example
Text Example
White with #963ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963ADE; }
p { color: rgb(150,58,222); }
H1.HeaderClassName
{
color: #963ADE;
}
.AnyTagClassName
{
color: #963ADE;
}
</style>
background-color css
<style>
a { background-color: #963ADE; }
a { background-color: rgb(150,58,222); }
div.DivClassName
{
background-color: #963ADE;
}
.BgClassName
{
background-color: #963ADE;
}
</style>
border-color css
<style>
span { border-color: #963ADE; }
span { border-color: rgb(150,58,222); }
td.TdClassName
{
border-color: #963ADE;
}
.TagClassName
{
border-color: #963ADE;
}
</style>