Shades of Blue Violet #964EEF
Tints of Blue Violet #964EEF
RGB
CMYK
RGB Variations
Color information
#964EEF (or 0x964EEF) is known color: Blue Violet. HEX triplet: 96, 4E and EF. RGB value is (150,78,239). Sum of RGB (Red+Green+Blue) = 150+78+239=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 78 (30.86% from 255 or 16.70% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #964EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #964EEF is #69B110. Grayscale: #757575. Windows color (decimal): -6926609 or 15683222. OLE color: 15683222.
HSL color Cylindrical-coordinate representation of color #964EEF: hue angle of 266.83º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #964EEF is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 78 | 239 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.06 |
| HSL | 266.83º | 0.83% | 0.62% | - |
| HSV(B) | 266.83º | 0.67% | 0.94% | - |
| XYZ | 30.88 | 18.16 | 83.54 | - |
| YUV | 117.88 | 196.35 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 78 | 239 | 0.37 | 0.67 | 0 | 0.06 | 266.83 | 0.83 | 0.62 |
| Hex | 96 | 4E | EF | 25 | 43 | 0 | 6 | 10B | 53 | 3E |
| Octal | 226 | 116 | 357 | 45 | 103 | 0 | 6 | 413 | 123 | 76 |
| Binary | 10010110 | 1001110 | 11101111 | 100101 | 1000011 | 0 | 110 | 100001011 | 1010011 | 111110 |
Color Harmonies of #964EEF
Complementary color
Monochromatic Colors of #964EEF
Black with #964EEF
Text Example
Text Example
White with #964EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964EEF; }
p { color: rgb(150,78,239); }
H1.HeaderClassName
{
color: #964EEF;
}
.AnyTagClassName
{
color: #964EEF;
}
</style>
background-color css
<style>
a { background-color: #964EEF; }
a { background-color: rgb(150,78,239); }
div.DivClassName
{
background-color: #964EEF;
}
.BgClassName
{
background-color: #964EEF;
}
</style>
border-color css
<style>
span { border-color: #964EEF; }
span { border-color: rgb(150,78,239); }
td.TdClassName
{
border-color: #964EEF;
}
.TagClassName
{
border-color: #964EEF;
}
</style>