Shades of Blue Violet #962CE5
Tints of Blue Violet #962CE5
RGB
CMYK
RGB Variations
Color information
#962CE5 (or 0x962CE5) is known color: Blue Violet. HEX triplet: 96, 2C and E5. RGB value is (150,44,229). Sum of RGB (Red+Green+Blue) = 150+44+229=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 44 (17.58% from 255 or 10.40% from 423); Blue value is 229 (89.84% from 255 or 54.14% from 423); Max value from RGB is 229 - color contains mainly: blue. Hex color #962CE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962CE5 is #69D31A. Grayscale: #606060. Windows color (decimal): -6935323 or 15019158. OLE color: 15019158.
HSL color Cylindrical-coordinate representation of color #962CE5: hue angle of 274.38º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #962CE5 is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 44 | 229 | - |
| CMYK | 0.34 | 0.81 | 0 | 0.10 |
| HSL | 274.38º | 0.78% | 0.54% | - |
| HSV(B) | 274.38º | 0.81% | 0.9% | - |
| XYZ | 27.62 | 13.94 | 75.36 | - |
| YUV | 96.78 | 202.62 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 44 | 229 | 0.34 | 0.81 | 0 | 0.10 | 274.38 | 0.78 | 0.54 |
| Hex | 96 | 2C | E5 | 22 | 51 | 0 | A | 112 | 4E | 36 |
| Octal | 226 | 54 | 345 | 42 | 121 | 0 | 12 | 422 | 116 | 66 |
| Binary | 10010110 | 101100 | 11100101 | 100010 | 1010001 | 0 | 1010 | 100010010 | 1001110 | 110110 |
Color Harmonies of #962CE5
Complementary color
Monochromatic Colors of #962CE5
Black with #962CE5
Text Example
Text Example
White with #962CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962CE5; }
p { color: rgb(150,44,229); }
H1.HeaderClassName
{
color: #962CE5;
}
.AnyTagClassName
{
color: #962CE5;
}
</style>
background-color css
<style>
a { background-color: #962CE5; }
a { background-color: rgb(150,44,229); }
div.DivClassName
{
background-color: #962CE5;
}
.BgClassName
{
background-color: #962CE5;
}
</style>
border-color css
<style>
span { border-color: #962CE5; }
span { border-color: rgb(150,44,229); }
td.TdClassName
{
border-color: #962CE5;
}
.TagClassName
{
border-color: #962CE5;
}
</style>