Shades of Blue Violet #9140FA
Tints of Blue Violet #9140FA
RGB
CMYK
RGB Variations
Color information
#9140FA (or 0x9140FA) is known color: Blue Violet. HEX triplet: 91, 40 and FA. RGB value is (145,64,250). Sum of RGB (Red+Green+Blue) = 145+64+250=459 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.59% from 459); Green value is 64 (25.39% from 255 or 13.94% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #9140FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9140FA is #6EBF05. Grayscale: #6C6C6C. Windows color (decimal): -7257862 or 16400529. OLE color: 16400529.
HSL color Cylindrical-coordinate representation of color #9140FA: hue angle of 266.13º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9140FA is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 64 | 250 | - |
| CMYK | 0.42 | 0.74 | 0 | 0.02 |
| HSL | 266.13º | 0.95% | 0.62% | - |
| HSV(B) | 266.13º | 0.74% | 0.98% | - |
| XYZ | 30.77 | 16.59 | 92.02 | - |
| YUV | 109.42 | 207.34 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 64 | 250 | 0.42 | 0.74 | 0 | 0.02 | 266.13 | 0.95 | 0.62 |
| Hex | 91 | 40 | FA | 2A | 4A | 0 | 2 | 10A | 5F | 3E |
| Octal | 221 | 100 | 372 | 52 | 112 | 0 | 2 | 412 | 137 | 76 |
| Binary | 10010001 | 1000000 | 11111010 | 101010 | 1001010 | 0 | 10 | 100001010 | 1011111 | 111110 |
Color Harmonies of #9140FA
Complementary color
Monochromatic Colors of #9140FA
Black with #9140FA
Text Example
Text Example
White with #9140FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9140FA; }
p { color: rgb(145,64,250); }
H1.HeaderClassName
{
color: #9140FA;
}
.AnyTagClassName
{
color: #9140FA;
}
</style>
background-color css
<style>
a { background-color: #9140FA; }
a { background-color: rgb(145,64,250); }
div.DivClassName
{
background-color: #9140FA;
}
.BgClassName
{
background-color: #9140FA;
}
</style>
border-color css
<style>
span { border-color: #9140FA; }
span { border-color: rgb(145,64,250); }
td.TdClassName
{
border-color: #9140FA;
}
.TagClassName
{
border-color: #9140FA;
}
</style>