Shades of Blue Violet #960CFB
Tints of Blue Violet #960CFB
RGB
CMYK
RGB Variations
Color information
#960CFB (or 0x960CFB) is known color: Blue Violet. HEX triplet: 96, 0C and FB. RGB value is (150,12,251). Sum of RGB (Red+Green+Blue) = 150+12+251=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 12 (5.08% from 255 or 2.91% from 413); Blue value is 251 (98.44% from 255 or 60.77% from 413); Max value from RGB is 251 - color contains mainly: blue. Hex color #960CFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960CFB is #69F304. Grayscale: #4F4F4F. Windows color (decimal): -6943493 or 16452758. OLE color: 16452758.
HSL color Cylindrical-coordinate representation of color #960CFB: hue angle of 274.64º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960CFB is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 12 | 251 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.02 |
| HSL | 274.64º | 0.97% | 0.52% | - |
| HSV(B) | 274.64º | 0.95% | 0.98% | - |
| XYZ | 30.12 | 13.71 | 92.33 | - |
| YUV | 80.51 | 224.22 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 12 | 251 | 0.40 | 0.95 | 0 | 0.02 | 274.64 | 0.97 | 0.52 |
| Hex | 96 | C | FB | 28 | 5F | 0 | 2 | 113 | 61 | 34 |
| Octal | 226 | 14 | 373 | 50 | 137 | 0 | 2 | 423 | 141 | 64 |
| Binary | 10010110 | 1100 | 11111011 | 101000 | 1011111 | 0 | 10 | 100010011 | 1100001 | 110100 |
Color Harmonies of #960CFB
Complementary color
Monochromatic Colors of #960CFB
Black with #960CFB
Text Example
Text Example
White with #960CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960CFB; }
p { color: rgb(150,12,251); }
H1.HeaderClassName
{
color: #960CFB;
}
.AnyTagClassName
{
color: #960CFB;
}
</style>
background-color css
<style>
a { background-color: #960CFB; }
a { background-color: rgb(150,12,251); }
div.DivClassName
{
background-color: #960CFB;
}
.BgClassName
{
background-color: #960CFB;
}
</style>
border-color css
<style>
span { border-color: #960CFB; }
span { border-color: rgb(150,12,251); }
td.TdClassName
{
border-color: #960CFB;
}
.TagClassName
{
border-color: #960CFB;
}
</style>