Shades of Blue Violet #9434F9
Tints of Blue Violet #9434F9
RGB
CMYK
RGB Variations
Color information
#9434F9 (or 0x9434F9) is known color: Blue Violet. HEX triplet: 94, 34 and F9. RGB value is (148,52,249). Sum of RGB (Red+Green+Blue) = 148+52+249=449 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.96% from 449); Green value is 52 (20.70% from 255 or 11.58% from 449); Blue value is 249 (97.66% from 255 or 55.46% from 449); Max value from RGB is 249 - color contains mainly: blue. Hex color #9434F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9434F9 is #6BCB06. Grayscale: #666666. Windows color (decimal): -7064327 or 16331924. OLE color: 16331924.
HSL color Cylindrical-coordinate representation of color #9434F9: hue angle of 269.24º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9434F9 is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 52 | 249 | - |
| CMYK | 0.41 | 0.79 | 0 | 0.02 |
| HSL | 269.24º | 0.94% | 0.59% | - |
| HSV(B) | 269.24º | 0.79% | 0.98% | - |
| XYZ | 30.54 | 15.59 | 91.02 | - |
| YUV | 103.16 | 210.3 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 52 | 249 | 0.41 | 0.79 | 0 | 0.02 | 269.24 | 0.94 | 0.59 |
| Hex | 94 | 34 | F9 | 29 | 4F | 0 | 2 | 10D | 5E | 3B |
| Octal | 224 | 64 | 371 | 51 | 117 | 0 | 2 | 415 | 136 | 73 |
| Binary | 10010100 | 110100 | 11111001 | 101001 | 1001111 | 0 | 10 | 100001101 | 1011110 | 111011 |
Color Harmonies of #9434F9
Complementary color
Monochromatic Colors of #9434F9
Black with #9434F9
Text Example
Text Example
White with #9434F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9434F9; }
p { color: rgb(148,52,249); }
H1.HeaderClassName
{
color: #9434F9;
}
.AnyTagClassName
{
color: #9434F9;
}
</style>
background-color css
<style>
a { background-color: #9434F9; }
a { background-color: rgb(148,52,249); }
div.DivClassName
{
background-color: #9434F9;
}
.BgClassName
{
background-color: #9434F9;
}
</style>
border-color css
<style>
span { border-color: #9434F9; }
span { border-color: rgb(148,52,249); }
td.TdClassName
{
border-color: #9434F9;
}
.TagClassName
{
border-color: #9434F9;
}
</style>