Shades of Blue Violet #9040FA
Tints of Blue Violet #9040FA
RGB
CMYK
RGB Variations
Color information
#9040FA (or 0x9040FA) is known color: Blue Violet. HEX triplet: 90, 40 and FA. RGB value is (144,64,250). Sum of RGB (Red+Green+Blue) = 144+64+250=458 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.44% from 458); Green value is 64 (25.39% from 255 or 13.97% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #9040FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9040FA is #6FBF05. Grayscale: #6C6C6C. Windows color (decimal): -7323398 or 16400528. OLE color: 16400528.
HSL color Cylindrical-coordinate representation of color #9040FA: hue angle of 265.81º 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 #9040FA is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 64 | 250 | - |
| CMYK | 0.42 | 0.74 | 0 | 0.02 |
| HSL | 265.81º | 0.95% | 0.62% | - |
| HSV(B) | 265.81º | 0.74% | 0.98% | - |
| XYZ | 30.59 | 16.5 | 92.01 | - |
| YUV | 109.12 | 207.5 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 64 | 250 | 0.42 | 0.74 | 0 | 0.02 | 265.81 | 0.95 | 0.62 |
| Hex | 90 | 40 | FA | 2A | 4A | 0 | 2 | 10A | 5F | 3E |
| Octal | 220 | 100 | 372 | 52 | 112 | 0 | 2 | 412 | 137 | 76 |
| Binary | 10010000 | 1000000 | 11111010 | 101010 | 1001010 | 0 | 10 | 100001010 | 1011111 | 111110 |
Color Harmonies of #9040FA
Complementary color
Monochromatic Colors of #9040FA
Black with #9040FA
Text Example
Text Example
White with #9040FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9040FA; }
p { color: rgb(144,64,250); }
H1.HeaderClassName
{
color: #9040FA;
}
.AnyTagClassName
{
color: #9040FA;
}
</style>
background-color css
<style>
a { background-color: #9040FA; }
a { background-color: rgb(144,64,250); }
div.DivClassName
{
background-color: #9040FA;
}
.BgClassName
{
background-color: #9040FA;
}
</style>
border-color css
<style>
span { border-color: #9040FA; }
span { border-color: rgb(144,64,250); }
td.TdClassName
{
border-color: #9040FA;
}
.TagClassName
{
border-color: #9040FA;
}
</style>