Shades of Blue Violet #901DFB
Tints of Blue Violet #901DFB
RGB
CMYK
RGB Variations
Color information
#901DFB (or 0x901DFB) is known color: Blue Violet. HEX triplet: 90, 1D and FB. RGB value is (144,29,251). Sum of RGB (Red+Green+Blue) = 144+29+251=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 29 (11.72% from 255 or 6.84% from 424); Blue value is 251 (98.44% from 255 or 59.20% from 424); Max value from RGB is 251 - color contains mainly: blue. Hex color #901DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #901DFB is #6FE204. Grayscale: #575757. Windows color (decimal): -7332357 or 16457104. OLE color: 16457104.
HSL color Cylindrical-coordinate representation of color #901DFB: hue angle of 271.08º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #901DFB is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 29 | 251 | - |
| CMYK | 0.43 | 0.88 | 0 | 0.02 |
| HSL | 271.08º | 0.97% | 0.55% | - |
| HSV(B) | 271.08º | 0.88% | 0.98% | - |
| XYZ | 29.35 | 13.77 | 92.38 | - |
| YUV | 88.69 | 219.6 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 29 | 251 | 0.43 | 0.88 | 0 | 0.02 | 271.08 | 0.97 | 0.55 |
| Hex | 90 | 1D | FB | 2B | 58 | 0 | 2 | 10F | 61 | 37 |
| Octal | 220 | 35 | 373 | 53 | 130 | 0 | 2 | 417 | 141 | 67 |
| Binary | 10010000 | 11101 | 11111011 | 101011 | 1011000 | 0 | 10 | 100001111 | 1100001 | 110111 |
Color Harmonies of #901DFB
Complementary color
Monochromatic Colors of #901DFB
Black with #901DFB
Text Example
Text Example
White with #901DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901DFB; }
p { color: rgb(144,29,251); }
H1.HeaderClassName
{
color: #901DFB;
}
.AnyTagClassName
{
color: #901DFB;
}
</style>
background-color css
<style>
a { background-color: #901DFB; }
a { background-color: rgb(144,29,251); }
div.DivClassName
{
background-color: #901DFB;
}
.BgClassName
{
background-color: #901DFB;
}
</style>
border-color css
<style>
span { border-color: #901DFB; }
span { border-color: rgb(144,29,251); }
td.TdClassName
{
border-color: #901DFB;
}
.TagClassName
{
border-color: #901DFB;
}
</style>