Shades of Deep Lilac #925CB2
Tints of Deep Lilac #925CB2
RGB
CMYK
RGB Variations
Color information
#925CB2 (or 0x925CB2) is known color: Deep Lilac. HEX triplet: 92, 5C and B2. RGB value is (146,92,178). Sum of RGB (Red+Green+Blue) = 146+92+178=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 178 (69.92% from 255 or 42.79% from 416); Max value from RGB is 178 - color contains mainly: blue. Hex color #925CB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925CB2 is #6DA34D. Grayscale: #757575. Windows color (decimal): -7185230 or 11689106. OLE color: 11689106.
HSL color Cylindrical-coordinate representation of color #925CB2: hue angle of 277.67º 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 #925CB2 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 146 | 92 | 178 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.30 |
| HSL | 277.67º | 0.36% | 0.53% | - |
| HSV(B) | 277.67º | 0.48% | 0.7% | - |
| XYZ | 23.72 | 16.98 | 44.15 | - |
| YUV | 117.95 | 161.89 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 92 | 178 | 0.18 | 0.48 | 0 | 0.30 | 277.67 | 0.36 | 0.53 |
| Hex | 92 | 5C | B2 | 12 | 30 | 0 | 1E | 116 | 24 | 35 |
| Octal | 222 | 134 | 262 | 22 | 60 | 0 | 36 | 426 | 44 | 65 |
| Binary | 10010010 | 1011100 | 10110010 | 10010 | 110000 | 0 | 11110 | 100010110 | 100100 | 110101 |
Color Harmonies of #925CB2
Complementary color
Monochromatic Colors of #925CB2
Black with #925CB2
Text Example
Text Example
White with #925CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925CB2; }
p { color: rgb(146,92,178); }
H1.HeaderClassName
{
color: #925CB2;
}
.AnyTagClassName
{
color: #925CB2;
}
</style>
background-color css
<style>
a { background-color: #925CB2; }
a { background-color: rgb(146,92,178); }
div.DivClassName
{
background-color: #925CB2;
}
.BgClassName
{
background-color: #925CB2;
}
</style>
border-color css
<style>
span { border-color: #925CB2; }
span { border-color: rgb(146,92,178); }
td.TdClassName
{
border-color: #925CB2;
}
.TagClassName
{
border-color: #925CB2;
}
</style>