Shades of Blue Violet #9426EE
Tints of Blue Violet #9426EE
RGB
CMYK
RGB Variations
Color information
#9426EE (or 0x9426EE) is known color: Blue Violet. HEX triplet: 94, 26 and EE. RGB value is (148,38,238). Sum of RGB (Red+Green+Blue) = 148+38+238=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 38 (15.23% from 255 or 8.96% from 424); Blue value is 238 (93.36% from 255 or 56.13% from 424); Max value from RGB is 238 - color contains mainly: blue. Hex color #9426EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9426EE is #6BD911. Grayscale: #5D5D5D. Windows color (decimal): -7067922 or 15607444. OLE color: 15607444.
HSL color Cylindrical-coordinate representation of color #9426EE: hue angle of 273º degrees, saturation: 0.85, 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 #9426EE is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 38 | 238 | - |
| CMYK | 0.38 | 0.84 | 0 | 0.07 |
| HSL | 273º | 0.85% | 0.54% | - |
| HSV(B) | 273º | 0.84% | 0.93% | - |
| XYZ | 28.34 | 13.86 | 82.07 | - |
| YUV | 93.69 | 209.44 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 38 | 238 | 0.38 | 0.84 | 0 | 0.07 | 273 | 0.85 | 0.54 |
| Hex | 94 | 26 | EE | 26 | 54 | 0 | 7 | 111 | 55 | 36 |
| Octal | 224 | 46 | 356 | 46 | 124 | 0 | 7 | 421 | 125 | 66 |
| Binary | 10010100 | 100110 | 11101110 | 100110 | 1010100 | 0 | 111 | 100010001 | 1010101 | 110110 |
Color Harmonies of #9426EE
Complementary color
Monochromatic Colors of #9426EE
Black with #9426EE
Text Example
Text Example
White with #9426EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9426EE; }
p { color: rgb(148,38,238); }
H1.HeaderClassName
{
color: #9426EE;
}
.AnyTagClassName
{
color: #9426EE;
}
</style>
background-color css
<style>
a { background-color: #9426EE; }
a { background-color: rgb(148,38,238); }
div.DivClassName
{
background-color: #9426EE;
}
.BgClassName
{
background-color: #9426EE;
}
</style>
border-color css
<style>
span { border-color: #9426EE; }
span { border-color: rgb(148,38,238); }
td.TdClassName
{
border-color: #9426EE;
}
.TagClassName
{
border-color: #9426EE;
}
</style>