Shades of Deep Lilac #945BBC
Tints of Deep Lilac #945BBC
RGB
CMYK
RGB Variations
Color information
#945BBC (or 0x945BBC) is known color: Deep Lilac. HEX triplet: 94, 5B and BC. RGB value is (148,91,188). Sum of RGB (Red+Green+Blue) = 148+91+188=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 91 (35.94% from 255 or 21.31% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #945BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945BBC is #6BA443. Grayscale: #767676. Windows color (decimal): -7054404 or 12344212. OLE color: 12344212.
HSL color Cylindrical-coordinate representation of color #945BBC: hue angle of 275.26º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #945BBC is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 91 | 188 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.26 |
| HSL | 275.26º | 0.42% | 0.55% | - |
| HSV(B) | 275.26º | 0.52% | 0.74% | - |
| XYZ | 25.03 | 17.41 | 49.62 | - |
| YUV | 119.1 | 166.88 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 91 | 188 | 0.21 | 0.52 | 0 | 0.26 | 275.26 | 0.42 | 0.55 |
| Hex | 94 | 5B | BC | 15 | 34 | 0 | 1A | 113 | 2A | 37 |
| Octal | 224 | 133 | 274 | 25 | 64 | 0 | 32 | 423 | 52 | 67 |
| Binary | 10010100 | 1011011 | 10111100 | 10101 | 110100 | 0 | 11010 | 100010011 | 101010 | 110111 |
Color Harmonies of #945BBC
Complementary color
Monochromatic Colors of #945BBC
Black with #945BBC
Text Example
Text Example
White with #945BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945BBC; }
p { color: rgb(148,91,188); }
H1.HeaderClassName
{
color: #945BBC;
}
.AnyTagClassName
{
color: #945BBC;
}
</style>
background-color css
<style>
a { background-color: #945BBC; }
a { background-color: rgb(148,91,188); }
div.DivClassName
{
background-color: #945BBC;
}
.BgClassName
{
background-color: #945BBC;
}
</style>
border-color css
<style>
span { border-color: #945BBC; }
span { border-color: rgb(148,91,188); }
td.TdClassName
{
border-color: #945BBC;
}
.TagClassName
{
border-color: #945BBC;
}
</style>