Shades of Blue Violet #964EEB
Tints of Blue Violet #964EEB
RGB
CMYK
RGB Variations
Color information
#964EEB (or 0x964EEB) is known color: Blue Violet. HEX triplet: 96, 4E and EB. RGB value is (150,78,235). Sum of RGB (Red+Green+Blue) = 150+78+235=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 78 (30.86% from 255 or 16.85% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #964EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #964EEB is #69B114. Grayscale: #747474. Windows color (decimal): -6926613 or 15421078. OLE color: 15421078.
HSL color Cylindrical-coordinate representation of color #964EEB: hue angle of 267.52º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #964EEB is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 78 | 235 | - |
| CMYK | 0.36 | 0.67 | 0 | 0.08 |
| HSL | 267.52º | 0.8% | 0.61% | - |
| HSV(B) | 267.52º | 0.67% | 0.92% | - |
| XYZ | 30.3 | 17.93 | 80.46 | - |
| YUV | 117.43 | 194.35 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 78 | 235 | 0.36 | 0.67 | 0 | 0.08 | 267.52 | 0.8 | 0.61 |
| Hex | 96 | 4E | EB | 24 | 43 | 0 | 8 | 10C | 50 | 3D |
| Octal | 226 | 116 | 353 | 44 | 103 | 0 | 10 | 414 | 120 | 75 |
| Binary | 10010110 | 1001110 | 11101011 | 100100 | 1000011 | 0 | 1000 | 100001100 | 1010000 | 111101 |
Color Harmonies of #964EEB
Complementary color
Monochromatic Colors of #964EEB
Black with #964EEB
Text Example
Text Example
White with #964EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964EEB; }
p { color: rgb(150,78,235); }
H1.HeaderClassName
{
color: #964EEB;
}
.AnyTagClassName
{
color: #964EEB;
}
</style>
background-color css
<style>
a { background-color: #964EEB; }
a { background-color: rgb(150,78,235); }
div.DivClassName
{
background-color: #964EEB;
}
.BgClassName
{
background-color: #964EEB;
}
</style>
border-color css
<style>
span { border-color: #964EEB; }
span { border-color: rgb(150,78,235); }
td.TdClassName
{
border-color: #964EEB;
}
.TagClassName
{
border-color: #964EEB;
}
</style>