Shades of Blue Violet #963CFD
Tints of Blue Violet #963CFD
RGB
CMYK
RGB Variations
Color information
#963CFD (or 0x963CFD) is known color: Blue Violet. HEX triplet: 96, 3C and FD. RGB value is (150,60,253). Sum of RGB (Red+Green+Blue) = 150+60+253=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 60 (23.83% from 255 or 12.96% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #963CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963CFD is #69C302. Grayscale: #6C6C6C. Windows color (decimal): -6931203 or 16596118. OLE color: 16596118.
HSL color Cylindrical-coordinate representation of color #963CFD: hue angle of 267.98º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #963CFD is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 60 | 253 | - |
| CMYK | 0.41 | 0.76 | 0 | 0.01 |
| HSL | 267.98º | 0.98% | 0.61% | - |
| HSV(B) | 267.98º | 0.76% | 0.99% | - |
| XYZ | 31.92 | 16.81 | 94.49 | - |
| YUV | 108.91 | 209.32 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 60 | 253 | 0.41 | 0.76 | 0 | 0.01 | 267.98 | 0.98 | 0.61 |
| Hex | 96 | 3C | FD | 29 | 4C | 0 | 1 | 10C | 62 | 3D |
| Octal | 226 | 74 | 375 | 51 | 114 | 0 | 1 | 414 | 142 | 75 |
| Binary | 10010110 | 111100 | 11111101 | 101001 | 1001100 | 0 | 1 | 100001100 | 1100010 | 111101 |
Color Harmonies of #963CFD
Complementary color
Monochromatic Colors of #963CFD
Black with #963CFD
Text Example
Text Example
White with #963CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963CFD; }
p { color: rgb(150,60,253); }
H1.HeaderClassName
{
color: #963CFD;
}
.AnyTagClassName
{
color: #963CFD;
}
</style>
background-color css
<style>
a { background-color: #963CFD; }
a { background-color: rgb(150,60,253); }
div.DivClassName
{
background-color: #963CFD;
}
.BgClassName
{
background-color: #963CFD;
}
</style>
border-color css
<style>
span { border-color: #963CFD; }
span { border-color: rgb(150,60,253); }
td.TdClassName
{
border-color: #963CFD;
}
.TagClassName
{
border-color: #963CFD;
}
</style>