Shades of Blue Violet #964EEE
Tints of Blue Violet #964EEE
RGB
CMYK
RGB Variations
Color information
#964EEE (or 0x964EEE) is known color: Blue Violet. HEX triplet: 96, 4E and EE. RGB value is (150,78,238). Sum of RGB (Red+Green+Blue) = 150+78+238=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 78 (30.86% from 255 or 16.74% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #964EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #964EEE is #69B111. Grayscale: #757575. Windows color (decimal): -6926610 or 15617686. OLE color: 15617686.
HSL color Cylindrical-coordinate representation of color #964EEE: hue angle of 267º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #964EEE is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 78 | 238 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.07 |
| HSL | 267º | 0.82% | 0.62% | - |
| HSV(B) | 267º | 0.67% | 0.93% | - |
| XYZ | 30.73 | 18.11 | 82.76 | - |
| YUV | 117.77 | 195.85 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 78 | 238 | 0.37 | 0.67 | 0 | 0.07 | 267 | 0.82 | 0.62 |
| Hex | 96 | 4E | EE | 25 | 43 | 0 | 7 | 10B | 52 | 3E |
| Octal | 226 | 116 | 356 | 45 | 103 | 0 | 7 | 413 | 122 | 76 |
| Binary | 10010110 | 1001110 | 11101110 | 100101 | 1000011 | 0 | 111 | 100001011 | 1010010 | 111110 |
Color Harmonies of #964EEE
Complementary color
Monochromatic Colors of #964EEE
Black with #964EEE
Text Example
Text Example
White with #964EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964EEE; }
p { color: rgb(150,78,238); }
H1.HeaderClassName
{
color: #964EEE;
}
.AnyTagClassName
{
color: #964EEE;
}
</style>
background-color css
<style>
a { background-color: #964EEE; }
a { background-color: rgb(150,78,238); }
div.DivClassName
{
background-color: #964EEE;
}
.BgClassName
{
background-color: #964EEE;
}
</style>
border-color css
<style>
span { border-color: #964EEE; }
span { border-color: rgb(150,78,238); }
td.TdClassName
{
border-color: #964EEE;
}
.TagClassName
{
border-color: #964EEE;
}
</style>