Shades of Blue Violet #961EF8
Tints of Blue Violet #961EF8
RGB
CMYK
RGB Variations
Color information
#961EF8 (or 0x961EF8) is known color: Blue Violet. HEX triplet: 96, 1E and F8. RGB value is (150,30,248). Sum of RGB (Red+Green+Blue) = 150+30+248=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 30 (12.11% from 255 or 7.01% from 428); Blue value is 248 (97.27% from 255 or 57.94% from 428); Max value from RGB is 248 - color contains mainly: blue. Hex color #961EF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #961EF8 is #69E107. Grayscale: #595959. Windows color (decimal): -6938888 or 16260758. OLE color: 16260758.
HSL color Cylindrical-coordinate representation of color #961EF8: hue angle of 273.03º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961EF8 is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 30 | 248 | - |
| CMYK | 0.40 | 0.88 | 0 | 0.03 |
| HSL | 273.03º | 0.94% | 0.55% | - |
| HSV(B) | 273.03º | 0.88% | 0.97% | - |
| XYZ | 29.99 | 14.19 | 89.97 | - |
| YUV | 90.73 | 216.76 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 30 | 248 | 0.40 | 0.88 | 0 | 0.03 | 273.03 | 0.94 | 0.55 |
| Hex | 96 | 1E | F8 | 28 | 58 | 0 | 3 | 111 | 5E | 37 |
| Octal | 226 | 36 | 370 | 50 | 130 | 0 | 3 | 421 | 136 | 67 |
| Binary | 10010110 | 11110 | 11111000 | 101000 | 1011000 | 0 | 11 | 100010001 | 1011110 | 110111 |
Color Harmonies of #961EF8
Complementary color
Monochromatic Colors of #961EF8
Black with #961EF8
Text Example
Text Example
White with #961EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961EF8; }
p { color: rgb(150,30,248); }
H1.HeaderClassName
{
color: #961EF8;
}
.AnyTagClassName
{
color: #961EF8;
}
</style>
background-color css
<style>
a { background-color: #961EF8; }
a { background-color: rgb(150,30,248); }
div.DivClassName
{
background-color: #961EF8;
}
.BgClassName
{
background-color: #961EF8;
}
</style>
border-color css
<style>
span { border-color: #961EF8; }
span { border-color: rgb(150,30,248); }
td.TdClassName
{
border-color: #961EF8;
}
.TagClassName
{
border-color: #961EF8;
}
</style>