Shades of Blue Violet #962FE3
Tints of Blue Violet #962FE3
RGB
CMYK
RGB Variations
Color information
#962FE3 (or 0x962FE3) is known color: Blue Violet. HEX triplet: 96, 2F and E3. RGB value is (150,47,227). Sum of RGB (Red+Green+Blue) = 150+47+227=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 47 (18.75% from 255 or 11.08% from 424); Blue value is 227 (89.06% from 255 or 53.54% from 424); Max value from RGB is 227 - color contains mainly: blue. Hex color #962FE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962FE3 is #69D01C. Grayscale: #616161. Windows color (decimal): -6934557 or 14888854. OLE color: 14888854.
HSL color Cylindrical-coordinate representation of color #962FE3: hue angle of 274.33º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #962FE3 is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 47 | 227 | - |
| CMYK | 0.34 | 0.79 | 0 | 0.11 |
| HSL | 274.33º | 0.76% | 0.54% | - |
| HSV(B) | 274.33º | 0.79% | 0.89% | - |
| XYZ | 27.46 | 14.06 | 73.94 | - |
| YUV | 98.32 | 200.62 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 47 | 227 | 0.34 | 0.79 | 0 | 0.11 | 274.33 | 0.76 | 0.54 |
| Hex | 96 | 2F | E3 | 22 | 4F | 0 | B | 112 | 4C | 36 |
| Octal | 226 | 57 | 343 | 42 | 117 | 0 | 13 | 422 | 114 | 66 |
| Binary | 10010110 | 101111 | 11100011 | 100010 | 1001111 | 0 | 1011 | 100010010 | 1001100 | 110110 |
Color Harmonies of #962FE3
Complementary color
Monochromatic Colors of #962FE3
Black with #962FE3
Text Example
Text Example
White with #962FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962FE3; }
p { color: rgb(150,47,227); }
H1.HeaderClassName
{
color: #962FE3;
}
.AnyTagClassName
{
color: #962FE3;
}
</style>
background-color css
<style>
a { background-color: #962FE3; }
a { background-color: rgb(150,47,227); }
div.DivClassName
{
background-color: #962FE3;
}
.BgClassName
{
background-color: #962FE3;
}
</style>
border-color css
<style>
span { border-color: #962FE3; }
span { border-color: rgb(150,47,227); }
td.TdClassName
{
border-color: #962FE3;
}
.TagClassName
{
border-color: #962FE3;
}
</style>