Shades of Blue Violet #9431FD
Tints of Blue Violet #9431FD
RGB
CMYK
RGB Variations
Color information
#9431FD (or 0x9431FD) is known color: Blue Violet. HEX triplet: 94, 31 and FD. RGB value is (148,49,253). Sum of RGB (Red+Green+Blue) = 148+49+253=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 49 (19.53% from 255 or 10.89% from 450); Blue value is 253 (99.22% from 255 or 56.22% from 450); Max value from RGB is 253 - color contains mainly: blue. Hex color #9431FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9431FD is #6BCE02. Grayscale: #656565. Windows color (decimal): -7065091 or 16593300. OLE color: 16593300.
HSL color Cylindrical-coordinate representation of color #9431FD: hue angle of 269.12º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9431FD is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 49 | 253 | - |
| CMYK | 0.42 | 0.81 | 0 | 0.01 |
| HSL | 269.12º | 0.98% | 0.59% | - |
| HSV(B) | 269.12º | 0.81% | 0.99% | - |
| XYZ | 31.04 | 15.58 | 94.3 | - |
| YUV | 101.86 | 213.3 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 49 | 253 | 0.42 | 0.81 | 0 | 0.01 | 269.12 | 0.98 | 0.59 |
| Hex | 94 | 31 | FD | 2A | 51 | 0 | 1 | 10D | 62 | 3B |
| Octal | 224 | 61 | 375 | 52 | 121 | 0 | 1 | 415 | 142 | 73 |
| Binary | 10010100 | 110001 | 11111101 | 101010 | 1010001 | 0 | 1 | 100001101 | 1100010 | 111011 |
Color Harmonies of #9431FD
Complementary color
Monochromatic Colors of #9431FD
Black with #9431FD
Text Example
Text Example
White with #9431FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9431FD; }
p { color: rgb(148,49,253); }
H1.HeaderClassName
{
color: #9431FD;
}
.AnyTagClassName
{
color: #9431FD;
}
</style>
background-color css
<style>
a { background-color: #9431FD; }
a { background-color: rgb(148,49,253); }
div.DivClassName
{
background-color: #9431FD;
}
.BgClassName
{
background-color: #9431FD;
}
</style>
border-color css
<style>
span { border-color: #9431FD; }
span { border-color: rgb(148,49,253); }
td.TdClassName
{
border-color: #9431FD;
}
.TagClassName
{
border-color: #9431FD;
}
</style>