Shades of Blue Violet #9041FF
Tints of Blue Violet #9041FF
RGB
CMYK
RGB Variations
Color information
#9041FF (or 0x9041FF) is known color: Blue Violet. HEX triplet: 90, 41 and FF. RGB value is (144,65,255). Sum of RGB (Red+Green+Blue) = 144+65+255=464 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.03% from 464); Green value is 65 (25.78% from 255 or 14.01% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #9041FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9041FF is #6FBE00. Grayscale: #6D6D6D. Windows color (decimal): -7323137 or 16728464. OLE color: 16728464.
HSL color Cylindrical-coordinate representation of color #9041FF: hue angle of 264.95º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9041FF is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 65 | 255 | - |
| CMYK | 0.44 | 0.75 | 0 | 0 |
| HSL | 264.95º | 1% | 0.63% | - |
| HSV(B) | 264.95º | 0.75% | 1% | - |
| XYZ | 31.44 | 16.93 | 96.22 | - |
| YUV | 110.28 | 209.67 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 65 | 255 | 0.44 | 0.75 | 0 | 0 | 264.95 | 1 | 0.63 |
| Hex | 90 | 41 | FF | 2C | 4B | 0 | 0 | 109 | 64 | 3F |
| Octal | 220 | 101 | 377 | 54 | 113 | 0 | 0 | 411 | 144 | 77 |
| Binary | 10010000 | 1000001 | 11111111 | 101100 | 1001011 | 0 | 0 | 100001001 | 1100100 | 111111 |
Color Harmonies of #9041FF
Complementary color
Monochromatic Colors of #9041FF
Black with #9041FF
Text Example
Text Example
White with #9041FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9041FF; }
p { color: rgb(144,65,255); }
H1.HeaderClassName
{
color: #9041FF;
}
.AnyTagClassName
{
color: #9041FF;
}
</style>
background-color css
<style>
a { background-color: #9041FF; }
a { background-color: rgb(144,65,255); }
div.DivClassName
{
background-color: #9041FF;
}
.BgClassName
{
background-color: #9041FF;
}
</style>
border-color css
<style>
span { border-color: #9041FF; }
span { border-color: rgb(144,65,255); }
td.TdClassName
{
border-color: #9041FF;
}
.TagClassName
{
border-color: #9041FF;
}
</style>