Shades of Blue Violet #9A46EB
Tints of Blue Violet #9A46EB
RGB
CMYK
RGB Variations
Color information
#9A46EB (or 0x9A46EB) is known color: Blue Violet. HEX triplet: 9A, 46 and EB. RGB value is (154,70,235). Sum of RGB (Red+Green+Blue) = 154+70+235=459 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.55% from 459); Green value is 70 (27.73% from 255 or 15.25% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #9A46EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A46EB is #65B914. Grayscale: #717171. Windows color (decimal): -6666517 or 15419034. OLE color: 15419034.
HSL color Cylindrical-coordinate representation of color #9A46EB: hue angle of 270.55º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9A46EB is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 70 | 235 | - |
| CMYK | 0.34 | 0.70 | 0 | 0.08 |
| HSL | 270.55º | 0.8% | 0.6% | - |
| HSV(B) | 270.55º | 0.7% | 0.92% | - |
| XYZ | 30.51 | 17.25 | 80.32 | - |
| YUV | 113.93 | 196.33 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 70 | 235 | 0.34 | 0.70 | 0 | 0.08 | 270.55 | 0.8 | 0.6 |
| Hex | 9A | 46 | EB | 22 | 46 | 0 | 8 | 10F | 50 | 3C |
| Octal | 232 | 106 | 353 | 42 | 106 | 0 | 10 | 417 | 120 | 74 |
| Binary | 10011010 | 1000110 | 11101011 | 100010 | 1000110 | 0 | 1000 | 100001111 | 1010000 | 111100 |
Color Harmonies of #9A46EB
Complementary color
Monochromatic Colors of #9A46EB
Black with #9A46EB
Text Example
Text Example
White with #9A46EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A46EB; }
p { color: rgb(154,70,235); }
H1.HeaderClassName
{
color: #9A46EB;
}
.AnyTagClassName
{
color: #9A46EB;
}
</style>
background-color css
<style>
a { background-color: #9A46EB; }
a { background-color: rgb(154,70,235); }
div.DivClassName
{
background-color: #9A46EB;
}
.BgClassName
{
background-color: #9A46EB;
}
</style>
border-color css
<style>
span { border-color: #9A46EB; }
span { border-color: rgb(154,70,235); }
td.TdClassName
{
border-color: #9A46EB;
}
.TagClassName
{
border-color: #9A46EB;
}
</style>