Shades of Deep Lilac #905FAF
Tints of Deep Lilac #905FAF
RGB
CMYK
RGB Variations
Color information
#905FAF (or 0x905FAF) is known color: Deep Lilac. HEX triplet: 90, 5F and AF. RGB value is (144,95,175). Sum of RGB (Red+Green+Blue) = 144+95+175=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 175 - color contains mainly: blue. Hex color #905FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905FAF is #6FA050. Grayscale: #767676. Windows color (decimal): -7315537 or 11493264. OLE color: 11493264.
HSL color Cylindrical-coordinate representation of color #905FAF: hue angle of 276.75º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #905FAF is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 95 | 175 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.31 |
| HSL | 276.75º | 0.33% | 0.53% | - |
| HSV(B) | 276.75º | 0.46% | 0.69% | - |
| XYZ | 23.33 | 17.21 | 42.65 | - |
| YUV | 118.77 | 159.73 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 95 | 175 | 0.18 | 0.46 | 0 | 0.31 | 276.75 | 0.33 | 0.53 |
| Hex | 90 | 5F | AF | 12 | 2E | 0 | 1F | 115 | 21 | 35 |
| Octal | 220 | 137 | 257 | 22 | 56 | 0 | 37 | 425 | 41 | 65 |
| Binary | 10010000 | 1011111 | 10101111 | 10010 | 101110 | 0 | 11111 | 100010101 | 100001 | 110101 |
Color Harmonies of #905FAF
Complementary color
Monochromatic Colors of #905FAF
Black with #905FAF
Text Example
Text Example
White with #905FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905FAF; }
p { color: rgb(144,95,175); }
H1.HeaderClassName
{
color: #905FAF;
}
.AnyTagClassName
{
color: #905FAF;
}
</style>
background-color css
<style>
a { background-color: #905FAF; }
a { background-color: rgb(144,95,175); }
div.DivClassName
{
background-color: #905FAF;
}
.BgClassName
{
background-color: #905FAF;
}
</style>
border-color css
<style>
span { border-color: #905FAF; }
span { border-color: rgb(144,95,175); }
td.TdClassName
{
border-color: #905FAF;
}
.TagClassName
{
border-color: #905FAF;
}
</style>