Shades of Blue Violet #9D46FE
Tints of Blue Violet #9D46FE
RGB
CMYK
RGB Variations
Color information
#9D46FE (or 0x9D46FE) is known color: Blue Violet. HEX triplet: 9D, 46 and FE. RGB value is (157,70,254). Sum of RGB (Red+Green+Blue) = 157+70+254=481 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.64% from 481); Green value is 70 (27.73% from 255 or 14.55% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #9D46FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D46FE is #62B901. Grayscale: #747474. Windows color (decimal): -6469890 or 16664221. OLE color: 16664221.
HSL color Cylindrical-coordinate representation of color #9D46FE: hue angle of 268.37º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9D46FE is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 70 | 254 | - |
| CMYK | 0.38 | 0.72 | 0 | 0.00 |
| HSL | 268.37º | 0.99% | 0.64% | - |
| HSV(B) | 268.37º | 0.72% | 1% | - |
| XYZ | 33.98 | 18.7 | 95.59 | - |
| YUV | 116.99 | 205.32 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 70 | 254 | 0.38 | 0.72 | 0 | 0.00 | 268.37 | 0.99 | 0.64 |
| Hex | 9D | 46 | FE | 26 | 48 | 0 | 0 | 10C | 63 | 40 |
| Octal | 235 | 106 | 376 | 46 | 110 | 0 | 0 | 414 | 143 | 100 |
| Binary | 10011101 | 1000110 | 11111110 | 100110 | 1001000 | 0 | 0 | 100001100 | 1100011 | 1000000 |
Color Harmonies of #9D46FE
Complementary color
Monochromatic Colors of #9D46FE
Black with #9D46FE
Text Example
Text Example
White with #9D46FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D46FE; }
p { color: rgb(157,70,254); }
H1.HeaderClassName
{
color: #9D46FE;
}
.AnyTagClassName
{
color: #9D46FE;
}
</style>
background-color css
<style>
a { background-color: #9D46FE; }
a { background-color: rgb(157,70,254); }
div.DivClassName
{
background-color: #9D46FE;
}
.BgClassName
{
background-color: #9D46FE;
}
</style>
border-color css
<style>
span { border-color: #9D46FE; }
span { border-color: rgb(157,70,254); }
td.TdClassName
{
border-color: #9D46FE;
}
.TagClassName
{
border-color: #9D46FE;
}
</style>