Shades of Blue Violet #960EFE
Tints of Blue Violet #960EFE
RGB
CMYK
RGB Variations
Color information
#960EFE (or 0x960EFE) is known color: Blue Violet. HEX triplet: 96, 0E and FE. RGB value is (150,14,254). Sum of RGB (Red+Green+Blue) = 150+14+254=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 14 (5.86% from 255 or 3.35% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #960EFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960EFE is #69F101. Grayscale: #515151. Windows color (decimal): -6942978 or 16649878. OLE color: 16649878.
HSL color Cylindrical-coordinate representation of color #960EFE: hue angle of 274º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960EFE is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 14 | 254 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.00 |
| HSL | 274º | 0.99% | 0.53% | - |
| HSV(B) | 274º | 0.94% | 1% | - |
| XYZ | 30.62 | 13.95 | 94.85 | - |
| YUV | 82.02 | 225.06 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 14 | 254 | 0.41 | 0.94 | 0 | 0.00 | 274 | 0.99 | 0.53 |
| Hex | 96 | E | FE | 29 | 5E | 0 | 0 | 112 | 63 | 35 |
| Octal | 226 | 16 | 376 | 51 | 136 | 0 | 0 | 422 | 143 | 65 |
| Binary | 10010110 | 1110 | 11111110 | 101001 | 1011110 | 0 | 0 | 100010010 | 1100011 | 110101 |
Color Harmonies of #960EFE
Complementary color
Monochromatic Colors of #960EFE
Black with #960EFE
Text Example
Text Example
White with #960EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960EFE; }
p { color: rgb(150,14,254); }
H1.HeaderClassName
{
color: #960EFE;
}
.AnyTagClassName
{
color: #960EFE;
}
</style>
background-color css
<style>
a { background-color: #960EFE; }
a { background-color: rgb(150,14,254); }
div.DivClassName
{
background-color: #960EFE;
}
.BgClassName
{
background-color: #960EFE;
}
</style>
border-color css
<style>
span { border-color: #960EFE; }
span { border-color: rgb(150,14,254); }
td.TdClassName
{
border-color: #960EFE;
}
.TagClassName
{
border-color: #960EFE;
}
</style>