Shades of Blue Violet #9424F1
Tints of Blue Violet #9424F1
RGB
CMYK
RGB Variations
Color information
#9424F1 (or 0x9424F1) is known color: Blue Violet. HEX triplet: 94, 24 and F1. RGB value is (148,36,241). Sum of RGB (Red+Green+Blue) = 148+36+241=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 36 (14.45% from 255 or 8.47% from 425); Blue value is 241 (94.53% from 255 or 56.71% from 425); Max value from RGB is 241 - color contains mainly: blue. Hex color #9424F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9424F1 is #6BDB0E. Grayscale: #5C5C5C. Windows color (decimal): -7068431 or 15803540. OLE color: 15803540.
HSL color Cylindrical-coordinate representation of color #9424F1: hue angle of 272.78º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9424F1 is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 36 | 241 | - |
| CMYK | 0.39 | 0.85 | 0 | 0.05 |
| HSL | 272.78º | 0.88% | 0.54% | - |
| HSV(B) | 272.78º | 0.85% | 0.95% | - |
| XYZ | 28.72 | 13.91 | 84.39 | - |
| YUV | 92.86 | 211.61 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 36 | 241 | 0.39 | 0.85 | 0 | 0.05 | 272.78 | 0.88 | 0.54 |
| Hex | 94 | 24 | F1 | 27 | 55 | 0 | 5 | 111 | 58 | 36 |
| Octal | 224 | 44 | 361 | 47 | 125 | 0 | 5 | 421 | 130 | 66 |
| Binary | 10010100 | 100100 | 11110001 | 100111 | 1010101 | 0 | 101 | 100010001 | 1011000 | 110110 |
Color Harmonies of #9424F1
Complementary color
Monochromatic Colors of #9424F1
Black with #9424F1
Text Example
Text Example
White with #9424F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9424F1; }
p { color: rgb(148,36,241); }
H1.HeaderClassName
{
color: #9424F1;
}
.AnyTagClassName
{
color: #9424F1;
}
</style>
background-color css
<style>
a { background-color: #9424F1; }
a { background-color: rgb(148,36,241); }
div.DivClassName
{
background-color: #9424F1;
}
.BgClassName
{
background-color: #9424F1;
}
</style>
border-color css
<style>
span { border-color: #9424F1; }
span { border-color: rgb(148,36,241); }
td.TdClassName
{
border-color: #9424F1;
}
.TagClassName
{
border-color: #9424F1;
}
</style>