Shades of Blue Violet #960EFC
Tints of Blue Violet #960EFC
RGB
CMYK
RGB Variations
Color information
#960EFC (or 0x960EFC) is known color: Blue Violet. HEX triplet: 96, 0E and FC. RGB value is (150,14,252). Sum of RGB (Red+Green+Blue) = 150+14+252=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 14 (5.86% from 255 or 3.37% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #960EFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960EFC is #69F103. Grayscale: #505050. Windows color (decimal): -6942980 or 16518806. OLE color: 16518806.
HSL color Cylindrical-coordinate representation of color #960EFC: hue angle of 274.29º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960EFC is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 14 | 252 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.01 |
| HSL | 274.29º | 0.98% | 0.52% | - |
| HSV(B) | 274.29º | 0.94% | 0.99% | - |
| XYZ | 30.31 | 13.83 | 93.17 | - |
| YUV | 81.8 | 224.06 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 14 | 252 | 0.40 | 0.94 | 0 | 0.01 | 274.29 | 0.98 | 0.52 |
| Hex | 96 | E | FC | 28 | 5E | 0 | 1 | 112 | 62 | 34 |
| Octal | 226 | 16 | 374 | 50 | 136 | 0 | 1 | 422 | 142 | 64 |
| Binary | 10010110 | 1110 | 11111100 | 101000 | 1011110 | 0 | 1 | 100010010 | 1100010 | 110100 |
Color Harmonies of #960EFC
Complementary color
Monochromatic Colors of #960EFC
Black with #960EFC
Text Example
Text Example
White with #960EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960EFC; }
p { color: rgb(150,14,252); }
H1.HeaderClassName
{
color: #960EFC;
}
.AnyTagClassName
{
color: #960EFC;
}
</style>
background-color css
<style>
a { background-color: #960EFC; }
a { background-color: rgb(150,14,252); }
div.DivClassName
{
background-color: #960EFC;
}
.BgClassName
{
background-color: #960EFC;
}
</style>
border-color css
<style>
span { border-color: #960EFC; }
span { border-color: rgb(150,14,252); }
td.TdClassName
{
border-color: #960EFC;
}
.TagClassName
{
border-color: #960EFC;
}
</style>