Shades of Blue Violet #903DF1
Tints of Blue Violet #903DF1
RGB
CMYK
RGB Variations
Color information
#903DF1 (or 0x903DF1) is known color: Blue Violet. HEX triplet: 90, 3D and F1. RGB value is (144,61,241). Sum of RGB (Red+Green+Blue) = 144+61+241=446 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.29% from 446); Green value is 61 (24.22% from 255 or 13.68% from 446); Blue value is 241 (94.53% from 255 or 54.04% from 446); Max value from RGB is 241 - color contains mainly: blue. Hex color #903DF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #903DF1 is #6FC20E. Grayscale: #696969. Windows color (decimal): -7324175 or 15809936. OLE color: 15809936.
HSL color Cylindrical-coordinate representation of color #903DF1: hue angle of 267.67º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #903DF1 is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 61 | 241 | - |
| CMYK | 0.40 | 0.75 | 0 | 0.05 |
| HSL | 267.67º | 0.87% | 0.59% | - |
| HSV(B) | 267.67º | 0.75% | 0.95% | - |
| XYZ | 29.05 | 15.62 | 84.7 | - |
| YUV | 106.34 | 204 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 61 | 241 | 0.40 | 0.75 | 0 | 0.05 | 267.67 | 0.87 | 0.59 |
| Hex | 90 | 3D | F1 | 28 | 4B | 0 | 5 | 10C | 57 | 3B |
| Octal | 220 | 75 | 361 | 50 | 113 | 0 | 5 | 414 | 127 | 73 |
| Binary | 10010000 | 111101 | 11110001 | 101000 | 1001011 | 0 | 101 | 100001100 | 1010111 | 111011 |
Color Harmonies of #903DF1
Complementary color
Monochromatic Colors of #903DF1
Black with #903DF1
Text Example
Text Example
White with #903DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903DF1; }
p { color: rgb(144,61,241); }
H1.HeaderClassName
{
color: #903DF1;
}
.AnyTagClassName
{
color: #903DF1;
}
</style>
background-color css
<style>
a { background-color: #903DF1; }
a { background-color: rgb(144,61,241); }
div.DivClassName
{
background-color: #903DF1;
}
.BgClassName
{
background-color: #903DF1;
}
</style>
border-color css
<style>
span { border-color: #903DF1; }
span { border-color: rgb(144,61,241); }
td.TdClassName
{
border-color: #903DF1;
}
.TagClassName
{
border-color: #903DF1;
}
</style>