Shades of Deep Lilac #903FBA
Tints of Deep Lilac #903FBA
RGB
CMYK
RGB Variations
Color information
#903FBA (or 0x903FBA) is known color: Deep Lilac. HEX triplet: 90, 3F and BA. RGB value is (144,63,186). Sum of RGB (Red+Green+Blue) = 144+63+186=393 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.64% from 393); Green value is 63 (25% from 255 or 16.03% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #903FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903FBA is #6FC045. Grayscale: #646464. Windows color (decimal): -7323718 or 12205968. OLE color: 12205968.
HSL color Cylindrical-coordinate representation of color #903FBA: hue angle of 279.51º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #903FBA is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 63 | 186 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.27 |
| HSL | 279.51º | 0.49% | 0.49% | - |
| HSV(B) | 279.51º | 0.66% | 0.73% | - |
| XYZ | 22.14 | 13.03 | 47.8 | - |
| YUV | 101.24 | 175.84 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 63 | 186 | 0.23 | 0.66 | 0 | 0.27 | 279.51 | 0.49 | 0.49 |
| Hex | 90 | 3F | BA | 17 | 42 | 0 | 1B | 118 | 31 | 31 |
| Octal | 220 | 77 | 272 | 27 | 102 | 0 | 33 | 430 | 61 | 61 |
| Binary | 10010000 | 111111 | 10111010 | 10111 | 1000010 | 0 | 11011 | 100011000 | 110001 | 110001 |
Color Harmonies of #903FBA
Complementary color
Monochromatic Colors of #903FBA
Black with #903FBA
Text Example
Text Example
White with #903FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903FBA; }
p { color: rgb(144,63,186); }
H1.HeaderClassName
{
color: #903FBA;
}
.AnyTagClassName
{
color: #903FBA;
}
</style>
background-color css
<style>
a { background-color: #903FBA; }
a { background-color: rgb(144,63,186); }
div.DivClassName
{
background-color: #903FBA;
}
.BgClassName
{
background-color: #903FBA;
}
</style>
border-color css
<style>
span { border-color: #903FBA; }
span { border-color: rgb(144,63,186); }
td.TdClassName
{
border-color: #903FBA;
}
.TagClassName
{
border-color: #903FBA;
}
</style>