Shades of Lilac Bush #946AC7
Tints of Lilac Bush #946AC7
RGB
CMYK
RGB Variations
Color information
#946AC7 (or 0x946AC7) is known color: Lilac Bush. HEX triplet: 94, 6A and C7. RGB value is (148,106,199). Sum of RGB (Red+Green+Blue) = 148+106+199=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 199 (78.12% from 255 or 43.93% from 453); Max value from RGB is 199 - color contains mainly: blue. Hex color #946AC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946AC7 is #6B9538. Grayscale: #808080. Windows color (decimal): -7050553 or 13068948. OLE color: 13068948.
HSL color Cylindrical-coordinate representation of color #946AC7: hue angle of 267.1º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #946AC7 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 106 | 199 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.22 |
| HSL | 267.1º | 0.45% | 0.6% | - |
| HSV(B) | 267.1º | 0.47% | 0.78% | - |
| XYZ | 27.68 | 20.73 | 56.57 | - |
| YUV | 129.16 | 167.41 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 106 | 199 | 0.26 | 0.47 | 0 | 0.22 | 267.1 | 0.45 | 0.6 |
| Hex | 94 | 6A | C7 | 1A | 2F | 0 | 16 | 10B | 2D | 3C |
| Octal | 224 | 152 | 307 | 32 | 57 | 0 | 26 | 413 | 55 | 74 |
| Binary | 10010100 | 1101010 | 11000111 | 11010 | 101111 | 0 | 10110 | 100001011 | 101101 | 111100 |
Color Harmonies of #946AC7
Complementary color
Monochromatic Colors of #946AC7
Black with #946AC7
Text Example
Text Example
White with #946AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946AC7; }
p { color: rgb(148,106,199); }
H1.HeaderClassName
{
color: #946AC7;
}
.AnyTagClassName
{
color: #946AC7;
}
</style>
background-color css
<style>
a { background-color: #946AC7; }
a { background-color: rgb(148,106,199); }
div.DivClassName
{
background-color: #946AC7;
}
.BgClassName
{
background-color: #946AC7;
}
</style>
border-color css
<style>
span { border-color: #946AC7; }
span { border-color: rgb(148,106,199); }
td.TdClassName
{
border-color: #946AC7;
}
.TagClassName
{
border-color: #946AC7;
}
</style>