Shades of Lilac Bush #9470CC
Tints of Lilac Bush #9470CC
RGB
CMYK
RGB Variations
Color information
#9470CC (or 0x9470CC) is known color: Lilac Bush. HEX triplet: 94, 70 and CC. RGB value is (148,112,204). Sum of RGB (Red+Green+Blue) = 148+112+204=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #9470CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9470CC is #6B8F33. Grayscale: #848484. Windows color (decimal): -7049012 or 13398164. OLE color: 13398164.
HSL color Cylindrical-coordinate representation of color #9470CC: hue angle of 263.48º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9470CC is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 112 | 204 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.2 |
| HSL | 263.48º | 0.47% | 0.62% | - |
| HSV(B) | 263.48º | 0.45% | 0.8% | - |
| XYZ | 28.91 | 22.24 | 59.9 | - |
| YUV | 133.25 | 167.93 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 112 | 204 | 0.27 | 0.45 | 0 | 0.2 | 263.48 | 0.47 | 0.62 |
| Hex | 94 | 70 | CC | 1B | 2D | 0 | 14 | 107 | 2F | 3E |
| Octal | 224 | 160 | 314 | 33 | 55 | 0 | 24 | 407 | 57 | 76 |
| Binary | 10010100 | 1110000 | 11001100 | 11011 | 101101 | 0 | 10100 | 100000111 | 101111 | 111110 |
Color Harmonies of #9470CC
Complementary color
Monochromatic Colors of #9470CC
Black with #9470CC
Text Example
Text Example
White with #9470CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9470CC; }
p { color: rgb(148,112,204); }
H1.HeaderClassName
{
color: #9470CC;
}
.AnyTagClassName
{
color: #9470CC;
}
</style>
background-color css
<style>
a { background-color: #9470CC; }
a { background-color: rgb(148,112,204); }
div.DivClassName
{
background-color: #9470CC;
}
.BgClassName
{
background-color: #9470CC;
}
</style>
border-color css
<style>
span { border-color: #9470CC; }
span { border-color: rgb(148,112,204); }
td.TdClassName
{
border-color: #9470CC;
}
.TagClassName
{
border-color: #9470CC;
}
</style>