Shades of Blue Violet #960CFA
Tints of Blue Violet #960CFA
RGB
CMYK
RGB Variations
Color information
#960CFA (or 0x960CFA) is known color: Blue Violet. HEX triplet: 96, 0C and FA. RGB value is (150,12,250). Sum of RGB (Red+Green+Blue) = 150+12+250=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 12 (5.08% from 255 or 2.91% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #960CFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960CFA is #69F305. Grayscale: #4F4F4F. Windows color (decimal): -6943494 or 16387222. OLE color: 16387222.
HSL color Cylindrical-coordinate representation of color #960CFA: hue angle of 274.79º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960CFA is Cyan = 0.4, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 12 | 250 | - |
| CMYK | 0.4 | 0.95 | 0 | 0.02 |
| HSL | 274.79º | 0.96% | 0.51% | - |
| HSV(B) | 274.79º | 0.95% | 0.98% | - |
| XYZ | 29.96 | 13.65 | 91.5 | - |
| YUV | 80.39 | 223.72 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 12 | 250 | 0.4 | 0.95 | 0 | 0.02 | 274.79 | 0.96 | 0.51 |
| Hex | 96 | C | FA | 28 | 5F | 0 | 2 | 113 | 60 | 33 |
| Octal | 226 | 14 | 372 | 50 | 137 | 0 | 2 | 423 | 140 | 63 |
| Binary | 10010110 | 1100 | 11111010 | 101000 | 1011111 | 0 | 10 | 100010011 | 1100000 | 110011 |
Color Harmonies of #960CFA
Complementary color
Monochromatic Colors of #960CFA
Black with #960CFA
Text Example
Text Example
White with #960CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960CFA; }
p { color: rgb(150,12,250); }
H1.HeaderClassName
{
color: #960CFA;
}
.AnyTagClassName
{
color: #960CFA;
}
</style>
background-color css
<style>
a { background-color: #960CFA; }
a { background-color: rgb(150,12,250); }
div.DivClassName
{
background-color: #960CFA;
}
.BgClassName
{
background-color: #960CFA;
}
</style>
border-color css
<style>
span { border-color: #960CFA; }
span { border-color: rgb(150,12,250); }
td.TdClassName
{
border-color: #960CFA;
}
.TagClassName
{
border-color: #960CFA;
}
</style>