Shades of Deep Lilac #9450BC
Tints of Deep Lilac #9450BC
RGB
CMYK
RGB Variations
Color information
#9450BC (or 0x9450BC) is known color: Deep Lilac. HEX triplet: 94, 50 and BC. RGB value is (148,80,188). Sum of RGB (Red+Green+Blue) = 148+80+188=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #9450BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9450BC is #6BAF43. Grayscale: #707070. Windows color (decimal): -7057220 or 12341396. OLE color: 12341396.
HSL color Cylindrical-coordinate representation of color #9450BC: hue angle of 277.78º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9450BC is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 80 | 188 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.26 |
| HSL | 277.78º | 0.45% | 0.53% | - |
| HSV(B) | 277.78º | 0.57% | 0.74% | - |
| XYZ | 24.16 | 15.66 | 49.33 | - |
| YUV | 112.64 | 170.53 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 80 | 188 | 0.21 | 0.57 | 0 | 0.26 | 277.78 | 0.45 | 0.53 |
| Hex | 94 | 50 | BC | 15 | 39 | 0 | 1A | 116 | 2D | 35 |
| Octal | 224 | 120 | 274 | 25 | 71 | 0 | 32 | 426 | 55 | 65 |
| Binary | 10010100 | 1010000 | 10111100 | 10101 | 111001 | 0 | 11010 | 100010110 | 101101 | 110101 |
Color Harmonies of #9450BC
Complementary color
Monochromatic Colors of #9450BC
Black with #9450BC
Text Example
Text Example
White with #9450BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9450BC; }
p { color: rgb(148,80,188); }
H1.HeaderClassName
{
color: #9450BC;
}
.AnyTagClassName
{
color: #9450BC;
}
</style>
background-color css
<style>
a { background-color: #9450BC; }
a { background-color: rgb(148,80,188); }
div.DivClassName
{
background-color: #9450BC;
}
.BgClassName
{
background-color: #9450BC;
}
</style>
border-color css
<style>
span { border-color: #9450BC; }
span { border-color: rgb(148,80,188); }
td.TdClassName
{
border-color: #9450BC;
}
.TagClassName
{
border-color: #9450BC;
}
</style>