Shades of Blue Violet #964EED
Tints of Blue Violet #964EED
RGB
CMYK
RGB Variations
Color information
#964EED (or 0x964EED) is known color: Blue Violet. HEX triplet: 96, 4E and ED. RGB value is (150,78,237). Sum of RGB (Red+Green+Blue) = 150+78+237=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 78 (30.86% from 255 or 16.77% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #964EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #964EED is #69B112. Grayscale: #757575. Windows color (decimal): -6926611 or 15552150. OLE color: 15552150.
HSL color Cylindrical-coordinate representation of color #964EED: hue angle of 267.17º 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 #964EED is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 78 | 237 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.07 |
| HSL | 267.17º | 0.82% | 0.62% | - |
| HSV(B) | 267.17º | 0.67% | 0.93% | - |
| XYZ | 30.59 | 18.05 | 81.99 | - |
| YUV | 117.65 | 195.35 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 78 | 237 | 0.37 | 0.67 | 0 | 0.07 | 267.17 | 0.82 | 0.62 |
| Hex | 96 | 4E | ED | 25 | 43 | 0 | 7 | 10B | 52 | 3E |
| Octal | 226 | 116 | 355 | 45 | 103 | 0 | 7 | 413 | 122 | 76 |
| Binary | 10010110 | 1001110 | 11101101 | 100101 | 1000011 | 0 | 111 | 100001011 | 1010010 | 111110 |
Color Harmonies of #964EED
Complementary color
Monochromatic Colors of #964EED
Black with #964EED
Text Example
Text Example
White with #964EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964EED; }
p { color: rgb(150,78,237); }
H1.HeaderClassName
{
color: #964EED;
}
.AnyTagClassName
{
color: #964EED;
}
</style>
background-color css
<style>
a { background-color: #964EED; }
a { background-color: rgb(150,78,237); }
div.DivClassName
{
background-color: #964EED;
}
.BgClassName
{
background-color: #964EED;
}
</style>
border-color css
<style>
span { border-color: #964EED; }
span { border-color: rgb(150,78,237); }
td.TdClassName
{
border-color: #964EED;
}
.TagClassName
{
border-color: #964EED;
}
</style>