Shades of Lilac Bush #946CCC
Tints of Lilac Bush #946CCC
RGB
CMYK
RGB Variations
Color information
#946CCC (or 0x946CCC) is known color: Lilac Bush. HEX triplet: 94, 6C and CC. RGB value is (148,108,204). Sum of RGB (Red+Green+Blue) = 148+108+204=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 108 (42.58% from 255 or 23.48% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #946CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946CCC is #6B9333. Grayscale: #828282. Windows color (decimal): -7050036 or 13397140. OLE color: 13397140.
HSL color Cylindrical-coordinate representation of color #946CCC: hue angle of 265º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #946CCC is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 108 | 204 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.2 |
| HSL | 265º | 0.48% | 0.61% | - |
| HSV(B) | 265º | 0.47% | 0.8% | - |
| XYZ | 28.47 | 21.38 | 59.75 | - |
| YUV | 130.9 | 169.25 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 108 | 204 | 0.27 | 0.47 | 0 | 0.2 | 265 | 0.48 | 0.61 |
| Hex | 94 | 6C | CC | 1B | 2F | 0 | 14 | 109 | 30 | 3D |
| Octal | 224 | 154 | 314 | 33 | 57 | 0 | 24 | 411 | 60 | 75 |
| Binary | 10010100 | 1101100 | 11001100 | 11011 | 101111 | 0 | 10100 | 100001001 | 110000 | 111101 |
Color Harmonies of #946CCC
Complementary color
Monochromatic Colors of #946CCC
Black with #946CCC
Text Example
Text Example
White with #946CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946CCC; }
p { color: rgb(148,108,204); }
H1.HeaderClassName
{
color: #946CCC;
}
.AnyTagClassName
{
color: #946CCC;
}
</style>
background-color css
<style>
a { background-color: #946CCC; }
a { background-color: rgb(148,108,204); }
div.DivClassName
{
background-color: #946CCC;
}
.BgClassName
{
background-color: #946CCC;
}
</style>
border-color css
<style>
span { border-color: #946CCC; }
span { border-color: rgb(148,108,204); }
td.TdClassName
{
border-color: #946CCC;
}
.TagClassName
{
border-color: #946CCC;
}
</style>