Shades of Deep Lilac #945BBE
Tints of Deep Lilac #945BBE
RGB
CMYK
RGB Variations
Color information
#945BBE (or 0x945BBE) is known color: Deep Lilac. HEX triplet: 94, 5B and BE. RGB value is (148,91,190). Sum of RGB (Red+Green+Blue) = 148+91+190=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #945BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945BBE is #6BA441. Grayscale: #767676. Windows color (decimal): -7054402 or 12475284. OLE color: 12475284.
HSL color Cylindrical-coordinate representation of color #945BBE: hue angle of 274.55º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #945BBE is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 91 | 190 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.25 |
| HSL | 274.55º | 0.43% | 0.55% | - |
| HSV(B) | 274.55º | 0.52% | 0.75% | - |
| XYZ | 25.25 | 17.5 | 50.76 | - |
| YUV | 119.33 | 167.88 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 91 | 190 | 0.22 | 0.52 | 0 | 0.25 | 274.55 | 0.43 | 0.55 |
| Hex | 94 | 5B | BE | 16 | 34 | 0 | 19 | 113 | 2B | 37 |
| Octal | 224 | 133 | 276 | 26 | 64 | 0 | 31 | 423 | 53 | 67 |
| Binary | 10010100 | 1011011 | 10111110 | 10110 | 110100 | 0 | 11001 | 100010011 | 101011 | 110111 |
Color Harmonies of #945BBE
Complementary color
Monochromatic Colors of #945BBE
Black with #945BBE
Text Example
Text Example
White with #945BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945BBE; }
p { color: rgb(148,91,190); }
H1.HeaderClassName
{
color: #945BBE;
}
.AnyTagClassName
{
color: #945BBE;
}
</style>
background-color css
<style>
a { background-color: #945BBE; }
a { background-color: rgb(148,91,190); }
div.DivClassName
{
background-color: #945BBE;
}
.BgClassName
{
background-color: #945BBE;
}
</style>
border-color css
<style>
span { border-color: #945BBE; }
span { border-color: rgb(148,91,190); }
td.TdClassName
{
border-color: #945BBE;
}
.TagClassName
{
border-color: #945BBE;
}
</style>