Shades of Blue Violet #9041F2
Tints of Blue Violet #9041F2
RGB
CMYK
RGB Variations
Color information
#9041F2 (or 0x9041F2) is known color: Blue Violet. HEX triplet: 90, 41 and F2. RGB value is (144,65,242). Sum of RGB (Red+Green+Blue) = 144+65+242=451 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.93% from 451); Green value is 65 (25.78% from 255 or 14.41% from 451); Blue value is 242 (94.92% from 255 or 53.66% from 451); Max value from RGB is 242 - color contains mainly: blue. Hex color #9041F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9041F2 is #6FBE0D. Grayscale: #6C6C6C. Windows color (decimal): -7323150 or 15876496. OLE color: 15876496.
HSL color Cylindrical-coordinate representation of color #9041F2: hue angle of 266.78º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9041F2 is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 65 | 242 | - |
| CMYK | 0.40 | 0.73 | 0 | 0.05 |
| HSL | 266.78º | 0.87% | 0.6% | - |
| HSV(B) | 266.78º | 0.73% | 0.95% | - |
| XYZ | 29.42 | 16.12 | 85.57 | - |
| YUV | 108.8 | 203.17 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 65 | 242 | 0.40 | 0.73 | 0 | 0.05 | 266.78 | 0.87 | 0.6 |
| Hex | 90 | 41 | F2 | 28 | 49 | 0 | 5 | 10B | 57 | 3C |
| Octal | 220 | 101 | 362 | 50 | 111 | 0 | 5 | 413 | 127 | 74 |
| Binary | 10010000 | 1000001 | 11110010 | 101000 | 1001001 | 0 | 101 | 100001011 | 1010111 | 111100 |
Color Harmonies of #9041F2
Complementary color
Monochromatic Colors of #9041F2
Black with #9041F2
Text Example
Text Example
White with #9041F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9041F2; }
p { color: rgb(144,65,242); }
H1.HeaderClassName
{
color: #9041F2;
}
.AnyTagClassName
{
color: #9041F2;
}
</style>
background-color css
<style>
a { background-color: #9041F2; }
a { background-color: rgb(144,65,242); }
div.DivClassName
{
background-color: #9041F2;
}
.BgClassName
{
background-color: #9041F2;
}
</style>
border-color css
<style>
span { border-color: #9041F2; }
span { border-color: rgb(144,65,242); }
td.TdClassName
{
border-color: #9041F2;
}
.TagClassName
{
border-color: #9041F2;
}
</style>