Shades of Blue Violet #963FEA
Tints of Blue Violet #963FEA
RGB
CMYK
RGB Variations
Color information
#963FEA (or 0x963FEA) is known color: Blue Violet. HEX triplet: 96, 3F and EA. RGB value is (150,63,234). Sum of RGB (Red+Green+Blue) = 150+63+234=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 63 (25% from 255 or 14.09% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #963FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963FEA is #69C015. Grayscale: #6B6B6B. Windows color (decimal): -6930454 or 15351702. OLE color: 15351702.
HSL color Cylindrical-coordinate representation of color #963FEA: hue angle of 270.53º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #963FEA is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 63 | 234 | - |
| CMYK | 0.36 | 0.73 | 0 | 0.08 |
| HSL | 270.53º | 0.8% | 0.58% | - |
| HSV(B) | 270.53º | 0.73% | 0.92% | - |
| XYZ | 29.21 | 15.98 | 79.39 | - |
| YUV | 108.51 | 198.82 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 63 | 234 | 0.36 | 0.73 | 0 | 0.08 | 270.53 | 0.8 | 0.58 |
| Hex | 96 | 3F | EA | 24 | 49 | 0 | 8 | 10F | 50 | 3A |
| Octal | 226 | 77 | 352 | 44 | 111 | 0 | 10 | 417 | 120 | 72 |
| Binary | 10010110 | 111111 | 11101010 | 100100 | 1001001 | 0 | 1000 | 100001111 | 1010000 | 111010 |
Color Harmonies of #963FEA
Complementary color
Monochromatic Colors of #963FEA
Black with #963FEA
Text Example
Text Example
White with #963FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963FEA; }
p { color: rgb(150,63,234); }
H1.HeaderClassName
{
color: #963FEA;
}
.AnyTagClassName
{
color: #963FEA;
}
</style>
background-color css
<style>
a { background-color: #963FEA; }
a { background-color: rgb(150,63,234); }
div.DivClassName
{
background-color: #963FEA;
}
.BgClassName
{
background-color: #963FEA;
}
</style>
border-color css
<style>
span { border-color: #963FEA; }
span { border-color: rgb(150,63,234); }
td.TdClassName
{
border-color: #963FEA;
}
.TagClassName
{
border-color: #963FEA;
}
</style>