Shades of Blue Violet #9644EA
Tints of Blue Violet #9644EA
RGB
CMYK
RGB Variations
Color information
#9644EA (or 0x9644EA) is known color: Blue Violet. HEX triplet: 96, 44 and EA. RGB value is (150,68,234). Sum of RGB (Red+Green+Blue) = 150+68+234=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 68 (26.95% from 255 or 15.04% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #9644EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9644EA is #69BB15. Grayscale: #6E6E6E. Windows color (decimal): -6929174 or 15352982. OLE color: 15352982.
HSL color Cylindrical-coordinate representation of color #9644EA: hue angle of 269.64º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9644EA is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 68 | 234 | - |
| CMYK | 0.36 | 0.71 | 0 | 0.08 |
| HSL | 269.64º | 0.8% | 0.59% | - |
| HSV(B) | 269.64º | 0.71% | 0.92% | - |
| XYZ | 29.5 | 16.56 | 79.48 | - |
| YUV | 111.44 | 197.17 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 68 | 234 | 0.36 | 0.71 | 0 | 0.08 | 269.64 | 0.8 | 0.59 |
| Hex | 96 | 44 | EA | 24 | 47 | 0 | 8 | 10E | 50 | 3B |
| Octal | 226 | 104 | 352 | 44 | 107 | 0 | 10 | 416 | 120 | 73 |
| Binary | 10010110 | 1000100 | 11101010 | 100100 | 1000111 | 0 | 1000 | 100001110 | 1010000 | 111011 |
Color Harmonies of #9644EA
Complementary color
Monochromatic Colors of #9644EA
Black with #9644EA
Text Example
Text Example
White with #9644EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9644EA; }
p { color: rgb(150,68,234); }
H1.HeaderClassName
{
color: #9644EA;
}
.AnyTagClassName
{
color: #9644EA;
}
</style>
background-color css
<style>
a { background-color: #9644EA; }
a { background-color: rgb(150,68,234); }
div.DivClassName
{
background-color: #9644EA;
}
.BgClassName
{
background-color: #9644EA;
}
</style>
border-color css
<style>
span { border-color: #9644EA; }
span { border-color: rgb(150,68,234); }
td.TdClassName
{
border-color: #9644EA;
}
.TagClassName
{
border-color: #9644EA;
}
</style>