Shades of Blue Violet #964BE1
Tints of Blue Violet #964BE1
RGB
CMYK
RGB Variations
Color information
#964BE1 (or 0x964BE1) is known color: Blue Violet. HEX triplet: 96, 4B and E1. RGB value is (150,75,225). Sum of RGB (Red+Green+Blue) = 150+75+225=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 75 (29.69% from 255 or 16.67% from 450); Blue value is 225 (88.28% from 255 or 50% from 450); Max value from RGB is 225 - color contains mainly: blue. Hex color #964BE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964BE1 is #69B41E. Grayscale: #727272. Windows color (decimal): -6927391 or 14764950. OLE color: 14764950.
HSL color Cylindrical-coordinate representation of color #964BE1: hue angle of 270º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #964BE1 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 75 | 225 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.12 |
| HSL | 270º | 0.71% | 0.59% | - |
| HSV(B) | 270º | 0.67% | 0.88% | - |
| XYZ | 28.68 | 16.95 | 72.99 | - |
| YUV | 114.53 | 190.35 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 75 | 225 | 0.33 | 0.67 | 0 | 0.12 | 270 | 0.71 | 0.59 |
| Hex | 96 | 4B | E1 | 21 | 43 | 0 | C | 10E | 47 | 3B |
| Octal | 226 | 113 | 341 | 41 | 103 | 0 | 14 | 416 | 107 | 73 |
| Binary | 10010110 | 1001011 | 11100001 | 100001 | 1000011 | 0 | 1100 | 100001110 | 1000111 | 111011 |
Color Harmonies of #964BE1
Complementary color
Monochromatic Colors of #964BE1
Black with #964BE1
Text Example
Text Example
White with #964BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964BE1; }
p { color: rgb(150,75,225); }
H1.HeaderClassName
{
color: #964BE1;
}
.AnyTagClassName
{
color: #964BE1;
}
</style>
background-color css
<style>
a { background-color: #964BE1; }
a { background-color: rgb(150,75,225); }
div.DivClassName
{
background-color: #964BE1;
}
.BgClassName
{
background-color: #964BE1;
}
</style>
border-color css
<style>
span { border-color: #964BE1; }
span { border-color: rgb(150,75,225); }
td.TdClassName
{
border-color: #964BE1;
}
.TagClassName
{
border-color: #964BE1;
}
</style>