Shades of Blue Violet #962CEF
Tints of Blue Violet #962CEF
RGB
CMYK
RGB Variations
Color information
#962CEF (or 0x962CEF) is known color: Blue Violet. HEX triplet: 96, 2C and EF. RGB value is (150,44,239). Sum of RGB (Red+Green+Blue) = 150+44+239=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 44 (17.58% from 255 or 10.16% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #962CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #962CEF is #69D310. Grayscale: #616161. Windows color (decimal): -6935313 or 15674518. OLE color: 15674518.
HSL color Cylindrical-coordinate representation of color #962CEF: hue angle of 272.62º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #962CEF is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 44 | 239 | - |
| CMYK | 0.37 | 0.82 | 0 | 0.06 |
| HSL | 272.62º | 0.86% | 0.55% | - |
| HSV(B) | 272.62º | 0.82% | 0.94% | - |
| XYZ | 29.06 | 14.52 | 82.93 | - |
| YUV | 97.92 | 207.62 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 44 | 239 | 0.37 | 0.82 | 0 | 0.06 | 272.62 | 0.86 | 0.55 |
| Hex | 96 | 2C | EF | 25 | 52 | 0 | 6 | 111 | 56 | 37 |
| Octal | 226 | 54 | 357 | 45 | 122 | 0 | 6 | 421 | 126 | 67 |
| Binary | 10010110 | 101100 | 11101111 | 100101 | 1010010 | 0 | 110 | 100010001 | 1010110 | 110111 |
Color Harmonies of #962CEF
Complementary color
Monochromatic Colors of #962CEF
Black with #962CEF
Text Example
Text Example
White with #962CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962CEF; }
p { color: rgb(150,44,239); }
H1.HeaderClassName
{
color: #962CEF;
}
.AnyTagClassName
{
color: #962CEF;
}
</style>
background-color css
<style>
a { background-color: #962CEF; }
a { background-color: rgb(150,44,239); }
div.DivClassName
{
background-color: #962CEF;
}
.BgClassName
{
background-color: #962CEF;
}
</style>
border-color css
<style>
span { border-color: #962CEF; }
span { border-color: rgb(150,44,239); }
td.TdClassName
{
border-color: #962CEF;
}
.TagClassName
{
border-color: #962CEF;
}
</style>