Shades of Blue Violet #9641EA
Tints of Blue Violet #9641EA
RGB
CMYK
RGB Variations
Color information
#9641EA (or 0x9641EA) is known color: Blue Violet. HEX triplet: 96, 41 and EA. RGB value is (150,65,234). Sum of RGB (Red+Green+Blue) = 150+65+234=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 65 (25.78% from 255 or 14.48% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #9641EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9641EA is #69BE15. Grayscale: #6D6D6D. Windows color (decimal): -6929942 or 15352214. OLE color: 15352214.
HSL color Cylindrical-coordinate representation of color #9641EA: hue angle of 270.18º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9641EA is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 65 | 234 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.08 |
| HSL | 270.18º | 0.8% | 0.59% | - |
| HSV(B) | 270.18º | 0.72% | 0.92% | - |
| XYZ | 29.32 | 16.21 | 79.42 | - |
| YUV | 109.68 | 198.16 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 65 | 234 | 0.36 | 0.72 | 0 | 0.08 | 270.18 | 0.8 | 0.59 |
| Hex | 96 | 41 | EA | 24 | 48 | 0 | 8 | 10E | 50 | 3B |
| Octal | 226 | 101 | 352 | 44 | 110 | 0 | 10 | 416 | 120 | 73 |
| Binary | 10010110 | 1000001 | 11101010 | 100100 | 1001000 | 0 | 1000 | 100001110 | 1010000 | 111011 |
Color Harmonies of #9641EA
Complementary color
Monochromatic Colors of #9641EA
Black with #9641EA
Text Example
Text Example
White with #9641EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9641EA; }
p { color: rgb(150,65,234); }
H1.HeaderClassName
{
color: #9641EA;
}
.AnyTagClassName
{
color: #9641EA;
}
</style>
background-color css
<style>
a { background-color: #9641EA; }
a { background-color: rgb(150,65,234); }
div.DivClassName
{
background-color: #9641EA;
}
.BgClassName
{
background-color: #9641EA;
}
</style>
border-color css
<style>
span { border-color: #9641EA; }
span { border-color: rgb(150,65,234); }
td.TdClassName
{
border-color: #9641EA;
}
.TagClassName
{
border-color: #9641EA;
}
</style>