Shades of Blue Violet #9033F1
Tints of Blue Violet #9033F1
RGB
CMYK
RGB Variations
Color information
#9033F1 (or 0x9033F1) is known color: Blue Violet. HEX triplet: 90, 33 and F1. RGB value is (144,51,241). Sum of RGB (Red+Green+Blue) = 144+51+241=436 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.03% from 436); Green value is 51 (20.31% from 255 or 11.70% from 436); Blue value is 241 (94.53% from 255 or 55.28% from 436); Max value from RGB is 241 - color contains mainly: blue. Hex color #9033F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9033F1 is #6FCC0E. Grayscale: #636363. Windows color (decimal): -7326735 or 15807376. OLE color: 15807376.
HSL color Cylindrical-coordinate representation of color #9033F1: hue angle of 269.37º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9033F1 is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 51 | 241 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.05 |
| HSL | 269.37º | 0.87% | 0.57% | - |
| HSV(B) | 269.37º | 0.79% | 0.95% | - |
| XYZ | 28.56 | 14.65 | 84.54 | - |
| YUV | 100.47 | 207.31 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 51 | 241 | 0.40 | 0.79 | 0 | 0.05 | 269.37 | 0.87 | 0.57 |
| Hex | 90 | 33 | F1 | 28 | 4F | 0 | 5 | 10D | 57 | 39 |
| Octal | 220 | 63 | 361 | 50 | 117 | 0 | 5 | 415 | 127 | 71 |
| Binary | 10010000 | 110011 | 11110001 | 101000 | 1001111 | 0 | 101 | 100001101 | 1010111 | 111001 |
Color Harmonies of #9033F1
Complementary color
Monochromatic Colors of #9033F1
Black with #9033F1
Text Example
Text Example
White with #9033F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9033F1; }
p { color: rgb(144,51,241); }
H1.HeaderClassName
{
color: #9033F1;
}
.AnyTagClassName
{
color: #9033F1;
}
</style>
background-color css
<style>
a { background-color: #9033F1; }
a { background-color: rgb(144,51,241); }
div.DivClassName
{
background-color: #9033F1;
}
.BgClassName
{
background-color: #9033F1;
}
</style>
border-color css
<style>
span { border-color: #9033F1; }
span { border-color: rgb(144,51,241); }
td.TdClassName
{
border-color: #9033F1;
}
.TagClassName
{
border-color: #9033F1;
}
</style>