Shades of Lilac Bush #926BCA
Tints of Lilac Bush #926BCA
RGB
CMYK
RGB Variations
Color information
#926BCA (or 0x926BCA) is known color: Lilac Bush. HEX triplet: 92, 6B and CA. RGB value is (146,107,202). Sum of RGB (Red+Green+Blue) = 146+107+202=455 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.09% from 455); Green value is 107 (42.19% from 255 or 23.52% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #926BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926BCA is #6D9435. Grayscale: #818181. Windows color (decimal): -7181366 or 13265810. OLE color: 13265810.
HSL color Cylindrical-coordinate representation of color #926BCA: hue angle of 264.63º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #926BCA is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 107 | 202 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.21 |
| HSL | 264.63º | 0.47% | 0.61% | - |
| HSV(B) | 264.63º | 0.47% | 0.79% | - |
| XYZ | 27.77 | 20.89 | 58.45 | - |
| YUV | 129.49 | 168.92 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 107 | 202 | 0.28 | 0.47 | 0 | 0.21 | 264.63 | 0.47 | 0.61 |
| Hex | 92 | 6B | CA | 1C | 2F | 0 | 15 | 109 | 2F | 3D |
| Octal | 222 | 153 | 312 | 34 | 57 | 0 | 25 | 411 | 57 | 75 |
| Binary | 10010010 | 1101011 | 11001010 | 11100 | 101111 | 0 | 10101 | 100001001 | 101111 | 111101 |
Color Harmonies of #926BCA
Complementary color
Monochromatic Colors of #926BCA
Black with #926BCA
Text Example
Text Example
White with #926BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926BCA; }
p { color: rgb(146,107,202); }
H1.HeaderClassName
{
color: #926BCA;
}
.AnyTagClassName
{
color: #926BCA;
}
</style>
background-color css
<style>
a { background-color: #926BCA; }
a { background-color: rgb(146,107,202); }
div.DivClassName
{
background-color: #926BCA;
}
.BgClassName
{
background-color: #926BCA;
}
</style>
border-color css
<style>
span { border-color: #926BCA; }
span { border-color: rgb(146,107,202); }
td.TdClassName
{
border-color: #926BCA;
}
.TagClassName
{
border-color: #926BCA;
}
</style>