Shades of Blue Violet #962CFC
Tints of Blue Violet #962CFC
RGB
CMYK
RGB Variations
Color information
#962CFC (or 0x962CFC) is known color: Blue Violet. HEX triplet: 96, 2C and FC. RGB value is (150,44,252). Sum of RGB (Red+Green+Blue) = 150+44+252=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 44 (17.58% from 255 or 9.87% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #962CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #962CFC is #69D303. Grayscale: #626262. Windows color (decimal): -6935300 or 16526486. OLE color: 16526486.
HSL color Cylindrical-coordinate representation of color #962CFC: hue angle of 270.58º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #962CFC is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 44 | 252 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.01 |
| HSL | 270.58º | 0.97% | 0.58% | - |
| HSV(B) | 270.58º | 0.83% | 0.99% | - |
| XYZ | 31.05 | 15.31 | 93.41 | - |
| YUV | 99.41 | 214.12 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 44 | 252 | 0.40 | 0.83 | 0 | 0.01 | 270.58 | 0.97 | 0.58 |
| Hex | 96 | 2C | FC | 28 | 53 | 0 | 1 | 10F | 61 | 3A |
| Octal | 226 | 54 | 374 | 50 | 123 | 0 | 1 | 417 | 141 | 72 |
| Binary | 10010110 | 101100 | 11111100 | 101000 | 1010011 | 0 | 1 | 100001111 | 1100001 | 111010 |
Color Harmonies of #962CFC
Complementary color
Monochromatic Colors of #962CFC
Black with #962CFC
Text Example
Text Example
White with #962CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962CFC; }
p { color: rgb(150,44,252); }
H1.HeaderClassName
{
color: #962CFC;
}
.AnyTagClassName
{
color: #962CFC;
}
</style>
background-color css
<style>
a { background-color: #962CFC; }
a { background-color: rgb(150,44,252); }
div.DivClassName
{
background-color: #962CFC;
}
.BgClassName
{
background-color: #962CFC;
}
</style>
border-color css
<style>
span { border-color: #962CFC; }
span { border-color: rgb(150,44,252); }
td.TdClassName
{
border-color: #962CFC;
}
.TagClassName
{
border-color: #962CFC;
}
</style>