Shades of Blue Violet #962DF6
Tints of Blue Violet #962DF6
RGB
CMYK
RGB Variations
Color information
#962DF6 (or 0x962DF6) is known color: Blue Violet. HEX triplet: 96, 2D and F6. RGB value is (150,45,246). Sum of RGB (Red+Green+Blue) = 150+45+246=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 45 (17.97% from 255 or 10.20% from 441); Blue value is 246 (96.48% from 255 or 55.78% from 441); Max value from RGB is 246 - color contains mainly: blue. Hex color #962DF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #962DF6 is #69D209. Grayscale: #626262. Windows color (decimal): -6935050 or 16133526. OLE color: 16133526.
HSL color Cylindrical-coordinate representation of color #962DF6: hue angle of 271.34º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #962DF6 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 45 | 246 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.04 |
| HSL | 271.34º | 0.92% | 0.57% | - |
| HSV(B) | 271.34º | 0.82% | 0.96% | - |
| XYZ | 30.15 | 15.01 | 88.5 | - |
| YUV | 99.31 | 210.79 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 45 | 246 | 0.39 | 0.82 | 0 | 0.04 | 271.34 | 0.92 | 0.57 |
| Hex | 96 | 2D | F6 | 27 | 52 | 0 | 4 | 10F | 5C | 39 |
| Octal | 226 | 55 | 366 | 47 | 122 | 0 | 4 | 417 | 134 | 71 |
| Binary | 10010110 | 101101 | 11110110 | 100111 | 1010010 | 0 | 100 | 100001111 | 1011100 | 111001 |
Color Harmonies of #962DF6
Complementary color
Monochromatic Colors of #962DF6
Black with #962DF6
Text Example
Text Example
White with #962DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962DF6; }
p { color: rgb(150,45,246); }
H1.HeaderClassName
{
color: #962DF6;
}
.AnyTagClassName
{
color: #962DF6;
}
</style>
background-color css
<style>
a { background-color: #962DF6; }
a { background-color: rgb(150,45,246); }
div.DivClassName
{
background-color: #962DF6;
}
.BgClassName
{
background-color: #962DF6;
}
</style>
border-color css
<style>
span { border-color: #962DF6; }
span { border-color: rgb(150,45,246); }
td.TdClassName
{
border-color: #962DF6;
}
.TagClassName
{
border-color: #962DF6;
}
</style>