Shades of Blue Violet #9A40EB
Tints of Blue Violet #9A40EB
RGB
CMYK
RGB Variations
Color information
#9A40EB (or 0x9A40EB) is known color: Blue Violet. HEX triplet: 9A, 40 and EB. RGB value is (154,64,235). Sum of RGB (Red+Green+Blue) = 154+64+235=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #9A40EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A40EB is #65BF14. Grayscale: #6D6D6D. Windows color (decimal): -6668053 or 15417498. OLE color: 15417498.
HSL color Cylindrical-coordinate representation of color #9A40EB: hue angle of 271.58º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A40EB is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 64 | 235 | - |
| CMYK | 0.34 | 0.73 | 0 | 0.08 |
| HSL | 271.58º | 0.81% | 0.59% | - |
| HSV(B) | 271.58º | 0.73% | 0.92% | - |
| XYZ | 30.16 | 16.53 | 80.2 | - |
| YUV | 110.4 | 198.32 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 64 | 235 | 0.34 | 0.73 | 0 | 0.08 | 271.58 | 0.81 | 0.59 |
| Hex | 9A | 40 | EB | 22 | 49 | 0 | 8 | 110 | 51 | 3B |
| Octal | 232 | 100 | 353 | 42 | 111 | 0 | 10 | 420 | 121 | 73 |
| Binary | 10011010 | 1000000 | 11101011 | 100010 | 1001001 | 0 | 1000 | 100010000 | 1010001 | 111011 |
Color Harmonies of #9A40EB
Complementary color
Monochromatic Colors of #9A40EB
Black with #9A40EB
Text Example
Text Example
White with #9A40EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A40EB; }
p { color: rgb(154,64,235); }
H1.HeaderClassName
{
color: #9A40EB;
}
.AnyTagClassName
{
color: #9A40EB;
}
</style>
background-color css
<style>
a { background-color: #9A40EB; }
a { background-color: rgb(154,64,235); }
div.DivClassName
{
background-color: #9A40EB;
}
.BgClassName
{
background-color: #9A40EB;
}
</style>
border-color css
<style>
span { border-color: #9A40EB; }
span { border-color: rgb(154,64,235); }
td.TdClassName
{
border-color: #9A40EB;
}
.TagClassName
{
border-color: #9A40EB;
}
</style>