Shades of Blue Violet #961EFE
Tints of Blue Violet #961EFE
RGB
CMYK
RGB Variations
Color information
#961EFE (or 0x961EFE) is known color: Blue Violet. HEX triplet: 96, 1E and FE. RGB value is (150,30,254). Sum of RGB (Red+Green+Blue) = 150+30+254=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 30 (12.11% from 255 or 6.91% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #961EFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #961EFE is #69E101. Grayscale: #5A5A5A. Windows color (decimal): -6938882 or 16653974. OLE color: 16653974.
HSL color Cylindrical-coordinate representation of color #961EFE: hue angle of 272.14º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961EFE is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 30 | 254 | - |
| CMYK | 0.41 | 0.88 | 0 | 0.00 |
| HSL | 272.14º | 0.99% | 0.56% | - |
| HSV(B) | 272.14º | 0.88% | 1% | - |
| XYZ | 30.93 | 14.57 | 94.95 | - |
| YUV | 91.42 | 219.76 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 30 | 254 | 0.41 | 0.88 | 0 | 0.00 | 272.14 | 0.99 | 0.56 |
| Hex | 96 | 1E | FE | 29 | 58 | 0 | 0 | 110 | 63 | 38 |
| Octal | 226 | 36 | 376 | 51 | 130 | 0 | 0 | 420 | 143 | 70 |
| Binary | 10010110 | 11110 | 11111110 | 101001 | 1011000 | 0 | 0 | 100010000 | 1100011 | 111000 |
Color Harmonies of #961EFE
Complementary color
Monochromatic Colors of #961EFE
Black with #961EFE
Text Example
Text Example
White with #961EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961EFE; }
p { color: rgb(150,30,254); }
H1.HeaderClassName
{
color: #961EFE;
}
.AnyTagClassName
{
color: #961EFE;
}
</style>
background-color css
<style>
a { background-color: #961EFE; }
a { background-color: rgb(150,30,254); }
div.DivClassName
{
background-color: #961EFE;
}
.BgClassName
{
background-color: #961EFE;
}
</style>
border-color css
<style>
span { border-color: #961EFE; }
span { border-color: rgb(150,30,254); }
td.TdClassName
{
border-color: #961EFE;
}
.TagClassName
{
border-color: #961EFE;
}
</style>