Shades of Deep Lilac #923DB2
Tints of Deep Lilac #923DB2
RGB
CMYK
RGB Variations
Color information
#923DB2 (or 0x923DB2) is known color: Deep Lilac. HEX triplet: 92, 3D and B2. RGB value is (146,61,178). Sum of RGB (Red+Green+Blue) = 146+61+178=385 (50% of max value = 765). Red value is 146 (57.42% from 255 or 37.92% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 178 (69.92% from 255 or 46.23% from 385); Max value from RGB is 178 - color contains mainly: blue. Hex color #923DB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923DB2 is #6DC24D. Grayscale: #636363. Windows color (decimal): -7193166 or 11681170. OLE color: 11681170.
HSL color Cylindrical-coordinate representation of color #923DB2: hue angle of 283.59º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #923DB2 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 146 | 61 | 178 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.30 |
| HSL | 283.59º | 0.49% | 0.47% | - |
| HSV(B) | 283.59º | 0.66% | 0.7% | - |
| XYZ | 21.56 | 12.66 | 43.43 | - |
| YUV | 99.75 | 172.16 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 61 | 178 | 0.18 | 0.66 | 0 | 0.30 | 283.59 | 0.49 | 0.47 |
| Hex | 92 | 3D | B2 | 12 | 42 | 0 | 1E | 11C | 31 | 2F |
| Octal | 222 | 75 | 262 | 22 | 102 | 0 | 36 | 434 | 61 | 57 |
| Binary | 10010010 | 111101 | 10110010 | 10010 | 1000010 | 0 | 11110 | 100011100 | 110001 | 101111 |
Color Harmonies of #923DB2
Complementary color
Monochromatic Colors of #923DB2
Black with #923DB2
Text Example
Text Example
White with #923DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923DB2; }
p { color: rgb(146,61,178); }
H1.HeaderClassName
{
color: #923DB2;
}
.AnyTagClassName
{
color: #923DB2;
}
</style>
background-color css
<style>
a { background-color: #923DB2; }
a { background-color: rgb(146,61,178); }
div.DivClassName
{
background-color: #923DB2;
}
.BgClassName
{
background-color: #923DB2;
}
</style>
border-color css
<style>
span { border-color: #923DB2; }
span { border-color: rgb(146,61,178); }
td.TdClassName
{
border-color: #923DB2;
}
.TagClassName
{
border-color: #923DB2;
}
</style>