Shades of Blue Violet #962CEA
Tints of Blue Violet #962CEA
RGB
CMYK
RGB Variations
Color information
#962CEA (or 0x962CEA) is known color: Blue Violet. HEX triplet: 96, 2C and EA. RGB value is (150,44,234). Sum of RGB (Red+Green+Blue) = 150+44+234=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 44 (17.58% from 255 or 10.28% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #962CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #962CEA is #69D315. Grayscale: #606060. Windows color (decimal): -6935318 or 15346838. OLE color: 15346838.
HSL color Cylindrical-coordinate representation of color #962CEA: hue angle of 273.47º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #962CEA is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 44 | 234 | - |
| CMYK | 0.36 | 0.81 | 0 | 0.08 |
| HSL | 273.47º | 0.82% | 0.55% | - |
| HSV(B) | 273.47º | 0.81% | 0.92% | - |
| XYZ | 28.33 | 14.23 | 79.09 | - |
| YUV | 97.35 | 205.12 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 44 | 234 | 0.36 | 0.81 | 0 | 0.08 | 273.47 | 0.82 | 0.55 |
| Hex | 96 | 2C | EA | 24 | 51 | 0 | 8 | 111 | 52 | 37 |
| Octal | 226 | 54 | 352 | 44 | 121 | 0 | 10 | 421 | 122 | 67 |
| Binary | 10010110 | 101100 | 11101010 | 100100 | 1010001 | 0 | 1000 | 100010001 | 1010010 | 110111 |
Color Harmonies of #962CEA
Complementary color
Monochromatic Colors of #962CEA
Black with #962CEA
Text Example
Text Example
White with #962CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962CEA; }
p { color: rgb(150,44,234); }
H1.HeaderClassName
{
color: #962CEA;
}
.AnyTagClassName
{
color: #962CEA;
}
</style>
background-color css
<style>
a { background-color: #962CEA; }
a { background-color: rgb(150,44,234); }
div.DivClassName
{
background-color: #962CEA;
}
.BgClassName
{
background-color: #962CEA;
}
</style>
border-color css
<style>
span { border-color: #962CEA; }
span { border-color: rgb(150,44,234); }
td.TdClassName
{
border-color: #962CEA;
}
.TagClassName
{
border-color: #962CEA;
}
</style>