Shades of Blue Violet #962CFB
Tints of Blue Violet #962CFB
RGB
CMYK
RGB Variations
Color information
#962CFB (or 0x962CFB) is known color: Blue Violet. HEX triplet: 96, 2C and FB. RGB value is (150,44,251). Sum of RGB (Red+Green+Blue) = 150+44+251=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 44 (17.58% from 255 or 9.89% from 445); Blue value is 251 (98.44% from 255 or 56.40% from 445); Max value from RGB is 251 - color contains mainly: blue. Hex color #962CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #962CFB is #69D304. Grayscale: #626262. Windows color (decimal): -6935301 or 16460950. OLE color: 16460950.
HSL color Cylindrical-coordinate representation of color #962CFB: hue angle of 270.72º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #962CFB is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 44 | 251 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.02 |
| HSL | 270.72º | 0.96% | 0.58% | - |
| HSV(B) | 270.72º | 0.82% | 0.98% | - |
| XYZ | 30.89 | 15.25 | 92.58 | - |
| YUV | 99.29 | 213.62 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 44 | 251 | 0.40 | 0.82 | 0 | 0.02 | 270.72 | 0.96 | 0.58 |
| Hex | 96 | 2C | FB | 28 | 52 | 0 | 2 | 10F | 60 | 3A |
| Octal | 226 | 54 | 373 | 50 | 122 | 0 | 2 | 417 | 140 | 72 |
| Binary | 10010110 | 101100 | 11111011 | 101000 | 1010010 | 0 | 10 | 100001111 | 1100000 | 111010 |
Color Harmonies of #962CFB
Complementary color
Monochromatic Colors of #962CFB
Black with #962CFB
Text Example
Text Example
White with #962CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962CFB; }
p { color: rgb(150,44,251); }
H1.HeaderClassName
{
color: #962CFB;
}
.AnyTagClassName
{
color: #962CFB;
}
</style>
background-color css
<style>
a { background-color: #962CFB; }
a { background-color: rgb(150,44,251); }
div.DivClassName
{
background-color: #962CFB;
}
.BgClassName
{
background-color: #962CFB;
}
</style>
border-color css
<style>
span { border-color: #962CFB; }
span { border-color: rgb(150,44,251); }
td.TdClassName
{
border-color: #962CFB;
}
.TagClassName
{
border-color: #962CFB;
}
</style>