Shades of Blue Violet #962DFF
Tints of Blue Violet #962DFF
RGB
CMYK
RGB Variations
Color information
#962DFF (or 0x962DFF) is known color: Blue Violet. HEX triplet: 96, 2D and FF. RGB value is (150,45,255). Sum of RGB (Red+Green+Blue) = 150+45+255=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 45 (17.97% from 255 or 10% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #962DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #962DFF is #69D200. Grayscale: #636363. Windows color (decimal): -6935041 or 16723350. OLE color: 16723350.
HSL color Cylindrical-coordinate representation of color #962DFF: hue angle of 270º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #962DFF is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 45 | 255 | - |
| CMYK | 0.41 | 0.82 | 0 | 0 |
| HSL | 270º | 1% | 0.59% | - |
| HSV(B) | 270º | 0.82% | 1% | - |
| XYZ | 31.57 | 15.58 | 95.95 | - |
| YUV | 100.34 | 215.29 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 45 | 255 | 0.41 | 0.82 | 0 | 0 | 270 | 1 | 0.59 |
| Hex | 96 | 2D | FF | 29 | 52 | 0 | 0 | 10E | 64 | 3B |
| Octal | 226 | 55 | 377 | 51 | 122 | 0 | 0 | 416 | 144 | 73 |
| Binary | 10010110 | 101101 | 11111111 | 101001 | 1010010 | 0 | 0 | 100001110 | 1100100 | 111011 |
Color Harmonies of #962DFF
Complementary color
Monochromatic Colors of #962DFF
Black with #962DFF
Text Example
Text Example
White with #962DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962DFF; }
p { color: rgb(150,45,255); }
H1.HeaderClassName
{
color: #962DFF;
}
.AnyTagClassName
{
color: #962DFF;
}
</style>
background-color css
<style>
a { background-color: #962DFF; }
a { background-color: rgb(150,45,255); }
div.DivClassName
{
background-color: #962DFF;
}
.BgClassName
{
background-color: #962DFF;
}
</style>
border-color css
<style>
span { border-color: #962DFF; }
span { border-color: rgb(150,45,255); }
td.TdClassName
{
border-color: #962DFF;
}
.TagClassName
{
border-color: #962DFF;
}
</style>