Shades of Blue Violet #962DF5
Tints of Blue Violet #962DF5
RGB
CMYK
RGB Variations
Color information
#962DF5 (or 0x962DF5) is known color: Blue Violet. HEX triplet: 96, 2D and F5. RGB value is (150,45,245). Sum of RGB (Red+Green+Blue) = 150+45+245=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 45 (17.97% from 255 or 10.23% from 440); Blue value is 245 (96.09% from 255 or 55.68% from 440); Max value from RGB is 245 - color contains mainly: blue. Hex color #962DF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #962DF5 is #69D20A. Grayscale: #626262. Windows color (decimal): -6935051 or 16067990. OLE color: 16067990.
HSL color Cylindrical-coordinate representation of color #962DF5: hue angle of 271.5º degrees, saturation: 0.91, 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 #962DF5 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 45 | 245 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.04 |
| HSL | 271.5º | 0.91% | 0.57% | - |
| HSV(B) | 271.5º | 0.82% | 0.96% | - |
| XYZ | 30 | 14.95 | 87.69 | - |
| YUV | 99.2 | 210.29 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 45 | 245 | 0.39 | 0.82 | 0 | 0.04 | 271.5 | 0.91 | 0.57 |
| Hex | 96 | 2D | F5 | 27 | 52 | 0 | 4 | 110 | 5B | 39 |
| Octal | 226 | 55 | 365 | 47 | 122 | 0 | 4 | 420 | 133 | 71 |
| Binary | 10010110 | 101101 | 11110101 | 100111 | 1010010 | 0 | 100 | 100010000 | 1011011 | 111001 |
Color Harmonies of #962DF5
Complementary color
Monochromatic Colors of #962DF5
Black with #962DF5
Text Example
Text Example
White with #962DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962DF5; }
p { color: rgb(150,45,245); }
H1.HeaderClassName
{
color: #962DF5;
}
.AnyTagClassName
{
color: #962DF5;
}
</style>
background-color css
<style>
a { background-color: #962DF5; }
a { background-color: rgb(150,45,245); }
div.DivClassName
{
background-color: #962DF5;
}
.BgClassName
{
background-color: #962DF5;
}
</style>
border-color css
<style>
span { border-color: #962DF5; }
span { border-color: rgb(150,45,245); }
td.TdClassName
{
border-color: #962DF5;
}
.TagClassName
{
border-color: #962DF5;
}
</style>