Shades of Blue Violet #963EEA
Tints of Blue Violet #963EEA
RGB
CMYK
RGB Variations
Color information
#963EEA (or 0x963EEA) is known color: Blue Violet. HEX triplet: 96, 3E and EA. RGB value is (150,62,234). Sum of RGB (Red+Green+Blue) = 150+62+234=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 62 (24.61% from 255 or 13.90% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #963EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963EEA is #69C115. Grayscale: #6B6B6B. Windows color (decimal): -6930710 or 15351446. OLE color: 15351446.
HSL color Cylindrical-coordinate representation of color #963EEA: hue angle of 270.7º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #963EEA is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 62 | 234 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.08 |
| HSL | 270.7º | 0.8% | 0.58% | - |
| HSV(B) | 270.7º | 0.74% | 0.92% | - |
| XYZ | 29.15 | 15.87 | 79.37 | - |
| YUV | 107.92 | 199.15 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 62 | 234 | 0.36 | 0.74 | 0 | 0.08 | 270.7 | 0.8 | 0.58 |
| Hex | 96 | 3E | EA | 24 | 4A | 0 | 8 | 10F | 50 | 3A |
| Octal | 226 | 76 | 352 | 44 | 112 | 0 | 10 | 417 | 120 | 72 |
| Binary | 10010110 | 111110 | 11101010 | 100100 | 1001010 | 0 | 1000 | 100001111 | 1010000 | 111010 |
Color Harmonies of #963EEA
Complementary color
Monochromatic Colors of #963EEA
Black with #963EEA
Text Example
Text Example
White with #963EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963EEA; }
p { color: rgb(150,62,234); }
H1.HeaderClassName
{
color: #963EEA;
}
.AnyTagClassName
{
color: #963EEA;
}
</style>
background-color css
<style>
a { background-color: #963EEA; }
a { background-color: rgb(150,62,234); }
div.DivClassName
{
background-color: #963EEA;
}
.BgClassName
{
background-color: #963EEA;
}
</style>
border-color css
<style>
span { border-color: #963EEA; }
span { border-color: rgb(150,62,234); }
td.TdClassName
{
border-color: #963EEA;
}
.TagClassName
{
border-color: #963EEA;
}
</style>