Shades of Deep Lilac #923FBA
Tints of Deep Lilac #923FBA
RGB
CMYK
RGB Variations
Color information
#923FBA (or 0x923FBA) is known color: Deep Lilac. HEX triplet: 92, 3F and BA. RGB value is (146,63,186). Sum of RGB (Red+Green+Blue) = 146+63+186=395 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.96% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #923FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923FBA is #6DC045. Grayscale: #656565. Windows color (decimal): -7192646 or 12205970. OLE color: 12205970.
HSL color Cylindrical-coordinate representation of color #923FBA: hue angle of 280.49º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #923FBA is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 63 | 186 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.27 |
| HSL | 280.49º | 0.49% | 0.49% | - |
| HSV(B) | 280.49º | 0.66% | 0.73% | - |
| XYZ | 22.49 | 13.21 | 47.82 | - |
| YUV | 101.84 | 175.5 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 63 | 186 | 0.22 | 0.66 | 0 | 0.27 | 280.49 | 0.49 | 0.49 |
| Hex | 92 | 3F | BA | 16 | 42 | 0 | 1B | 118 | 31 | 31 |
| Octal | 222 | 77 | 272 | 26 | 102 | 0 | 33 | 430 | 61 | 61 |
| Binary | 10010010 | 111111 | 10111010 | 10110 | 1000010 | 0 | 11011 | 100011000 | 110001 | 110001 |
Color Harmonies of #923FBA
Complementary color
Monochromatic Colors of #923FBA
Black with #923FBA
Text Example
Text Example
White with #923FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923FBA; }
p { color: rgb(146,63,186); }
H1.HeaderClassName
{
color: #923FBA;
}
.AnyTagClassName
{
color: #923FBA;
}
</style>
background-color css
<style>
a { background-color: #923FBA; }
a { background-color: rgb(146,63,186); }
div.DivClassName
{
background-color: #923FBA;
}
.BgClassName
{
background-color: #923FBA;
}
</style>
border-color css
<style>
span { border-color: #923FBA; }
span { border-color: rgb(146,63,186); }
td.TdClassName
{
border-color: #923FBA;
}
.TagClassName
{
border-color: #923FBA;
}
</style>