Shades of Blue Violet #9145FA
Tints of Blue Violet #9145FA
RGB
CMYK
RGB Variations
Color information
#9145FA (or 0x9145FA) is known color: Blue Violet. HEX triplet: 91, 45 and FA. RGB value is (145,69,250). Sum of RGB (Red+Green+Blue) = 145+69+250=464 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.25% from 464); Green value is 69 (27.34% from 255 or 14.87% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #9145FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9145FA is #6EBA05. Grayscale: #6F6F6F. Windows color (decimal): -7256582 or 16401809. OLE color: 16401809.
HSL color Cylindrical-coordinate representation of color #9145FA: hue angle of 265.19º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9145FA is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 69 | 250 | - |
| CMYK | 0.42 | 0.72 | 0 | 0.02 |
| HSL | 265.19º | 0.95% | 0.63% | - |
| HSV(B) | 265.19º | 0.72% | 0.98% | - |
| XYZ | 31.06 | 17.18 | 92.12 | - |
| YUV | 112.36 | 205.68 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 69 | 250 | 0.42 | 0.72 | 0 | 0.02 | 265.19 | 0.95 | 0.63 |
| Hex | 91 | 45 | FA | 2A | 48 | 0 | 2 | 109 | 5F | 3F |
| Octal | 221 | 105 | 372 | 52 | 110 | 0 | 2 | 411 | 137 | 77 |
| Binary | 10010001 | 1000101 | 11111010 | 101010 | 1001000 | 0 | 10 | 100001001 | 1011111 | 111111 |
Color Harmonies of #9145FA
Complementary color
Monochromatic Colors of #9145FA
Black with #9145FA
Text Example
Text Example
White with #9145FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9145FA; }
p { color: rgb(145,69,250); }
H1.HeaderClassName
{
color: #9145FA;
}
.AnyTagClassName
{
color: #9145FA;
}
</style>
background-color css
<style>
a { background-color: #9145FA; }
a { background-color: rgb(145,69,250); }
div.DivClassName
{
background-color: #9145FA;
}
.BgClassName
{
background-color: #9145FA;
}
</style>
border-color css
<style>
span { border-color: #9145FA; }
span { border-color: rgb(145,69,250); }
td.TdClassName
{
border-color: #9145FA;
}
.TagClassName
{
border-color: #9145FA;
}
</style>