Shades of Blue Violet #9B40F8
Tints of Blue Violet #9B40F8
RGB
CMYK
RGB Variations
Color information
#9B40F8 (or 0x9B40F8) is known color: Blue Violet. HEX triplet: 9B, 40 and F8. RGB value is (155,64,248). Sum of RGB (Red+Green+Blue) = 155+64+248=467 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.19% from 467); Green value is 64 (25.39% from 255 or 13.70% from 467); Blue value is 248 (97.27% from 255 or 53.10% from 467); Max value from RGB is 248 - color contains mainly: blue. Hex color #9B40F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B40F8 is #64BF07. Grayscale: #6F6F6F. Windows color (decimal): -6602504 or 16269467. OLE color: 16269467.
HSL color Cylindrical-coordinate representation of color #9B40F8: hue angle of 269.67º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B40F8 is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 155 | 64 | 248 | - |
| CMYK | 0.38 | 0.74 | 0 | 0.03 |
| HSL | 269.67º | 0.93% | 0.61% | - |
| HSV(B) | 269.67º | 0.74% | 0.97% | - |
| XYZ | 32.29 | 17.41 | 90.47 | - |
| YUV | 112.19 | 204.65 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 64 | 248 | 0.38 | 0.74 | 0 | 0.03 | 269.67 | 0.93 | 0.61 |
| Hex | 9B | 40 | F8 | 26 | 4A | 0 | 3 | 10E | 5D | 3D |
| Octal | 233 | 100 | 370 | 46 | 112 | 0 | 3 | 416 | 135 | 75 |
| Binary | 10011011 | 1000000 | 11111000 | 100110 | 1001010 | 0 | 11 | 100001110 | 1011101 | 111101 |
Color Harmonies of #9B40F8
Complementary color
Monochromatic Colors of #9B40F8
Black with #9B40F8
Text Example
Text Example
White with #9B40F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B40F8; }
p { color: rgb(155,64,248); }
H1.HeaderClassName
{
color: #9B40F8;
}
.AnyTagClassName
{
color: #9B40F8;
}
</style>
background-color css
<style>
a { background-color: #9B40F8; }
a { background-color: rgb(155,64,248); }
div.DivClassName
{
background-color: #9B40F8;
}
.BgClassName
{
background-color: #9B40F8;
}
</style>
border-color css
<style>
span { border-color: #9B40F8; }
span { border-color: rgb(155,64,248); }
td.TdClassName
{
border-color: #9B40F8;
}
.TagClassName
{
border-color: #9B40F8;
}
</style>