Shades of Lilac Bush #946DCD
Tints of Lilac Bush #946DCD
RGB
CMYK
RGB Variations
Color information
#946DCD (or 0x946DCD) is known color: Lilac Bush. HEX triplet: 94, 6D and CD. RGB value is (148,109,205). Sum of RGB (Red+Green+Blue) = 148+109+205=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 109 (42.97% from 255 or 23.59% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #946DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946DCD is #6B9232. Grayscale: #838383. Windows color (decimal): -7049779 or 13462932. OLE color: 13462932.
HSL color Cylindrical-coordinate representation of color #946DCD: hue angle of 264.38º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #946DCD is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 109 | 205 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.20 |
| HSL | 264.38º | 0.49% | 0.62% | - |
| HSV(B) | 264.38º | 0.47% | 0.8% | - |
| XYZ | 28.7 | 21.64 | 60.42 | - |
| YUV | 131.61 | 169.42 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 109 | 205 | 0.28 | 0.47 | 0 | 0.20 | 264.38 | 0.49 | 0.62 |
| Hex | 94 | 6D | CD | 1C | 2F | 0 | 14 | 108 | 31 | 3E |
| Octal | 224 | 155 | 315 | 34 | 57 | 0 | 24 | 410 | 61 | 76 |
| Binary | 10010100 | 1101101 | 11001101 | 11100 | 101111 | 0 | 10100 | 100001000 | 110001 | 111110 |
Color Harmonies of #946DCD
Complementary color
Monochromatic Colors of #946DCD
Black with #946DCD
Text Example
Text Example
White with #946DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946DCD; }
p { color: rgb(148,109,205); }
H1.HeaderClassName
{
color: #946DCD;
}
.AnyTagClassName
{
color: #946DCD;
}
</style>
background-color css
<style>
a { background-color: #946DCD; }
a { background-color: rgb(148,109,205); }
div.DivClassName
{
background-color: #946DCD;
}
.BgClassName
{
background-color: #946DCD;
}
</style>
border-color css
<style>
span { border-color: #946DCD; }
span { border-color: rgb(148,109,205); }
td.TdClassName
{
border-color: #946DCD;
}
.TagClassName
{
border-color: #946DCD;
}
</style>