Shades of Lilac Bush #946FCD
Tints of Lilac Bush #946FCD
RGB
CMYK
RGB Variations
Color information
#946FCD (or 0x946FCD) is known color: Lilac Bush. HEX triplet: 94, 6F and CD. RGB value is (148,111,205). Sum of RGB (Red+Green+Blue) = 148+111+205=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #946FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946FCD is #6B9032. Grayscale: #848484. Windows color (decimal): -7049267 or 13463444. OLE color: 13463444.
HSL color Cylindrical-coordinate representation of color #946FCD: hue angle of 263.62º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #946FCD is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 111 | 205 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.20 |
| HSL | 263.62º | 0.48% | 0.62% | - |
| HSV(B) | 263.62º | 0.46% | 0.8% | - |
| XYZ | 28.92 | 22.07 | 60.49 | - |
| YUV | 132.78 | 168.76 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 111 | 205 | 0.28 | 0.46 | 0 | 0.20 | 263.62 | 0.48 | 0.62 |
| Hex | 94 | 6F | CD | 1C | 2E | 0 | 14 | 108 | 30 | 3E |
| Octal | 224 | 157 | 315 | 34 | 56 | 0 | 24 | 410 | 60 | 76 |
| Binary | 10010100 | 1101111 | 11001101 | 11100 | 101110 | 0 | 10100 | 100001000 | 110000 | 111110 |
Color Harmonies of #946FCD
Complementary color
Monochromatic Colors of #946FCD
Black with #946FCD
Text Example
Text Example
White with #946FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946FCD; }
p { color: rgb(148,111,205); }
H1.HeaderClassName
{
color: #946FCD;
}
.AnyTagClassName
{
color: #946FCD;
}
</style>
background-color css
<style>
a { background-color: #946FCD; }
a { background-color: rgb(148,111,205); }
div.DivClassName
{
background-color: #946FCD;
}
.BgClassName
{
background-color: #946FCD;
}
</style>
border-color css
<style>
span { border-color: #946FCD; }
span { border-color: rgb(148,111,205); }
td.TdClassName
{
border-color: #946FCD;
}
.TagClassName
{
border-color: #946FCD;
}
</style>