Shades of Blue Violet #903AFB
Tints of Blue Violet #903AFB
RGB
CMYK
RGB Variations
Color information
#903AFB (or 0x903AFB) is known color: Blue Violet. HEX triplet: 90, 3A and FB. RGB value is (144,58,251). Sum of RGB (Red+Green+Blue) = 144+58+251=453 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.79% from 453); Green value is 58 (23.05% from 255 or 12.80% from 453); Blue value is 251 (98.44% from 255 or 55.41% from 453); Max value from RGB is 251 - color contains mainly: blue. Hex color #903AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #903AFB is #6FC504. Grayscale: #696969. Windows color (decimal): -7324933 or 16464528. OLE color: 16464528.
HSL color Cylindrical-coordinate representation of color #903AFB: hue angle of 266.74º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #903AFB is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 58 | 251 | - |
| CMYK | 0.43 | 0.77 | 0 | 0.02 |
| HSL | 266.74º | 0.96% | 0.61% | - |
| HSV(B) | 266.74º | 0.77% | 0.98% | - |
| XYZ | 30.43 | 15.92 | 92.74 | - |
| YUV | 105.72 | 209.99 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 58 | 251 | 0.43 | 0.77 | 0 | 0.02 | 266.74 | 0.96 | 0.61 |
| Hex | 90 | 3A | FB | 2B | 4D | 0 | 2 | 10B | 60 | 3D |
| Octal | 220 | 72 | 373 | 53 | 115 | 0 | 2 | 413 | 140 | 75 |
| Binary | 10010000 | 111010 | 11111011 | 101011 | 1001101 | 0 | 10 | 100001011 | 1100000 | 111101 |
Color Harmonies of #903AFB
Complementary color
Monochromatic Colors of #903AFB
Black with #903AFB
Text Example
Text Example
White with #903AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903AFB; }
p { color: rgb(144,58,251); }
H1.HeaderClassName
{
color: #903AFB;
}
.AnyTagClassName
{
color: #903AFB;
}
</style>
background-color css
<style>
a { background-color: #903AFB; }
a { background-color: rgb(144,58,251); }
div.DivClassName
{
background-color: #903AFB;
}
.BgClassName
{
background-color: #903AFB;
}
</style>
border-color css
<style>
span { border-color: #903AFB; }
span { border-color: rgb(144,58,251); }
td.TdClassName
{
border-color: #903AFB;
}
.TagClassName
{
border-color: #903AFB;
}
</style>