Shades of Blue Violet #962CDE
Tints of Blue Violet #962CDE
RGB
CMYK
RGB Variations
Color information
#962CDE (or 0x962CDE) is known color: Blue Violet. HEX triplet: 96, 2C and DE. RGB value is (150,44,222). Sum of RGB (Red+Green+Blue) = 150+44+222=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 44 (17.58% from 255 or 10.58% from 416); Blue value is 222 (87.11% from 255 or 53.37% from 416); Max value from RGB is 222 - color contains mainly: blue. Hex color #962CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962CDE is #69D321. Grayscale: #5F5F5F. Windows color (decimal): -6935330 or 14560406. OLE color: 14560406.
HSL color Cylindrical-coordinate representation of color #962CDE: hue angle of 275.73º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #962CDE is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 44 | 222 | - |
| CMYK | 0.32 | 0.80 | 0 | 0.13 |
| HSL | 275.73º | 0.73% | 0.52% | - |
| HSV(B) | 275.73º | 0.8% | 0.87% | - |
| XYZ | 26.66 | 13.56 | 70.32 | - |
| YUV | 95.99 | 199.12 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 44 | 222 | 0.32 | 0.80 | 0 | 0.13 | 275.73 | 0.73 | 0.52 |
| Hex | 96 | 2C | DE | 20 | 50 | 0 | D | 114 | 49 | 34 |
| Octal | 226 | 54 | 336 | 40 | 120 | 0 | 15 | 424 | 111 | 64 |
| Binary | 10010110 | 101100 | 11011110 | 100000 | 1010000 | 0 | 1101 | 100010100 | 1001001 | 110100 |
Color Harmonies of #962CDE
Complementary color
Monochromatic Colors of #962CDE
Black with #962CDE
Text Example
Text Example
White with #962CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962CDE; }
p { color: rgb(150,44,222); }
H1.HeaderClassName
{
color: #962CDE;
}
.AnyTagClassName
{
color: #962CDE;
}
</style>
background-color css
<style>
a { background-color: #962CDE; }
a { background-color: rgb(150,44,222); }
div.DivClassName
{
background-color: #962CDE;
}
.BgClassName
{
background-color: #962CDE;
}
</style>
border-color css
<style>
span { border-color: #962CDE; }
span { border-color: rgb(150,44,222); }
td.TdClassName
{
border-color: #962CDE;
}
.TagClassName
{
border-color: #962CDE;
}
</style>