Shades of Blue Violet #903DFB
Tints of Blue Violet #903DFB
RGB
CMYK
RGB Variations
Color information
#903DFB (or 0x903DFB) is known color: Blue Violet. HEX triplet: 90, 3D and FB. RGB value is (144,61,251). Sum of RGB (Red+Green+Blue) = 144+61+251=456 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.58% from 456); Green value is 61 (24.22% from 255 or 13.38% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #903DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #903DFB is #6FC204. Grayscale: #6A6A6A. Windows color (decimal): -7324165 or 16465296. OLE color: 16465296.
HSL color Cylindrical-coordinate representation of color #903DFB: hue angle of 266.21º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #903DFB is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 61 | 251 | - |
| CMYK | 0.43 | 0.76 | 0 | 0.02 |
| HSL | 266.21º | 0.96% | 0.61% | - |
| HSV(B) | 266.21º | 0.76% | 0.98% | - |
| XYZ | 30.58 | 16.23 | 92.79 | - |
| YUV | 107.48 | 209 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 61 | 251 | 0.43 | 0.76 | 0 | 0.02 | 266.21 | 0.96 | 0.61 |
| Hex | 90 | 3D | FB | 2B | 4C | 0 | 2 | 10A | 60 | 3D |
| Octal | 220 | 75 | 373 | 53 | 114 | 0 | 2 | 412 | 140 | 75 |
| Binary | 10010000 | 111101 | 11111011 | 101011 | 1001100 | 0 | 10 | 100001010 | 1100000 | 111101 |
Color Harmonies of #903DFB
Complementary color
Monochromatic Colors of #903DFB
Black with #903DFB
Text Example
Text Example
White with #903DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903DFB; }
p { color: rgb(144,61,251); }
H1.HeaderClassName
{
color: #903DFB;
}
.AnyTagClassName
{
color: #903DFB;
}
</style>
background-color css
<style>
a { background-color: #903DFB; }
a { background-color: rgb(144,61,251); }
div.DivClassName
{
background-color: #903DFB;
}
.BgClassName
{
background-color: #903DFB;
}
</style>
border-color css
<style>
span { border-color: #903DFB; }
span { border-color: rgb(144,61,251); }
td.TdClassName
{
border-color: #903DFB;
}
.TagClassName
{
border-color: #903DFB;
}
</style>