Shades of Lilac Bush #9472BC
Tints of Lilac Bush #9472BC
RGB
CMYK
RGB Variations
Color information
#9472BC (or 0x9472BC) is known color: Lilac Bush. HEX triplet: 94, 72 and BC. RGB value is (148,114,188). Sum of RGB (Red+Green+Blue) = 148+114+188=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: blue. Hex color #9472BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9472BC is #6B8D43. Grayscale: #848484. Windows color (decimal): -7048516 or 12350100. OLE color: 12350100.
HSL color Cylindrical-coordinate representation of color #9472BC: hue angle of 267.57º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9472BC is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 114 | 188 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.26 |
| HSL | 267.57º | 0.36% | 0.59% | - |
| HSV(B) | 267.57º | 0.39% | 0.74% | - |
| XYZ | 27.31 | 21.96 | 50.38 | - |
| YUV | 132.6 | 159.26 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 114 | 188 | 0.21 | 0.39 | 0 | 0.26 | 267.57 | 0.36 | 0.59 |
| Hex | 94 | 72 | BC | 15 | 27 | 0 | 1A | 10C | 24 | 3B |
| Octal | 224 | 162 | 274 | 25 | 47 | 0 | 32 | 414 | 44 | 73 |
| Binary | 10010100 | 1110010 | 10111100 | 10101 | 100111 | 0 | 11010 | 100001100 | 100100 | 111011 |
Color Harmonies of #9472BC
Complementary color
Monochromatic Colors of #9472BC
Black with #9472BC
Text Example
Text Example
White with #9472BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9472BC; }
p { color: rgb(148,114,188); }
H1.HeaderClassName
{
color: #9472BC;
}
.AnyTagClassName
{
color: #9472BC;
}
</style>
background-color css
<style>
a { background-color: #9472BC; }
a { background-color: rgb(148,114,188); }
div.DivClassName
{
background-color: #9472BC;
}
.BgClassName
{
background-color: #9472BC;
}
</style>
border-color css
<style>
span { border-color: #9472BC; }
span { border-color: rgb(148,114,188); }
td.TdClassName
{
border-color: #9472BC;
}
.TagClassName
{
border-color: #9472BC;
}
</style>