Shades of Blue Violet #9424FA
Tints of Blue Violet #9424FA
RGB
CMYK
RGB Variations
Color information
#9424FA (or 0x9424FA) is known color: Blue Violet. HEX triplet: 94, 24 and FA. RGB value is (148,36,250). Sum of RGB (Red+Green+Blue) = 148+36+250=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 36 (14.45% from 255 or 8.29% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #9424FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9424FA is #6BDB05. Grayscale: #5D5D5D. Windows color (decimal): -7068422 or 16393364. OLE color: 16393364.
HSL color Cylindrical-coordinate representation of color #9424FA: hue angle of 271.4º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9424FA is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 36 | 250 | - |
| CMYK | 0.41 | 0.86 | 0 | 0.02 |
| HSL | 271.4º | 0.96% | 0.56% | - |
| HSV(B) | 271.4º | 0.86% | 0.98% | - |
| XYZ | 30.1 | 14.46 | 91.65 | - |
| YUV | 93.88 | 216.11 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 36 | 250 | 0.41 | 0.86 | 0 | 0.02 | 271.4 | 0.96 | 0.56 |
| Hex | 94 | 24 | FA | 29 | 56 | 0 | 2 | 10F | 60 | 38 |
| Octal | 224 | 44 | 372 | 51 | 126 | 0 | 2 | 417 | 140 | 70 |
| Binary | 10010100 | 100100 | 11111010 | 101001 | 1010110 | 0 | 10 | 100001111 | 1100000 | 111000 |
Color Harmonies of #9424FA
Complementary color
Monochromatic Colors of #9424FA
Black with #9424FA
Text Example
Text Example
White with #9424FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9424FA; }
p { color: rgb(148,36,250); }
H1.HeaderClassName
{
color: #9424FA;
}
.AnyTagClassName
{
color: #9424FA;
}
</style>
background-color css
<style>
a { background-color: #9424FA; }
a { background-color: rgb(148,36,250); }
div.DivClassName
{
background-color: #9424FA;
}
.BgClassName
{
background-color: #9424FA;
}
</style>
border-color css
<style>
span { border-color: #9424FA; }
span { border-color: rgb(148,36,250); }
td.TdClassName
{
border-color: #9424FA;
}
.TagClassName
{
border-color: #9424FA;
}
</style>