Shades of Deep Lilac #905BAF
Tints of Deep Lilac #905BAF
RGB
CMYK
RGB Variations
Color information
#905BAF (or 0x905BAF) is known color: Deep Lilac. HEX triplet: 90, 5B and AF. RGB value is (144,91,175). Sum of RGB (Red+Green+Blue) = 144+91+175=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 91 (35.94% from 255 or 22.20% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 175 - color contains mainly: blue. Hex color #905BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905BAF is #6FA450. Grayscale: #747474. Windows color (decimal): -7316561 or 11492240. OLE color: 11492240.
HSL color Cylindrical-coordinate representation of color #905BAF: hue angle of 277.86º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #905BAF is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 91 | 175 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.31 |
| HSL | 277.86º | 0.34% | 0.52% | - |
| HSV(B) | 277.86º | 0.48% | 0.69% | - |
| XYZ | 22.98 | 16.51 | 42.53 | - |
| YUV | 116.42 | 161.06 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 91 | 175 | 0.18 | 0.48 | 0 | 0.31 | 277.86 | 0.34 | 0.52 |
| Hex | 90 | 5B | AF | 12 | 30 | 0 | 1F | 116 | 22 | 34 |
| Octal | 220 | 133 | 257 | 22 | 60 | 0 | 37 | 426 | 42 | 64 |
| Binary | 10010000 | 1011011 | 10101111 | 10010 | 110000 | 0 | 11111 | 100010110 | 100010 | 110100 |
Color Harmonies of #905BAF
Complementary color
Monochromatic Colors of #905BAF
Black with #905BAF
Text Example
Text Example
White with #905BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905BAF; }
p { color: rgb(144,91,175); }
H1.HeaderClassName
{
color: #905BAF;
}
.AnyTagClassName
{
color: #905BAF;
}
</style>
background-color css
<style>
a { background-color: #905BAF; }
a { background-color: rgb(144,91,175); }
div.DivClassName
{
background-color: #905BAF;
}
.BgClassName
{
background-color: #905BAF;
}
</style>
border-color css
<style>
span { border-color: #905BAF; }
span { border-color: rgb(144,91,175); }
td.TdClassName
{
border-color: #905BAF;
}
.TagClassName
{
border-color: #905BAF;
}
</style>