Shades of Blue Violet #962AFE
Tints of Blue Violet #962AFE
RGB
CMYK
RGB Variations
Color information
#962AFE (or 0x962AFE) is known color: Blue Violet. HEX triplet: 96, 2A and FE. RGB value is (150,42,254). Sum of RGB (Red+Green+Blue) = 150+42+254=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 42 (16.80% from 255 or 9.42% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #962AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #962AFE is #69D501. Grayscale: #616161. Windows color (decimal): -6935810 or 16657046. OLE color: 16657046.
HSL color Cylindrical-coordinate representation of color #962AFE: hue angle of 270.57º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #962AFE is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 42 | 254 | - |
| CMYK | 0.41 | 0.83 | 0 | 0.00 |
| HSL | 270.57º | 0.99% | 0.58% | - |
| HSV(B) | 270.57º | 0.83% | 1% | - |
| XYZ | 31.3 | 15.3 | 95.07 | - |
| YUV | 98.46 | 215.78 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 42 | 254 | 0.41 | 0.83 | 0 | 0.00 | 270.57 | 0.99 | 0.58 |
| Hex | 96 | 2A | FE | 29 | 53 | 0 | 0 | 10F | 63 | 3A |
| Octal | 226 | 52 | 376 | 51 | 123 | 0 | 0 | 417 | 143 | 72 |
| Binary | 10010110 | 101010 | 11111110 | 101001 | 1010011 | 0 | 0 | 100001111 | 1100011 | 111010 |
Color Harmonies of #962AFE
Complementary color
Monochromatic Colors of #962AFE
Black with #962AFE
Text Example
Text Example
White with #962AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962AFE; }
p { color: rgb(150,42,254); }
H1.HeaderClassName
{
color: #962AFE;
}
.AnyTagClassName
{
color: #962AFE;
}
</style>
background-color css
<style>
a { background-color: #962AFE; }
a { background-color: rgb(150,42,254); }
div.DivClassName
{
background-color: #962AFE;
}
.BgClassName
{
background-color: #962AFE;
}
</style>
border-color css
<style>
span { border-color: #962AFE; }
span { border-color: rgb(150,42,254); }
td.TdClassName
{
border-color: #962AFE;
}
.TagClassName
{
border-color: #962AFE;
}
</style>