Shades of Deep Lilac #923DB3
Tints of Deep Lilac #923DB3
RGB
CMYK
RGB Variations
Color information
#923DB3 (or 0x923DB3) is known color: Deep Lilac. HEX triplet: 92, 3D and B3. RGB value is (146,61,179). Sum of RGB (Red+Green+Blue) = 146+61+179=386 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.82% from 386); Green value is 61 (24.22% from 255 or 15.80% from 386); Blue value is 179 (70.31% from 255 or 46.37% from 386); Max value from RGB is 179 - color contains mainly: blue. Hex color #923DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923DB3 is #6DC24C. Grayscale: #636363. Windows color (decimal): -7193165 or 11746706. OLE color: 11746706.
HSL color Cylindrical-coordinate representation of color #923DB3: hue angle of 283.22º 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 #923DB3 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 146 | 61 | 179 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.30 |
| HSL | 283.22º | 0.49% | 0.47% | - |
| HSV(B) | 283.22º | 0.66% | 0.7% | - |
| XYZ | 21.66 | 12.7 | 43.96 | - |
| YUV | 99.87 | 172.66 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 61 | 179 | 0.18 | 0.66 | 0 | 0.30 | 283.22 | 0.49 | 0.47 |
| Hex | 92 | 3D | B3 | 12 | 42 | 0 | 1E | 11B | 31 | 2F |
| Octal | 222 | 75 | 263 | 22 | 102 | 0 | 36 | 433 | 61 | 57 |
| Binary | 10010010 | 111101 | 10110011 | 10010 | 1000010 | 0 | 11110 | 100011011 | 110001 | 101111 |
Color Harmonies of #923DB3
Complementary color
Monochromatic Colors of #923DB3
Black with #923DB3
Text Example
Text Example
White with #923DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923DB3; }
p { color: rgb(146,61,179); }
H1.HeaderClassName
{
color: #923DB3;
}
.AnyTagClassName
{
color: #923DB3;
}
</style>
background-color css
<style>
a { background-color: #923DB3; }
a { background-color: rgb(146,61,179); }
div.DivClassName
{
background-color: #923DB3;
}
.BgClassName
{
background-color: #923DB3;
}
</style>
border-color css
<style>
span { border-color: #923DB3; }
span { border-color: rgb(146,61,179); }
td.TdClassName
{
border-color: #923DB3;
}
.TagClassName
{
border-color: #923DB3;
}
</style>