Shades of Blue Violet #9428FF
Tints of Blue Violet #9428FF
RGB
CMYK
RGB Variations
Color information
#9428FF (or 0x9428FF) is known color: Blue Violet. HEX triplet: 94, 28 and FF. RGB value is (148,40,255). Sum of RGB (Red+Green+Blue) = 148+40+255=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 40 (16.02% from 255 or 9.03% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #9428FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9428FF is #6BD700. Grayscale: #606060. Windows color (decimal): -7067393 or 16722068. OLE color: 16722068.
HSL color Cylindrical-coordinate representation of color #9428FF: hue angle of 270.14º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9428FF is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 40 | 255 | - |
| CMYK | 0.42 | 0.84 | 0 | 0 |
| HSL | 270.14º | 1% | 0.58% | - |
| HSV(B) | 270.14º | 0.84% | 1% | - |
| XYZ | 31.02 | 15.03 | 95.87 | - |
| YUV | 96.8 | 217.28 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 40 | 255 | 0.42 | 0.84 | 0 | 0 | 270.14 | 1 | 0.58 |
| Hex | 94 | 28 | FF | 2A | 54 | 0 | 0 | 10E | 64 | 3A |
| Octal | 224 | 50 | 377 | 52 | 124 | 0 | 0 | 416 | 144 | 72 |
| Binary | 10010100 | 101000 | 11111111 | 101010 | 1010100 | 0 | 0 | 100001110 | 1100100 | 111010 |
Color Harmonies of #9428FF
Complementary color
Monochromatic Colors of #9428FF
Black with #9428FF
Text Example
Text Example
White with #9428FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9428FF; }
p { color: rgb(148,40,255); }
H1.HeaderClassName
{
color: #9428FF;
}
.AnyTagClassName
{
color: #9428FF;
}
</style>
background-color css
<style>
a { background-color: #9428FF; }
a { background-color: rgb(148,40,255); }
div.DivClassName
{
background-color: #9428FF;
}
.BgClassName
{
background-color: #9428FF;
}
</style>
border-color css
<style>
span { border-color: #9428FF; }
span { border-color: rgb(148,40,255); }
td.TdClassName
{
border-color: #9428FF;
}
.TagClassName
{
border-color: #9428FF;
}
</style>