Shades of Blue Violet #9640EA
Tints of Blue Violet #9640EA
RGB
CMYK
RGB Variations
Color information
#9640EA (or 0x9640EA) is known color: Blue Violet. HEX triplet: 96, 40 and EA. RGB value is (150,64,234). Sum of RGB (Red+Green+Blue) = 150+64+234=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 64 (25.39% from 255 or 14.29% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #9640EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9640EA is #69BF15. Grayscale: #6C6C6C. Windows color (decimal): -6930198 or 15351958. OLE color: 15351958.
HSL color Cylindrical-coordinate representation of color #9640EA: hue angle of 270.35º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9640EA is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 64 | 234 | - |
| CMYK | 0.36 | 0.73 | 0 | 0.08 |
| HSL | 270.35º | 0.8% | 0.58% | - |
| HSV(B) | 270.35º | 0.73% | 0.92% | - |
| XYZ | 29.26 | 16.09 | 79.41 | - |
| YUV | 109.09 | 198.49 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 64 | 234 | 0.36 | 0.73 | 0 | 0.08 | 270.35 | 0.8 | 0.58 |
| Hex | 96 | 40 | EA | 24 | 49 | 0 | 8 | 10E | 50 | 3A |
| Octal | 226 | 100 | 352 | 44 | 111 | 0 | 10 | 416 | 120 | 72 |
| Binary | 10010110 | 1000000 | 11101010 | 100100 | 1001001 | 0 | 1000 | 100001110 | 1010000 | 111010 |
Color Harmonies of #9640EA
Complementary color
Monochromatic Colors of #9640EA
Black with #9640EA
Text Example
Text Example
White with #9640EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9640EA; }
p { color: rgb(150,64,234); }
H1.HeaderClassName
{
color: #9640EA;
}
.AnyTagClassName
{
color: #9640EA;
}
</style>
background-color css
<style>
a { background-color: #9640EA; }
a { background-color: rgb(150,64,234); }
div.DivClassName
{
background-color: #9640EA;
}
.BgClassName
{
background-color: #9640EA;
}
</style>
border-color css
<style>
span { border-color: #9640EA; }
span { border-color: rgb(150,64,234); }
td.TdClassName
{
border-color: #9640EA;
}
.TagClassName
{
border-color: #9640EA;
}
</style>