Shades of Blue Violet #963BFD
Tints of Blue Violet #963BFD
RGB
CMYK
RGB Variations
Color information
#963BFD (or 0x963BFD) is known color: Blue Violet. HEX triplet: 96, 3B and FD. RGB value is (150,59,253). Sum of RGB (Red+Green+Blue) = 150+59+253=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 59 (23.44% from 255 or 12.77% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #963BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963BFD is #69C402. Grayscale: #6B6B6B. Windows color (decimal): -6931459 or 16595862. OLE color: 16595862.
HSL color Cylindrical-coordinate representation of color #963BFD: hue angle of 268.14º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #963BFD is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 59 | 253 | - |
| CMYK | 0.41 | 0.77 | 0 | 0.01 |
| HSL | 268.14º | 0.98% | 0.61% | - |
| HSV(B) | 268.14º | 0.77% | 0.99% | - |
| XYZ | 31.87 | 16.7 | 94.47 | - |
| YUV | 108.33 | 209.65 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 59 | 253 | 0.41 | 0.77 | 0 | 0.01 | 268.14 | 0.98 | 0.61 |
| Hex | 96 | 3B | FD | 29 | 4D | 0 | 1 | 10C | 62 | 3D |
| Octal | 226 | 73 | 375 | 51 | 115 | 0 | 1 | 414 | 142 | 75 |
| Binary | 10010110 | 111011 | 11111101 | 101001 | 1001101 | 0 | 1 | 100001100 | 1100010 | 111101 |
Color Harmonies of #963BFD
Complementary color
Monochromatic Colors of #963BFD
Black with #963BFD
Text Example
Text Example
White with #963BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963BFD; }
p { color: rgb(150,59,253); }
H1.HeaderClassName
{
color: #963BFD;
}
.AnyTagClassName
{
color: #963BFD;
}
</style>
background-color css
<style>
a { background-color: #963BFD; }
a { background-color: rgb(150,59,253); }
div.DivClassName
{
background-color: #963BFD;
}
.BgClassName
{
background-color: #963BFD;
}
</style>
border-color css
<style>
span { border-color: #963BFD; }
span { border-color: rgb(150,59,253); }
td.TdClassName
{
border-color: #963BFD;
}
.TagClassName
{
border-color: #963BFD;
}
</style>