Shades of Deep Lilac #905AC1
Tints of Deep Lilac #905AC1
RGB
CMYK
RGB Variations
Color information
#905AC1 (or 0x905AC1) is known color: Deep Lilac. HEX triplet: 90, 5A and C1. RGB value is (144,90,193). Sum of RGB (Red+Green+Blue) = 144+90+193=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 193 (75.78% from 255 or 45.20% from 427); Max value from RGB is 193 - color contains mainly: blue. Hex color #905AC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905AC1 is #6FA53E. Grayscale: #757575. Windows color (decimal): -7316799 or 12671632. OLE color: 12671632.
HSL color Cylindrical-coordinate representation of color #905AC1: hue angle of 271.46º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #905AC1 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 90 | 193 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.24 |
| HSL | 271.46º | 0.45% | 0.55% | - |
| HSV(B) | 271.46º | 0.53% | 0.76% | - |
| XYZ | 24.78 | 17.09 | 52.44 | - |
| YUV | 117.89 | 170.39 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 90 | 193 | 0.25 | 0.53 | 0 | 0.24 | 271.46 | 0.45 | 0.55 |
| Hex | 90 | 5A | C1 | 19 | 35 | 0 | 18 | 10F | 2D | 37 |
| Octal | 220 | 132 | 301 | 31 | 65 | 0 | 30 | 417 | 55 | 67 |
| Binary | 10010000 | 1011010 | 11000001 | 11001 | 110101 | 0 | 11000 | 100001111 | 101101 | 110111 |
Color Harmonies of #905AC1
Complementary color
Monochromatic Colors of #905AC1
Black with #905AC1
Text Example
Text Example
White with #905AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905AC1; }
p { color: rgb(144,90,193); }
H1.HeaderClassName
{
color: #905AC1;
}
.AnyTagClassName
{
color: #905AC1;
}
</style>
background-color css
<style>
a { background-color: #905AC1; }
a { background-color: rgb(144,90,193); }
div.DivClassName
{
background-color: #905AC1;
}
.BgClassName
{
background-color: #905AC1;
}
</style>
border-color css
<style>
span { border-color: #905AC1; }
span { border-color: rgb(144,90,193); }
td.TdClassName
{
border-color: #905AC1;
}
.TagClassName
{
border-color: #905AC1;
}
</style>