Shades of Blue Violet #9429EF
Tints of Blue Violet #9429EF
RGB
CMYK
RGB Variations
Color information
#9429EF (or 0x9429EF) is known color: Blue Violet. HEX triplet: 94, 29 and EF. RGB value is (148,41,239). Sum of RGB (Red+Green+Blue) = 148+41+239=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 41 (16.41% from 255 or 9.58% from 428); Blue value is 239 (93.75% from 255 or 55.84% from 428); Max value from RGB is 239 - color contains mainly: blue. Hex color #9429EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9429EF is #6BD610. Grayscale: #5E5E5E. Windows color (decimal): -7067153 or 15673748. OLE color: 15673748.
HSL color Cylindrical-coordinate representation of color #9429EF: hue angle of 272.42º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9429EF is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 41 | 239 | - |
| CMYK | 0.38 | 0.83 | 0 | 0.06 |
| HSL | 272.42º | 0.86% | 0.55% | - |
| HSV(B) | 272.42º | 0.83% | 0.94% | - |
| XYZ | 28.59 | 14.11 | 82.88 | - |
| YUV | 95.57 | 208.95 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 41 | 239 | 0.38 | 0.83 | 0 | 0.06 | 272.42 | 0.86 | 0.55 |
| Hex | 94 | 29 | EF | 26 | 53 | 0 | 6 | 110 | 56 | 37 |
| Octal | 224 | 51 | 357 | 46 | 123 | 0 | 6 | 420 | 126 | 67 |
| Binary | 10010100 | 101001 | 11101111 | 100110 | 1010011 | 0 | 110 | 100010000 | 1010110 | 110111 |
Color Harmonies of #9429EF
Complementary color
Monochromatic Colors of #9429EF
Black with #9429EF
Text Example
Text Example
White with #9429EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9429EF; }
p { color: rgb(148,41,239); }
H1.HeaderClassName
{
color: #9429EF;
}
.AnyTagClassName
{
color: #9429EF;
}
</style>
background-color css
<style>
a { background-color: #9429EF; }
a { background-color: rgb(148,41,239); }
div.DivClassName
{
background-color: #9429EF;
}
.BgClassName
{
background-color: #9429EF;
}
</style>
border-color css
<style>
span { border-color: #9429EF; }
span { border-color: rgb(148,41,239); }
td.TdClassName
{
border-color: #9429EF;
}
.TagClassName
{
border-color: #9429EF;
}
</style>