Shades of Blue Violet #961FFC
Tints of Blue Violet #961FFC
RGB
CMYK
RGB Variations
Color information
#961FFC (or 0x961FFC) is known color: Blue Violet. HEX triplet: 96, 1F and FC. RGB value is (150,31,252). Sum of RGB (Red+Green+Blue) = 150+31+252=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 31 (12.5% from 255 or 7.16% from 433); Blue value is 252 (98.83% from 255 or 58.20% from 433); Max value from RGB is 252 - color contains mainly: blue. Hex color #961FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #961FFC is #69E003. Grayscale: #5B5B5B. Windows color (decimal): -6938628 or 16523158. OLE color: 16523158.
HSL color Cylindrical-coordinate representation of color #961FFC: hue angle of 272.31º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961FFC is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 31 | 252 | - |
| CMYK | 0.40 | 0.88 | 0 | 0.01 |
| HSL | 272.31º | 0.97% | 0.55% | - |
| HSV(B) | 272.31º | 0.88% | 0.99% | - |
| XYZ | 30.64 | 14.49 | 93.28 | - |
| YUV | 91.78 | 218.42 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 31 | 252 | 0.40 | 0.88 | 0 | 0.01 | 272.31 | 0.97 | 0.55 |
| Hex | 96 | 1F | FC | 28 | 58 | 0 | 1 | 110 | 61 | 37 |
| Octal | 226 | 37 | 374 | 50 | 130 | 0 | 1 | 420 | 141 | 67 |
| Binary | 10010110 | 11111 | 11111100 | 101000 | 1011000 | 0 | 1 | 100010000 | 1100001 | 110111 |
Color Harmonies of #961FFC
Complementary color
Monochromatic Colors of #961FFC
Black with #961FFC
Text Example
Text Example
White with #961FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961FFC; }
p { color: rgb(150,31,252); }
H1.HeaderClassName
{
color: #961FFC;
}
.AnyTagClassName
{
color: #961FFC;
}
</style>
background-color css
<style>
a { background-color: #961FFC; }
a { background-color: rgb(150,31,252); }
div.DivClassName
{
background-color: #961FFC;
}
.BgClassName
{
background-color: #961FFC;
}
</style>
border-color css
<style>
span { border-color: #961FFC; }
span { border-color: rgb(150,31,252); }
td.TdClassName
{
border-color: #961FFC;
}
.TagClassName
{
border-color: #961FFC;
}
</style>