Shades of Lilac Bush #946FCA
Tints of Lilac Bush #946FCA
RGB
CMYK
RGB Variations
Color information
#946FCA (or 0x946FCA) is known color: Lilac Bush. HEX triplet: 94, 6F and CA. RGB value is (148,111,202). Sum of RGB (Red+Green+Blue) = 148+111+202=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #946FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946FCA is #6B9035. Grayscale: #848484. Windows color (decimal): -7049270 or 13266836. OLE color: 13266836.
HSL color Cylindrical-coordinate representation of color #946FCA: hue angle of 264.4º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #946FCA is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 111 | 202 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.21 |
| HSL | 264.4º | 0.46% | 0.61% | - |
| HSV(B) | 264.4º | 0.45% | 0.79% | - |
| XYZ | 28.56 | 21.93 | 58.6 | - |
| YUV | 132.44 | 167.26 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 111 | 202 | 0.27 | 0.45 | 0 | 0.21 | 264.4 | 0.46 | 0.61 |
| Hex | 94 | 6F | CA | 1B | 2D | 0 | 15 | 108 | 2E | 3D |
| Octal | 224 | 157 | 312 | 33 | 55 | 0 | 25 | 410 | 56 | 75 |
| Binary | 10010100 | 1101111 | 11001010 | 11011 | 101101 | 0 | 10101 | 100001000 | 101110 | 111101 |
Color Harmonies of #946FCA
Complementary color
Monochromatic Colors of #946FCA
Black with #946FCA
Text Example
Text Example
White with #946FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946FCA; }
p { color: rgb(148,111,202); }
H1.HeaderClassName
{
color: #946FCA;
}
.AnyTagClassName
{
color: #946FCA;
}
</style>
background-color css
<style>
a { background-color: #946FCA; }
a { background-color: rgb(148,111,202); }
div.DivClassName
{
background-color: #946FCA;
}
.BgClassName
{
background-color: #946FCA;
}
</style>
border-color css
<style>
span { border-color: #946FCA; }
span { border-color: rgb(148,111,202); }
td.TdClassName
{
border-color: #946FCA;
}
.TagClassName
{
border-color: #946FCA;
}
</style>