Shades of Blue Violet #964DED
Tints of Blue Violet #964DED
RGB
CMYK
RGB Variations
Color information
#964DED (or 0x964DED) is known color: Blue Violet. HEX triplet: 96, 4D and ED. RGB value is (150,77,237). Sum of RGB (Red+Green+Blue) = 150+77+237=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 77 (30.47% from 255 or 16.59% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #964DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #964DED is #69B212. Grayscale: #747474. Windows color (decimal): -6926867 or 15551894. OLE color: 15551894.
HSL color Cylindrical-coordinate representation of color #964DED: hue angle of 267.38º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #964DED is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 77 | 237 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.07 |
| HSL | 267.38º | 0.82% | 0.62% | - |
| HSV(B) | 267.38º | 0.68% | 0.93% | - |
| XYZ | 30.52 | 17.91 | 81.97 | - |
| YUV | 117.07 | 195.68 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 77 | 237 | 0.37 | 0.68 | 0 | 0.07 | 267.38 | 0.82 | 0.62 |
| Hex | 96 | 4D | ED | 25 | 44 | 0 | 7 | 10B | 52 | 3E |
| Octal | 226 | 115 | 355 | 45 | 104 | 0 | 7 | 413 | 122 | 76 |
| Binary | 10010110 | 1001101 | 11101101 | 100101 | 1000100 | 0 | 111 | 100001011 | 1010010 | 111110 |
Color Harmonies of #964DED
Complementary color
Monochromatic Colors of #964DED
Black with #964DED
Text Example
Text Example
White with #964DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964DED; }
p { color: rgb(150,77,237); }
H1.HeaderClassName
{
color: #964DED;
}
.AnyTagClassName
{
color: #964DED;
}
</style>
background-color css
<style>
a { background-color: #964DED; }
a { background-color: rgb(150,77,237); }
div.DivClassName
{
background-color: #964DED;
}
.BgClassName
{
background-color: #964DED;
}
</style>
border-color css
<style>
span { border-color: #964DED; }
span { border-color: rgb(150,77,237); }
td.TdClassName
{
border-color: #964DED;
}
.TagClassName
{
border-color: #964DED;
}
</style>