Shades of Blue Violet #962DFC
Tints of Blue Violet #962DFC
RGB
CMYK
RGB Variations
Color information
#962DFC (or 0x962DFC) is known color: Blue Violet. HEX triplet: 96, 2D and FC. RGB value is (150,45,252). Sum of RGB (Red+Green+Blue) = 150+45+252=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 45 (17.97% from 255 or 10.07% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #962DFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #962DFC is #69D203. Grayscale: #636363. Windows color (decimal): -6935044 or 16526742. OLE color: 16526742.
HSL color Cylindrical-coordinate representation of color #962DFC: hue angle of 270.43º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #962DFC is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 45 | 252 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.01 |
| HSL | 270.43º | 0.97% | 0.58% | - |
| HSV(B) | 270.43º | 0.82% | 0.99% | - |
| XYZ | 31.09 | 15.39 | 93.43 | - |
| YUV | 99.99 | 213.79 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 45 | 252 | 0.40 | 0.82 | 0 | 0.01 | 270.43 | 0.97 | 0.58 |
| Hex | 96 | 2D | FC | 28 | 52 | 0 | 1 | 10E | 61 | 3A |
| Octal | 226 | 55 | 374 | 50 | 122 | 0 | 1 | 416 | 141 | 72 |
| Binary | 10010110 | 101101 | 11111100 | 101000 | 1010010 | 0 | 1 | 100001110 | 1100001 | 111010 |
Color Harmonies of #962DFC
Complementary color
Monochromatic Colors of #962DFC
Black with #962DFC
Text Example
Text Example
White with #962DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962DFC; }
p { color: rgb(150,45,252); }
H1.HeaderClassName
{
color: #962DFC;
}
.AnyTagClassName
{
color: #962DFC;
}
</style>
background-color css
<style>
a { background-color: #962DFC; }
a { background-color: rgb(150,45,252); }
div.DivClassName
{
background-color: #962DFC;
}
.BgClassName
{
background-color: #962DFC;
}
</style>
border-color css
<style>
span { border-color: #962DFC; }
span { border-color: rgb(150,45,252); }
td.TdClassName
{
border-color: #962DFC;
}
.TagClassName
{
border-color: #962DFC;
}
</style>