Shades of Blue Violet #9B40FE
Tints of Blue Violet #9B40FE
RGB
CMYK
RGB Variations
Color information
#9B40FE (or 0x9B40FE) is known color: Blue Violet. HEX triplet: 9B, 40 and FE. RGB value is (155,64,254). Sum of RGB (Red+Green+Blue) = 155+64+254=473 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.77% from 473); Green value is 64 (25.39% from 255 or 13.53% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B40FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B40FE is #64BF01. Grayscale: #707070. Windows color (decimal): -6602498 or 16662683. OLE color: 16662683.
HSL color Cylindrical-coordinate representation of color #9B40FE: hue angle of 268.74º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B40FE is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 64 | 254 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.00 |
| HSL | 268.74º | 0.99% | 0.62% | - |
| HSV(B) | 268.74º | 0.75% | 1% | - |
| XYZ | 33.24 | 17.79 | 95.45 | - |
| YUV | 112.87 | 207.65 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 64 | 254 | 0.39 | 0.75 | 0 | 0.00 | 268.74 | 0.99 | 0.62 |
| Hex | 9B | 40 | FE | 27 | 4B | 0 | 0 | 10D | 63 | 3E |
| Octal | 233 | 100 | 376 | 47 | 113 | 0 | 0 | 415 | 143 | 76 |
| Binary | 10011011 | 1000000 | 11111110 | 100111 | 1001011 | 0 | 0 | 100001101 | 1100011 | 111110 |
Color Harmonies of #9B40FE
Complementary color
Monochromatic Colors of #9B40FE
Black with #9B40FE
Text Example
Text Example
White with #9B40FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B40FE; }
p { color: rgb(155,64,254); }
H1.HeaderClassName
{
color: #9B40FE;
}
.AnyTagClassName
{
color: #9B40FE;
}
</style>
background-color css
<style>
a { background-color: #9B40FE; }
a { background-color: rgb(155,64,254); }
div.DivClassName
{
background-color: #9B40FE;
}
.BgClassName
{
background-color: #9B40FE;
}
</style>
border-color css
<style>
span { border-color: #9B40FE; }
span { border-color: rgb(155,64,254); }
td.TdClassName
{
border-color: #9B40FE;
}
.TagClassName
{
border-color: #9B40FE;
}
</style>