Shades of Blue Violet #9B40E3
Tints of Blue Violet #9B40E3
RGB
CMYK
RGB Variations
Color information
#9B40E3 (or 0x9B40E3) is known color: Blue Violet. HEX triplet: 9B, 40 and E3. RGB value is (155,64,227). Sum of RGB (Red+Green+Blue) = 155+64+227=446 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.75% from 446); Green value is 64 (25.39% from 255 or 14.35% from 446); Blue value is 227 (89.06% from 255 or 50.90% from 446); Max value from RGB is 227 - color contains mainly: blue. Hex color #9B40E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B40E3 is #64BF1C. Grayscale: #6D6D6D. Windows color (decimal): -6602525 or 14893211. OLE color: 14893211.
HSL color Cylindrical-coordinate representation of color #9B40E3: hue angle of 273.5º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B40E3 is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 155 | 64 | 227 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.11 |
| HSL | 273.5º | 0.74% | 0.57% | - |
| HSV(B) | 273.5º | 0.72% | 0.89% | - |
| XYZ | 29.22 | 16.18 | 74.26 | - |
| YUV | 109.79 | 194.15 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 64 | 227 | 0.32 | 0.72 | 0 | 0.11 | 273.5 | 0.74 | 0.57 |
| Hex | 9B | 40 | E3 | 20 | 48 | 0 | B | 111 | 4A | 39 |
| Octal | 233 | 100 | 343 | 40 | 110 | 0 | 13 | 421 | 112 | 71 |
| Binary | 10011011 | 1000000 | 11100011 | 100000 | 1001000 | 0 | 1011 | 100010001 | 1001010 | 111001 |
Color Harmonies of #9B40E3
Complementary color
Monochromatic Colors of #9B40E3
Black with #9B40E3
Text Example
Text Example
White with #9B40E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B40E3; }
p { color: rgb(155,64,227); }
H1.HeaderClassName
{
color: #9B40E3;
}
.AnyTagClassName
{
color: #9B40E3;
}
</style>
background-color css
<style>
a { background-color: #9B40E3; }
a { background-color: rgb(155,64,227); }
div.DivClassName
{
background-color: #9B40E3;
}
.BgClassName
{
background-color: #9B40E3;
}
</style>
border-color css
<style>
span { border-color: #9B40E3; }
span { border-color: rgb(155,64,227); }
td.TdClassName
{
border-color: #9B40E3;
}
.TagClassName
{
border-color: #9B40E3;
}
</style>