Shades of Blue Violet #960CFF
Tints of Blue Violet #960CFF
RGB
CMYK
RGB Variations
Color information
#960CFF (or 0x960CFF) is known color: Blue Violet. HEX triplet: 96, 0C and FF. RGB value is (150,12,255). Sum of RGB (Red+Green+Blue) = 150+12+255=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 12 (5.08% from 255 or 2.88% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #960CFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960CFF is #69F300. Grayscale: #505050. Windows color (decimal): -6943489 or 16714902. OLE color: 16714902.
HSL color Cylindrical-coordinate representation of color #960CFF: hue angle of 274.07º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960CFF is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 12 | 255 | - |
| CMYK | 0.41 | 0.95 | 0 | 0 |
| HSL | 274.07º | 1% | 0.52% | - |
| HSV(B) | 274.07º | 0.95% | 1% | - |
| XYZ | 30.76 | 13.97 | 95.68 | - |
| YUV | 80.96 | 226.22 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 12 | 255 | 0.41 | 0.95 | 0 | 0 | 274.07 | 1 | 0.52 |
| Hex | 96 | C | FF | 29 | 5F | 0 | 0 | 112 | 64 | 34 |
| Octal | 226 | 14 | 377 | 51 | 137 | 0 | 0 | 422 | 144 | 64 |
| Binary | 10010110 | 1100 | 11111111 | 101001 | 1011111 | 0 | 0 | 100010010 | 1100100 | 110100 |
Color Harmonies of #960CFF
Complementary color
Monochromatic Colors of #960CFF
Black with #960CFF
Text Example
Text Example
White with #960CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960CFF; }
p { color: rgb(150,12,255); }
H1.HeaderClassName
{
color: #960CFF;
}
.AnyTagClassName
{
color: #960CFF;
}
</style>
background-color css
<style>
a { background-color: #960CFF; }
a { background-color: rgb(150,12,255); }
div.DivClassName
{
background-color: #960CFF;
}
.BgClassName
{
background-color: #960CFF;
}
</style>
border-color css
<style>
span { border-color: #960CFF; }
span { border-color: rgb(150,12,255); }
td.TdClassName
{
border-color: #960CFF;
}
.TagClassName
{
border-color: #960CFF;
}
</style>