Shades of Blue Violet #9428EB
Tints of Blue Violet #9428EB
RGB
CMYK
RGB Variations
Color information
#9428EB (or 0x9428EB) is known color: Blue Violet. HEX triplet: 94, 28 and EB. RGB value is (148,40,235). Sum of RGB (Red+Green+Blue) = 148+40+235=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 40 (16.02% from 255 or 9.46% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #9428EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9428EB is #6BD714. Grayscale: #5D5D5D. Windows color (decimal): -7067413 or 15411348. OLE color: 15411348.
HSL color Cylindrical-coordinate representation of color #9428EB: hue angle of 273.23º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9428EB is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 40 | 235 | - |
| CMYK | 0.37 | 0.83 | 0 | 0.08 |
| HSL | 273.23º | 0.83% | 0.54% | - |
| HSV(B) | 273.23º | 0.83% | 0.92% | - |
| XYZ | 27.97 | 13.81 | 79.79 | - |
| YUV | 94.52 | 207.28 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 40 | 235 | 0.37 | 0.83 | 0 | 0.08 | 273.23 | 0.83 | 0.54 |
| Hex | 94 | 28 | EB | 25 | 53 | 0 | 8 | 111 | 53 | 36 |
| Octal | 224 | 50 | 353 | 45 | 123 | 0 | 10 | 421 | 123 | 66 |
| Binary | 10010100 | 101000 | 11101011 | 100101 | 1010011 | 0 | 1000 | 100010001 | 1010011 | 110110 |
Color Harmonies of #9428EB
Complementary color
Monochromatic Colors of #9428EB
Black with #9428EB
Text Example
Text Example
White with #9428EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9428EB; }
p { color: rgb(148,40,235); }
H1.HeaderClassName
{
color: #9428EB;
}
.AnyTagClassName
{
color: #9428EB;
}
</style>
background-color css
<style>
a { background-color: #9428EB; }
a { background-color: rgb(148,40,235); }
div.DivClassName
{
background-color: #9428EB;
}
.BgClassName
{
background-color: #9428EB;
}
</style>
border-color css
<style>
span { border-color: #9428EB; }
span { border-color: rgb(148,40,235); }
td.TdClassName
{
border-color: #9428EB;
}
.TagClassName
{
border-color: #9428EB;
}
</style>