Shades of Blue Violet #960CFE
Tints of Blue Violet #960CFE
RGB
CMYK
RGB Variations
Color information
#960CFE (or 0x960CFE) is known color: Blue Violet. HEX triplet: 96, 0C and FE. RGB value is (150,12,254). Sum of RGB (Red+Green+Blue) = 150+12+254=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 12 (5.08% from 255 or 2.88% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #960CFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960CFE is #69F301. Grayscale: #505050. Windows color (decimal): -6943490 or 16649366. OLE color: 16649366.
HSL color Cylindrical-coordinate representation of color #960CFE: hue angle of 274.21º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960CFE is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 12 | 254 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.00 |
| HSL | 274.21º | 0.99% | 0.52% | - |
| HSV(B) | 274.21º | 0.95% | 1% | - |
| XYZ | 30.6 | 13.9 | 94.84 | - |
| YUV | 80.85 | 225.72 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 12 | 254 | 0.41 | 0.95 | 0 | 0.00 | 274.21 | 0.99 | 0.52 |
| Hex | 96 | C | FE | 29 | 5F | 0 | 0 | 112 | 63 | 34 |
| Octal | 226 | 14 | 376 | 51 | 137 | 0 | 0 | 422 | 143 | 64 |
| Binary | 10010110 | 1100 | 11111110 | 101001 | 1011111 | 0 | 0 | 100010010 | 1100011 | 110100 |
Color Harmonies of #960CFE
Complementary color
Monochromatic Colors of #960CFE
Black with #960CFE
Text Example
Text Example
White with #960CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960CFE; }
p { color: rgb(150,12,254); }
H1.HeaderClassName
{
color: #960CFE;
}
.AnyTagClassName
{
color: #960CFE;
}
</style>
background-color css
<style>
a { background-color: #960CFE; }
a { background-color: rgb(150,12,254); }
div.DivClassName
{
background-color: #960CFE;
}
.BgClassName
{
background-color: #960CFE;
}
</style>
border-color css
<style>
span { border-color: #960CFE; }
span { border-color: rgb(150,12,254); }
td.TdClassName
{
border-color: #960CFE;
}
.TagClassName
{
border-color: #960CFE;
}
</style>