Shades of Blue Violet #962CEC
Tints of Blue Violet #962CEC
RGB
CMYK
RGB Variations
Color information
#962CEC (or 0x962CEC) is known color: Blue Violet. HEX triplet: 96, 2C and EC. RGB value is (150,44,236). Sum of RGB (Red+Green+Blue) = 150+44+236=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 44 (17.58% from 255 or 10.23% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #962CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #962CEC is #69D313. Grayscale: #606060. Windows color (decimal): -6935316 or 15477910. OLE color: 15477910.
HSL color Cylindrical-coordinate representation of color #962CEC: hue angle of 273.12º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #962CEC is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 44 | 236 | - |
| CMYK | 0.36 | 0.81 | 0 | 0.07 |
| HSL | 273.13º | 0.83% | 0.55% | - |
| HSV(B) | 273.13º | 0.81% | 0.93% | - |
| XYZ | 28.62 | 14.34 | 80.62 | - |
| YUV | 97.58 | 206.12 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 44 | 236 | 0.36 | 0.81 | 0 | 0.07 | 273.13 | 0.83 | 0.55 |
| Hex | 96 | 2C | EC | 24 | 51 | 0 | 7 | 111 | 53 | 37 |
| Octal | 226 | 54 | 354 | 44 | 121 | 0 | 7 | 421 | 123 | 67 |
| Binary | 10010110 | 101100 | 11101100 | 100100 | 1010001 | 0 | 111 | 100010001 | 1010011 | 110111 |
Color Harmonies of #962CEC
Complementary color
Monochromatic Colors of #962CEC
Black with #962CEC
Text Example
Text Example
White with #962CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962CEC; }
p { color: rgb(150,44,236); }
H1.HeaderClassName
{
color: #962CEC;
}
.AnyTagClassName
{
color: #962CEC;
}
</style>
background-color css
<style>
a { background-color: #962CEC; }
a { background-color: rgb(150,44,236); }
div.DivClassName
{
background-color: #962CEC;
}
.BgClassName
{
background-color: #962CEC;
}
</style>
border-color css
<style>
span { border-color: #962CEC; }
span { border-color: rgb(150,44,236); }
td.TdClassName
{
border-color: #962CEC;
}
.TagClassName
{
border-color: #962CEC;
}
</style>