Shades of Blue Violet #9426EC
Tints of Blue Violet #9426EC
RGB
CMYK
RGB Variations
Color information
#9426EC (or 0x9426EC) is known color: Blue Violet. HEX triplet: 94, 26 and EC. RGB value is (148,38,236). Sum of RGB (Red+Green+Blue) = 148+38+236=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 38 (15.23% from 255 or 9.00% from 422); Blue value is 236 (92.58% from 255 or 55.92% from 422); Max value from RGB is 236 - color contains mainly: blue. Hex color #9426EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9426EC is #6BD913. Grayscale: #5C5C5C. Windows color (decimal): -7067924 or 15476372. OLE color: 15476372.
HSL color Cylindrical-coordinate representation of color #9426EC: hue angle of 273.33º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9426EC is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 38 | 236 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.07 |
| HSL | 273.33º | 0.84% | 0.54% | - |
| HSV(B) | 273.33º | 0.84% | 0.93% | - |
| XYZ | 28.05 | 13.74 | 80.53 | - |
| YUV | 93.46 | 208.44 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 38 | 236 | 0.37 | 0.84 | 0 | 0.07 | 273.33 | 0.84 | 0.54 |
| Hex | 94 | 26 | EC | 25 | 54 | 0 | 7 | 111 | 54 | 36 |
| Octal | 224 | 46 | 354 | 45 | 124 | 0 | 7 | 421 | 124 | 66 |
| Binary | 10010100 | 100110 | 11101100 | 100101 | 1010100 | 0 | 111 | 100010001 | 1010100 | 110110 |
Color Harmonies of #9426EC
Complementary color
Monochromatic Colors of #9426EC
Black with #9426EC
Text Example
Text Example
White with #9426EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9426EC; }
p { color: rgb(148,38,236); }
H1.HeaderClassName
{
color: #9426EC;
}
.AnyTagClassName
{
color: #9426EC;
}
</style>
background-color css
<style>
a { background-color: #9426EC; }
a { background-color: rgb(148,38,236); }
div.DivClassName
{
background-color: #9426EC;
}
.BgClassName
{
background-color: #9426EC;
}
</style>
border-color css
<style>
span { border-color: #9426EC; }
span { border-color: rgb(148,38,236); }
td.TdClassName
{
border-color: #9426EC;
}
.TagClassName
{
border-color: #9426EC;
}
</style>