Shades of Blue Violet #9425FA
Tints of Blue Violet #9425FA
RGB
CMYK
RGB Variations
Color information
#9425FA (or 0x9425FA) is known color: Blue Violet. HEX triplet: 94, 25 and FA. RGB value is (148,37,250). Sum of RGB (Red+Green+Blue) = 148+37+250=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 37 (14.84% from 255 or 8.51% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #9425FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9425FA is #6BDA05. Grayscale: #5D5D5D. Windows color (decimal): -7068166 or 16393620. OLE color: 16393620.
HSL color Cylindrical-coordinate representation of color #9425FA: hue angle of 271.27º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9425FA is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 37 | 250 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.02 |
| HSL | 271.27º | 0.96% | 0.56% | - |
| HSV(B) | 271.27º | 0.85% | 0.98% | - |
| XYZ | 30.13 | 14.52 | 91.66 | - |
| YUV | 94.47 | 215.77 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 37 | 250 | 0.41 | 0.85 | 0 | 0.02 | 271.27 | 0.96 | 0.56 |
| Hex | 94 | 25 | FA | 29 | 55 | 0 | 2 | 10F | 60 | 38 |
| Octal | 224 | 45 | 372 | 51 | 125 | 0 | 2 | 417 | 140 | 70 |
| Binary | 10010100 | 100101 | 11111010 | 101001 | 1010101 | 0 | 10 | 100001111 | 1100000 | 111000 |
Color Harmonies of #9425FA
Complementary color
Monochromatic Colors of #9425FA
Black with #9425FA
Text Example
Text Example
White with #9425FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9425FA; }
p { color: rgb(148,37,250); }
H1.HeaderClassName
{
color: #9425FA;
}
.AnyTagClassName
{
color: #9425FA;
}
</style>
background-color css
<style>
a { background-color: #9425FA; }
a { background-color: rgb(148,37,250); }
div.DivClassName
{
background-color: #9425FA;
}
.BgClassName
{
background-color: #9425FA;
}
</style>
border-color css
<style>
span { border-color: #9425FA; }
span { border-color: rgb(148,37,250); }
td.TdClassName
{
border-color: #9425FA;
}
.TagClassName
{
border-color: #9425FA;
}
</style>