Shades of Blue Violet #960FFD
Tints of Blue Violet #960FFD
RGB
CMYK
RGB Variations
Color information
#960FFD (or 0x960FFD) is known color: Blue Violet. HEX triplet: 96, 0F and FD. RGB value is (150,15,253). Sum of RGB (Red+Green+Blue) = 150+15+253=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 15 (6.25% from 255 or 3.59% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #960FFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960FFD is #69F002. Grayscale: #515151. Windows color (decimal): -6942723 or 16584598. OLE color: 16584598.
HSL color Cylindrical-coordinate representation of color #960FFD: hue angle of 274.03º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960FFD is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 15 | 253 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.01 |
| HSL | 274.03º | 0.98% | 0.53% | - |
| HSV(B) | 274.03º | 0.94% | 0.99% | - |
| XYZ | 30.48 | 13.92 | 94.01 | - |
| YUV | 82.5 | 224.23 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 15 | 253 | 0.41 | 0.94 | 0 | 0.01 | 274.03 | 0.98 | 0.53 |
| Hex | 96 | F | FD | 29 | 5E | 0 | 1 | 112 | 62 | 35 |
| Octal | 226 | 17 | 375 | 51 | 136 | 0 | 1 | 422 | 142 | 65 |
| Binary | 10010110 | 1111 | 11111101 | 101001 | 1011110 | 0 | 1 | 100010010 | 1100010 | 110101 |
Color Harmonies of #960FFD
Complementary color
Monochromatic Colors of #960FFD
Black with #960FFD
Text Example
Text Example
White with #960FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960FFD; }
p { color: rgb(150,15,253); }
H1.HeaderClassName
{
color: #960FFD;
}
.AnyTagClassName
{
color: #960FFD;
}
</style>
background-color css
<style>
a { background-color: #960FFD; }
a { background-color: rgb(150,15,253); }
div.DivClassName
{
background-color: #960FFD;
}
.BgClassName
{
background-color: #960FFD;
}
</style>
border-color css
<style>
span { border-color: #960FFD; }
span { border-color: rgb(150,15,253); }
td.TdClassName
{
border-color: #960FFD;
}
.TagClassName
{
border-color: #960FFD;
}
</style>