Shades of Lilac Bush #936CCF
Tints of Lilac Bush #936CCF
RGB
CMYK
RGB Variations
Color information
#936CCF (or 0x936CCF) is known color: Lilac Bush. HEX triplet: 93, 6C and CF. RGB value is (147,108,207). Sum of RGB (Red+Green+Blue) = 147+108+207=462 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.82% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #936CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936CCF is #6C9330. Grayscale: #828282. Windows color (decimal): -7115569 or 13593747. OLE color: 13593747.
HSL color Cylindrical-coordinate representation of color #936CCF: hue angle of 263.64º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #936CCF is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 108 | 207 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.19 |
| HSL | 263.64º | 0.51% | 0.62% | - |
| HSV(B) | 263.64º | 0.48% | 0.81% | - |
| XYZ | 28.66 | 21.43 | 61.66 | - |
| YUV | 130.95 | 170.92 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 108 | 207 | 0.29 | 0.48 | 0 | 0.19 | 263.64 | 0.51 | 0.62 |
| Hex | 93 | 6C | CF | 1D | 30 | 0 | 13 | 108 | 33 | 3E |
| Octal | 223 | 154 | 317 | 35 | 60 | 0 | 23 | 410 | 63 | 76 |
| Binary | 10010011 | 1101100 | 11001111 | 11101 | 110000 | 0 | 10011 | 100001000 | 110011 | 111110 |
Color Harmonies of #936CCF
Complementary color
Monochromatic Colors of #936CCF
Black with #936CCF
Text Example
Text Example
White with #936CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936CCF; }
p { color: rgb(147,108,207); }
H1.HeaderClassName
{
color: #936CCF;
}
.AnyTagClassName
{
color: #936CCF;
}
</style>
background-color css
<style>
a { background-color: #936CCF; }
a { background-color: rgb(147,108,207); }
div.DivClassName
{
background-color: #936CCF;
}
.BgClassName
{
background-color: #936CCF;
}
</style>
border-color css
<style>
span { border-color: #936CCF; }
span { border-color: rgb(147,108,207); }
td.TdClassName
{
border-color: #936CCF;
}
.TagClassName
{
border-color: #936CCF;
}
</style>