Shades of Deep Lilac #915CB2
Tints of Deep Lilac #915CB2
RGB
CMYK
RGB Variations
Color information
#915CB2 (or 0x915CB2) is known color: Deep Lilac. HEX triplet: 91, 5C and B2. RGB value is (145,92,178). Sum of RGB (Red+Green+Blue) = 145+92+178=415 (54% of max value = 765). Red value is 145 (57.03% from 255 or 34.94% from 415); Green value is 92 (36.33% from 255 or 22.17% from 415); Blue value is 178 (69.92% from 255 or 42.89% from 415); Max value from RGB is 178 - color contains mainly: blue. Hex color #915CB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915CB2 is #6EA34D. Grayscale: #757575. Windows color (decimal): -7250766 or 11689105. OLE color: 11689105.
HSL color Cylindrical-coordinate representation of color #915CB2: hue angle of 276.98º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #915CB2 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 145 | 92 | 178 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.30 |
| HSL | 276.98º | 0.36% | 0.53% | - |
| HSV(B) | 276.98º | 0.48% | 0.7% | - |
| XYZ | 23.54 | 16.89 | 44.14 | - |
| YUV | 117.65 | 162.06 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 92 | 178 | 0.19 | 0.48 | 0 | 0.30 | 276.98 | 0.36 | 0.53 |
| Hex | 91 | 5C | B2 | 13 | 30 | 0 | 1E | 115 | 24 | 35 |
| Octal | 221 | 134 | 262 | 23 | 60 | 0 | 36 | 425 | 44 | 65 |
| Binary | 10010001 | 1011100 | 10110010 | 10011 | 110000 | 0 | 11110 | 100010101 | 100100 | 110101 |
Color Harmonies of #915CB2
Complementary color
Monochromatic Colors of #915CB2
Black with #915CB2
Text Example
Text Example
White with #915CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915CB2; }
p { color: rgb(145,92,178); }
H1.HeaderClassName
{
color: #915CB2;
}
.AnyTagClassName
{
color: #915CB2;
}
</style>
background-color css
<style>
a { background-color: #915CB2; }
a { background-color: rgb(145,92,178); }
div.DivClassName
{
background-color: #915CB2;
}
.BgClassName
{
background-color: #915CB2;
}
</style>
border-color css
<style>
span { border-color: #915CB2; }
span { border-color: rgb(145,92,178); }
td.TdClassName
{
border-color: #915CB2;
}
.TagClassName
{
border-color: #915CB2;
}
</style>